Help
RSS
API
Feed
Maltego
Contact
Domain > roter.us
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-05-13
187.45.195.13
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Sun, 17 Dec 2023 18:37:19 GMTServer: ApacheLast-Modified: Fri, 30 Jun 2023 23:28:27 GMTETag: 1842b15-817-5ff612c826a69Accept-Ranges: bytesContent-Length: 2071Vary: Accept-Encoding !DOCTYPE html>html>head> title>Password Protected Page/title> script> function checkPassword() { var password document.getElementById(password).value; // Send an AJAX request to the server-side script for password verification var xhr new XMLHttpRequest(); xhr.open(POST, verify_password.php, true); xhr.setRequestHeader(Content-type, application/x-www-form-urlencoded); xhr.onreadystatechange function() { if (xhr.readyState 4 && xhr.status 200) { var response xhr.responseText; if (response success) { // Set cookie to remember the login for 1 week var date new Date(); date.setTime(date.getTime() + (7 * 24 * 60 * 60 * 1000)); document.cookie accesstrue; expires + date.toUTCString() + ; path/; // Redirect to the protected content window.location.href protected.html; } else { alert(Incorrect password. Please try again.); } } }; xhr.send(password + encodeURIComponent(password)); } // Function to retrieve cookie value by name function getCookieValue(name) { var cookies document.cookie.split(; ); for (var i 0; i cookies.length; i++) { var cookie cookiesi.split(); if (cookie0 name) { return cookie1; } } return ; } // Check if the access cookie is set to true on page load window.onload function() { var accessCookie getCookieValue(access); if (accessCookie true) { // Redirect to the protected content window.location.href protected.html; } }; /script>/head>body> h1>Password Protected Page/h1> p>Please enter the password to access the protected content:/p> input typepassword idpassword> button onclickcheckPassword()>Submit/button>/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
]