Help
RSS
API
Feed
Maltego
Contact
Domain > autoscan.thepaces.net
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-11-24
104.21.47.13
(
ClassC
)
2026-03-04
96.240.147.232
(
ClassC
)
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlDate: Wed, 04 Mar 2026 18:37:57 GMTRequest-Id: d6k7o1ff2nctf0uncbr0X-Content-Type-Options: nosniffX-Robots-Tag: none,noarchive,nosnippet,notranslate,noimageindexTransfer-Encoding: chunked !DOCTYPE html>html langen>head> title>autoscan/title> meta charsetutf-8> link href//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css relstylesheet/> link href//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.4/toastr.css relstylesheet/>/head>body>div classcontainer> div classrow justify-content-md-center> div classcol-md-auto text-center stylepadding-top: 10px;> h1 stylemargin: 10px; margin-bottom: 150px;>autoscan/h1> h3 classtext-left stylemargin: 10px;>Path to scan/h3> form idscan> div classinput-group mb-3 stylewidth: 600px;> input classform-control typetext namedir value requiredrequired placeholderPath to scan e.g. /mnt/unionfs/Media/Movies/Movie Name (year) aria-labelPath to scan e.g. /mnt/unionfs/Media/Movies/Movie Name (year) aria-describedbybtn-submit> div classinput-group-append>input classbtn btn-outline-secondary primary typesubmit valueSubmit idbtn-submit>/div> /div> /form> div classalert alert-info rolealert>Clicking b>Submit/b> will add the path to the scan queue./div> /div> /div>/div>script src//cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js>/script>script src//cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.4/toastr.min.js >/script>script typetext/javascript> // credits: https://www.codegrepper.com/code-examples/javascript/js+prevent+form+submit+addEventListener+text+input function serialize(form) { let field, l, s ; if (typeof form object && form.nodeName FORM) { const len form.elements.length; for (let i 0; i len; i++) { field form.elementsi; if (field.name && !field.disabled && field.type ! file && field.type ! reset && field.type ! submit && field.type ! button) { if (field.type select-multiple) { l form.elementsi.options.length; for (let j 0; j l; j++) { if (field.optionsj.selected) ss.length encodeURIComponent(field.name) + + encodeURIComponent(field.optionsj.value); } } else if ((field.type ! checkbox && field.type ! radio) || field.checked) { ss.length encodeURIComponent(field.name) + + encodeURIComponent(field.value); } } } } return s.join(&).replace(/%20/g, +); } // submit request $(#scan).submit(function () { // disable form submit event.preventDefault(); // parse form as query args const args serialize(this); // create http request object $.ajax({ type: POST, url: ? + args, success: function () { // successful toastr.success(Scan queued); }, error: function (xhr) { // unsuccessful toastr.error(xhr.status + + xhr.statusText, Failed); } }); return false; });/script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]