Help
RSS
API
Feed
Maltego
Contact
Domain > shopping.doubleplus.vip
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-12-21
203.124.13.61
(
ClassC
)
2025-01-29
103.251.236.61
(
ClassC
)
Port 80
HTTP/1.1 200 OKCache-Control: privateContent-Type: text/html; charsetutf-8Server: Microsoft-IIS/8.5Set-Cookie: ASP.NET_SessionIdbn34l44ff2eb1but1lbwwj1y; path/; HttpOnly; SameSiteLaxX-AspNet-Version: 4.0.30319X-Powered-By: ASP.NETDate: Wed, 29 Jan 2025 11:22:31 GMTContent-Length: 10299 !doctype html>html>head> title>Login/title> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> meta http-equivX-UA-Compatible contentieedge /> link relstylesheet href/assets/css/amazeui.css /> link relstylesheet href/assets/css/other.min.css /> script src/assets/js/jquery-2.1.0.js>/script> script src/assets/js/amazeui.js>/script> script typetext/javascript srcjs/md5.js>/script> script typetext/javascript> $(document).ready(function () { $(#btnLogin).click(function () { var returnValue false; returnValue CheckInput(); return returnValue; }); }); function CheckInput() { var returnValue true; //if (!CheckWebState()) // return false; if (!CheckCustomerNo()) return false; if (!CheckPassword()) return false; return returnValue; } function CheckWebState() { var boolresult true; var msg; var param; param param || {}; param.r Math.random(); $.ajax({ type: POST, contentType: application/json, url: /handler/site.ashx?MethodGetWebState, cache: false, //禁用缓存 data: JSON.stringify(param), //传入组装的参数 async: false, //使用同步的方式,true为异步方式 success: function (result) { if (result.result false) { var msg The server you selected is under maintenance; alert(msg); boolresult false; } if (result.result true) { boolresult true; } } }); return boolresult; } function CheckCustomerNo() { var boolresult true; var msg; var username $(#txtName).val(); if (username ! ) { $.ajax({ type: POST, contentType: application/json, url: /api/CheckCustomer.asmx/ExistCustomer, data: {customerNo: + encodeURI(username) + }, async: false, success: function (result) { if (result false) { msg 用户不存在; alert(msg); boolresult false; } if (result true) { boolresult true; } } }); } else { msg 输入用户名; $(#txtName).val(msg); boolresult false; } return boolresult; } function CheckPassword() { var boolresult true; var msg; var password $(#txtPassword).val(); if (password ! ) { password hex_md5(password); $.ajax({ type: POST, contentType: application/json, url: /api/CheckCustomer.asmx/ExistCustomerPassword, data: {customerNo: + encodeURI($(#txtName).val()) + , password: + password + }, async: false, success: function (result) { if (result false) { msg 密码不正确; alert(msg); boolresult false; } if (result true) { boolresult true; } } }); } else { msg Please enter your password; $(#txtPassword).val(msg); boolresult false; } return boolresult; } function onloading() { var url top.location.search.indexOf(?); if (url -1) { $(#txtName).focus(); } } $(function () { $(#txtName).focus(function () { var username $(this).val(); if (username 输入用户名) { $(this).val(); } }).blur(function () { var value 输入用户名; if ($(this).val().length 0) { $(this).val(value); } }); var boolresult true; $(#txtName).focusout(function () { var username $(this).val(); if (username ) { $(this).val(输入用户名); } else { var msg search...; //alert(msg); $.ajax({ type: POST, contentType: application/json, url: /api/CheckCustomer.asmx/ExistCustomer, data: {customerNo: + encodeURI(username) + }, async: false, //使用同步的方式,true为异步方式 success: function (result) { if (result false) { msg 用户不存在; alert(msg); boolresult false; } if (result true) { boolresult true; } } }); return; } }); $(#txtPassword).focus(function () { var username $(this).val(); if (username Please enter your password) { $(this).val(); } }).blur(function () { var value Please enter your password; if ($(this).val().length 0) { $(this).val(value); } }); $(#txtPassword).focusout(function () { var password $(this).val(); if (password ) { $(this).val(Please enter your password); } else { password hex_md5(password); var msg search...; //alert(msg); $.ajax({ type: POST, contentType: application/json, url: /api/CheckCustomer.asmx/ExistCustomerPassword, data: {customerNo: + encodeURI($(#txtName).val()) + , password: + password + }, async: false, //使用同步的方式,true为异步方式 success: function (result) { if (result false) { msg 密码不正确; alert(msg); boolresult false; } if (result true) { boolresult true; } } }); return; } }); }); /script>/head>body classlogin-container> div classlogin-box> div classlogo-img> img src/images/logo2_03.png alt /> /div> form methodpost action./ idform1 classam-form data-am-validator>input typehidden name__VIEWSTATE id__VIEWSTATE value/wEPDwULLTIwODIyMDc4MjAPZBYCZg9kFgRmDxBkEBUCDOeugOS9k+S4reaWhw9FbmdsaXNoKOiLseivrSkVAgIxMAIzMBQrAwJnZxYBAgFkAgEPDxYCHgRUZXh0BQVMb2dpbmRkZBq/b2wvOLbsIRxapl1BQ3gD+YGHJmXJVKqlvNCddTkQ />input typehidden name__VIEWSTATEGENERATOR id__VIEWSTATEGENERATOR valueC2EE9ABB />input typehidden name__EVENTVALIDATION id__EVENTVALIDATION value/wEdAASYCXzZxmZWJDhKPs28fAswaynJGvAq65fQMIomvoOYnQyJ3bZd1YtggUAenp7SgnWinihG6d/Xh3PZm3b5AoMQ8Qz8gScDJ0bhSzFCDUzKyvEhn2mRjn3h+DS7kvNgvlc /> div classam-form-group> label fortxtName>i classam-icon-language>/i>/label> select nameddlLanguage idddlLanguage SelectedIndexChangedddlLanguage_SelectedIndexChanged> option value10>简体中文/option> option selectedselected value30>English(英语)/option>/select> /div> div classam-form-group> label fortxtName>i classam-icon-user>/i>/label> input idtxtName nametxtName typetext placeholderPlease input user name value required /> /div> div classam-form-group> label fortxtPassword>i classam-icon-key>/i>/label> input idtxtPassword nametxtPassword typepassword placeholderPlease enter your password value required /> /div> input typesubmit namebtnLogin valueLogin idbtnLogin classam-btn am-btn-secondary am-radius am-btn-block /> /form> /div>/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
]