Help
RSS
API
Feed
Maltego
Contact
Domain > www.leavereview.net
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-12-31
34.195.196.80
(
ClassC
)
2025-08-25
44.215.201.225
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Mon, 25 Aug 2025 04:24:04 GMTContent-Type: text/html; charsetiso-8859-1Content-Length: 236Connection: keep-aliveServer: ApacheLocation: https://www.leavereview.net/ !DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN>html>head>title>301 Moved Permanently/title>/head>body>h1>Moved Permanently/h1>p>The document has moved a hrefhttps://www.leavereview.net/>here/a>./p>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Mon, 25 Aug 2025 04:24:04 GMTContent-Type: text/html; charsetUTF-8Content-Length: 5942Connection: keep-aliveServer: ApacheSet-Cookie: PHPSESSID9b6319c666bf197b729978881d3ad6a4; path/; secure; HttpOnlyExpires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cacheVary: Accept-Encoding !DOCTYPE html>html langen dirltr> head> title>Leave Reviews/title> link hrefhttps://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css relstylesheet integritysha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD crossoriginanonymous> script srchttps://kit.fontawesome.com/22109b2bdd.js crossoriginanonymous>/script> script srchttps://code.jquery.com/jquery-3.6.3.min.js crossoriginanonymous>/script> script srchttps://www.google.com/recaptcha/enterprise.js?render6Lf4oG4kAAAAAHgl7ReNnthI_BjVrM3RTkzhxr39>/script> /head> body> main>style typetext/css> #login-form { background-color: #f2f2f2; border-radius: 10px; } #login-button { width: 200px; } ::placeholder { color: lightgrey !important; }/style>div classpx-4 pb-5 my-5 text-center> div classcol-lg-7 mx-auto> h4 classauth-body-title mb-2 fw-semibold>Sign in to your account/h4> form classauth-form text-start px-5 py-3 idlogin-form action/user/login methodPOST> div classmb-3> label classmb-2 fw-semibold>Email Address/label> input idlogin-email classform-control form-control-lg typetext nameemail placeholderEx. name@email.com> label idlogin-email-error styledisplay:none classerror invalid-feedback forlogin-email>This field is required./label> /div> div classmb-1 password-group> label classmb-2 fw-semibold>Password/label> input idlogin-password classform-control form-control-lg typepassword namepassword placeholder********> label idlogin-password-error styledisplay:none classerror invalid-feedback forlogin-password>This field is required./label> /div> div classalert alert-success align-items-center mx-auto py-1 rolealert idforgot-alert styledisplay: none;> div> An email will be sent to your account if it exists in the system. /div> /div> div> div classform-check> input classform-check-input shadow typecheckbox idrememberme namerememberme> label classform-check-label forrememberme> Remember me /label> /div> /div> div classmb-3> button idlogin-button classbtn btn-primary btn-lg d-block btn-submit mx-auto typebutton> span stylefont-size: 20px>SIGN IN/span> /button> /div> div classmb-3> div classinvalid-feedback idinvalid-login>Incorrect Email or Password./div> /div> div classtext-center> span classmx-auto stylefont-size: 16px;>Dont have an account? Click here to a href/bbb-account-setup classsign-up-link link-primary>Register/a>/span> /div> div classmb-3 text-center> a idforgot-password rolebutton hrefjavascript:;>Forgot password?/a> /div> /form> /div>/div>script srchttps://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js integritysha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN crossoriginanonymous>/script>script typetext/javascript> $(#login-button).on(click, function(e) { e.preventDefault(); let isError false; let username $(#login-email).val(); let password $(#login-password).val(); let rememberme $(#rememberme).prop(checked); $(.invalid-feedback).hide(); $(#login-email-error).hide(); $(#login-password-error).hide(); if (username.trim() ) { $(#login-email-error).show(); isError true; } if (password.trim() ) { $(#login-password-error).show(); isError true; } if (isError) { $(#invalid-login).text(Input field has an error. Please check and try again.).show(); return false; } var $button_text $(#login-button span); $button_text.text(Please wait...); $button_text.prop(disabled, true); grecaptcha.enterprise.ready(async () > { const token await grecaptcha.enterprise.execute(6Lf4oG4kAAAAAHgl7ReNnthI_BjVrM3RTkzhxr39, {action: LOGIN}); $.post(/user/loginAjax, { Email: username, Password: password, Remember: rememberme, Token: token }, function(result) { if (! result) return false; if (result Incorrect Email or Password) { $button_text.text(Login); $(#login-password).val(); $(#invalid-login).show(); $(#invalid-login).text(result); $button_text.prop(disabled, false); return; } if (result Not Verified) { window.location.replace(/user/verify); return; } window.location.replace(/dashboard); return; }); }); }); $(#forgot-password).on(click, function(e) { e.preventDefault(); $(#forgot-password).prop(disabled, true); let isError false; let username $(#login-email).val(); if (username.trim() ) { $(#login-email-error).show(); return false; } if (! isError) { grecaptcha.enterprise.ready(async () > { const token await grecaptcha.enterprise.execute(6Lf4oG4kAAAAAHgl7ReNnthI_BjVrM3RTkzhxr39, {action: FORGOTPASSWORD}); $.post(/user/forgotAjax, { Email: username, Token: token }, function(result) { $(#forgot-password).prop(disabled, false); $(#forgot-alert).show(); }); }); } });/script> /main> /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
]