Help
RSS
API
Feed
Maltego
Contact
Domain > passport.98kbus.top
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-05-23
47.246.46.248
(
ClassC
)
2025-12-10
163.181.66.189
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: TengineContent-Type: text/htmlContent-Length: 16308Connection: keep-aliveDate: Wed, 10 Dec 2025 10:19:37 GMTLast-Modified: Tue, 09 Sep 2025 03:37:09 GMTETag: 68bfa0e5-3fb4Accept-Ranges: bytesVia: ens-cache40.l2hk127,0, cache10.l2jp155,0, ens-cache8.us30235,0Timing-Allow-Origin: *EagleId: a3b5429c17653619773955895e !DOCTYPE html>html langen classno-js>head> meta charsetUTF-8/> meta http-equivX-UA-Compatible contentIEedge, chrome1> meta nameviewport contentwidthdevice-width, initial-scale1> link relshortcut icon hreffavicon.ico/> title>登录页/title> script srcstatic/js/jquery-3.3.1.min.js>/script> link relstylesheet typetext/css hrefstatic/css/normalize.css/> link relstylesheet typetext/css hrefstatic/css/demo.css/> !--必要样式--> link relstylesheet typetext/css hrefstatic/css/component.css/> link relstylesheet typetext/css hrefstatic/jquery/toastr-2.1.4/toastr.css>/link> link relstylesheet hrefhttps://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css integritysha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u crossoriginanonymous> script typetext/javascript srcstatic/jquery/toastr-2.1.4/toastr.min.js>/script> link relstylesheet typetext/css hrefstatic/css/style_log.css> link relstylesheet typetext/css hrefstatic/css/style.css> link relstylesheet typetext/css hrefstatic/css/userpanel.css> link relstylesheet typetext/css hrefstatic/css/jquery.ui.all.css> !--if IE> script srcjs/html5.js>/script> !endif--> style> .container { width: 100%; height: 100%; } /*.toast-center-center {*/ /* top: 30%;*/ /* left: 50%;*/ /* margin-top: -80px;*/ /* margin-left: -157px;*/ /*}*/ .toast-center-center { top: 30%; left: 50%; margin-top: -30px; margin-left: -155px; } /style>/head>body stylebackground-color: black>div classlogin_m> div classlogin_logo>img srcstatic/img/logo.png width196 height46>/div> div classlogin_boder styleheight:550px; overflow: hidden; background-size: 395px 350px;> div classlogin_padding idlogin_model> form idform namef methodpost> h2>账号:/h2> label> input nameloginname idloginname classtxt_input txt_input2 stylecolor: #cdd0d9 !important typetext placeholder请输入账户 autocompleteoff> br> span stylecolor: red; display: none>账号不能为空/span> /label> h2>密码:/h2> label> input namepasswd idpasswd classtxt_input txt_input2 value typepassword placeholder请输入密码> /label> h2>验证码/h2> input namecode idimgCode classtxt_input txt_input2 minlength4 maxlength4 stylecolor: #cdd0d9 !important; position: absolute; z-index: 100; onkeypressreturn isNumber(event) value placeholder请输入图片验证码 autocompleteoff> a idcode hrefjavascript:imgClick() classcode stylecolor: #FFFFFF !important; position: absolute; z-index: 100;>/a> br>br>br> div classrem_sub> div classrem_sub_l stylemargin-left:auto; margin-right:0> input typecheckbox idrememberme> label stylecolor: #cdd0d9;font-size: 14px forrememberme>记住密码/label> /div> input typebutton classsub_button nameloginbtn idloginbtn value登录 onclicklogin() styleopacity: 0.7;> /div> /form> form idform2 namef methodpost styledisplay: none> div classrow styleline-height: 45px; margin-left: 5px> div classcol-md-6 styledisplay: none idverify_phone> div stylewidth: 160px; height: 45px; margin-top: 5px> input styleline-height: 45px checkedchecked idradio_phone typeradio value1 nametype onchangeradioOnChange()/> span>手机号/span> button classbtn btn-default idsendMsnBtn typebutton onclicksendSms()>发送 /button> /div> /div> div classcol-md-6 styledisplay: none; idverify_google> div stylewidth: 160px; height: 45px; margin-top: 5px> input idradio_google typeradio value2 nametype onchangeradioOnChange()/> span idgoogle_text>谷歌/span> /div> /div> /div> br> h2>验证码 :/h2> label> input namecode idverifycode required minlength4 maxlength8 classtxt_input txt_input2 value autocompleteoff typetext onkeypressreturn isNumber(event) placeholder请输验证码> /label> div classrem_sub> div classrem_sub_l> input typebutton classsub_button nameveryfybtn idveryfybtn value确定 onclickverify() styleopacity: 0.7;> /div> /div> /form> /div> /div>/div>!-- /container -->script srcstatic/js/TweenLite.min.js>/script>script srcstatic/js/EasePack.min.js>/script>script srcstatic/js/rAF.js>/script>script srcstatic/js/demo-1.js>/script>script srcstatic/js/core.js?v1.0.7>/script>script> $(document).ready(function () { $(window).keydown(function (event) { if (event.keyCode 13) { event.preventDefault(); return false; } }); }); var invite XJ.CORE.getParameter(invite); if (invite ! null && invite.length > 6) { setCookie(invite_cookie, invite, 7); parent.location /register.html; } function radioOnChange() { var radioPhoneChecked $(#radio_phone:checked).val(); var radioGoogleChecked $(#radio_google:checked).val(); if (radioPhoneChecked) { $(#verifycode).attr(placeholder, 请输入手机验证码); } else { $(#verifycode).attr(placeholder, 请输入谷歌验证码); } } function isNumber(evt) { evt (evt) ? evt : window.event; var charCode (evt.which) ? evt.which : evt.keyCode if (charCode > 31 && (charCode 48 || charCode > 57)) { return false; } return true; } //消息提示全局配置 toastr.options { closeButton: false, //是否配置关闭按钮 debug: false, //是否开启debug模式 newestOnTop: false, //新消息是否排在最上层 progressBar: false, //是否显示进度条 positionClass: toast-center-center, //消息框的显示位置 preventDuplicates: false, //是否阻止弹出多个消息框 onclick: null, //点击回调函数 showDuration: 300, hideDuration: 1000, timeOut: 1500, //1.5s后关闭消息框 extendedTimeOut: 1000, showEasing: swing, hideEasing: linear, showMethod: fadeIn, hideMethod: fadeOut } imgClick(); function imgClick() { var url /imgcode? + Math.random(); url url( + url + ); document.getElementById(code).style.background url; } var invite getCookie(invite_cookie); if (invite null || invite ) { $(#a_login).css(display, none); } var _savePwd false; var savepwd getCookie(save_pwd); if (savepwd ! null) { _savePwd true; $(#loginname).val(getCookie(save_pwd_name)); $(#passwd).val(getCookie(save_pwd_pwd)); $(#rememberme).attr(checked, true); } $(function () { $(:radio).click(function () { var type $(this).val(); if (type 1) { $(#sendMsnBtn).show(); } else { $(#sendMsnBtn).hide(); } }); }); function sendSms() { $.ajax({ url: XJ.CORE.getPath(/auth/sendSms), success: function (res) { res eval(res); console.log(res); if (res.result 0) { var times 60; var btn $(#sendMsnBtn); btn.attr(disabled, disabled); var timer window.setInterval(function () { times--; console.log(times); btn.text(times + 秒); if (times 0) { btn.text(发送); btn.removeAttr(disabled); window.clearInterval(timer); } }, 1000); } else { toastr.error(json.desc); } }, error: function (error) { toastr.error(网络请求失败); } }); } function verify() { var code $(#verifycode).val(); if (code) { var obj $(#form2).serialize(); console.log(obj); $.ajax({ url: /auth/verify, data: obj, type: post, xhrFields: { withCredentials: true }, success: function (text) { var json eval(text); if (json.result > 0) { if (json.authtype) { $(#form2).show(); $(#form).hide(); switch (json.authtype) { case 0: $(#verify_google).show(); $(#verify_phone).show(); $(#verifycode).attr(placeholder, 请输入手机验证码); case 1: $(#verify_phone).show(); $(#verifycode).attr(placeholder, 请输入手机验证码); case 2: $(#verify_google).hide(); $(#verify_google).html(请输入谷歌验证码); $(#verify_google).removeClass(col-md-6); $(#verify_google).addClass(col-md-12); $(#verifycode).attr(placeholder, 请输入谷歌验证码); break; default: break } } else { window.location.href json.openurl; } } else { if (json.desc code error) { toastr.error(验证码错误); } else { toastr.error(json.desc); } } }, error: function (jqXHR, textStatus, errorThrown) { imgClick(); toastr.error(jqXHR.responseText); } }); } else { toastr.error(验证码不能为空!); } } function cachePwd(name, pwd) { var time _savePwd ? 888 : -1; setCookie(save_pwd, 1, time); setCookie(save_pwd_name, name, time); setCookie(save_pwd_pwd, pwd, time); } function login() { var loginName $(#loginname).val(); var password $(#passwd).val(); var code $(#imgCode).val(); if (loginName) { if (password) { if (code) { _savePwd document.getElementById(rememberme).checked; cachePwd(loginName, password); $.ajax({ url: /self/login, data: { loginname: loginName, passwd: password, code: code }, xhrFields: { withCredentials: true }, type: post, success: function (text) { var json eval(text); if (json.result > 0) { if (json.authtype > 0) { $(#form2).show(); $(#form).hide(); switch (json.authtype) { case 0: $(#verify_google).show(); $(#verify_phone).show(); $(#verify_google).attr(checked, true); $(#verifycode).attr(placeholder, 请输入手机验证码); break; case 1: $(#verify_phone).show(); $(#verifycode).attr(placeholder, 请输入手机验证码); break; case 2: $(#verify_google).show(); $(#radio_google).attr(checked, true); $(#google_text).text(请输入谷歌验证码); $(#verify_google).removeClass(col-md-6); $(#verify_google).addClass(col-md-12); $(#verifycode).attr(placeholder, 请输入谷歌验证码); break; default: break } } else { window.location.href json.openurl; } } else { imgClick(); toastr.error(transErrorMsg(json.errid, json.desc)); } }, error: function (jqXHR, textStatus, errorThrown) { imgClick(); toastr.error(jqXHR.responseText); } }); } else { toastr.error(验证码不能为空!); } } else { toastr.error(密码不能为空!); } } else { toastr.error(账号不能为空!); } }/script>/body>/html>
Port 443
HTTP/1.1 200 OKServer: TengineContent-Type: text/htmlContent-Length: 16308Connection: keep-aliveDate: Wed, 10 Dec 2025 10:19:38 GMTLast-Modified: Tue, 09 Sep 2025 03:37:09 GMTETag: 68bfa0e5-3fb4Accept-Ranges: bytesVia: ens-cache20.l2hk125,0, cache14.l2jp158,0, ens-cache8.us30280,0Timing-Allow-Origin: *EagleId: a3b5429c17653619778917325e !DOCTYPE html>html langen classno-js>head> meta charsetUTF-8/> meta http-equivX-UA-Compatible contentIEedge, chrome1> meta nameviewport contentwidthdevice-width, initial-scale1> link relshortcut icon hreffavicon.ico/> title>登录页/title> script srcstatic/js/jquery-3.3.1.min.js>/script> link relstylesheet typetext/css hrefstatic/css/normalize.css/> link relstylesheet typetext/css hrefstatic/css/demo.css/> !--必要样式--> link relstylesheet typetext/css hrefstatic/css/component.css/> link relstylesheet typetext/css hrefstatic/jquery/toastr-2.1.4/toastr.css>/link> link relstylesheet hrefhttps://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css integritysha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u crossoriginanonymous> script typetext/javascript srcstatic/jquery/toastr-2.1.4/toastr.min.js>/script> link relstylesheet typetext/css hrefstatic/css/style_log.css> link relstylesheet typetext/css hrefstatic/css/style.css> link relstylesheet typetext/css hrefstatic/css/userpanel.css> link relstylesheet typetext/css hrefstatic/css/jquery.ui.all.css> !--if IE> script srcjs/html5.js>/script> !endif--> style> .container { width: 100%; height: 100%; } /*.toast-center-center {*/ /* top: 30%;*/ /* left: 50%;*/ /* margin-top: -80px;*/ /* margin-left: -157px;*/ /*}*/ .toast-center-center { top: 30%; left: 50%; margin-top: -30px; margin-left: -155px; } /style>/head>body stylebackground-color: black>div classlogin_m> div classlogin_logo>img srcstatic/img/logo.png width196 height46>/div> div classlogin_boder styleheight:550px; overflow: hidden; background-size: 395px 350px;> div classlogin_padding idlogin_model> form idform namef methodpost> h2>账号:/h2> label> input nameloginname idloginname classtxt_input txt_input2 stylecolor: #cdd0d9 !important typetext placeholder请输入账户 autocompleteoff> br> span stylecolor: red; display: none>账号不能为空/span> /label> h2>密码:/h2> label> input namepasswd idpasswd classtxt_input txt_input2 value typepassword placeholder请输入密码> /label> h2>验证码/h2> input namecode idimgCode classtxt_input txt_input2 minlength4 maxlength4 stylecolor: #cdd0d9 !important; position: absolute; z-index: 100; onkeypressreturn isNumber(event) value placeholder请输入图片验证码 autocompleteoff> a idcode hrefjavascript:imgClick() classcode stylecolor: #FFFFFF !important; position: absolute; z-index: 100;>/a> br>br>br> div classrem_sub> div classrem_sub_l stylemargin-left:auto; margin-right:0> input typecheckbox idrememberme> label stylecolor: #cdd0d9;font-size: 14px forrememberme>记住密码/label> /div> input typebutton classsub_button nameloginbtn idloginbtn value登录 onclicklogin() styleopacity: 0.7;> /div> /form> form idform2 namef methodpost styledisplay: none> div classrow styleline-height: 45px; margin-left: 5px> div classcol-md-6 styledisplay: none idverify_phone> div stylewidth: 160px; height: 45px; margin-top: 5px> input styleline-height: 45px checkedchecked idradio_phone typeradio value1 nametype onchangeradioOnChange()/> span>手机号/span> button classbtn btn-default idsendMsnBtn typebutton onclicksendSms()>发送 /button> /div> /div> div classcol-md-6 styledisplay: none; idverify_google> div stylewidth: 160px; height: 45px; margin-top: 5px> input idradio_google typeradio value2 nametype onchangeradioOnChange()/> span idgoogle_text>谷歌/span> /div> /div> /div> br> h2>验证码 :/h2> label> input namecode idverifycode required minlength4 maxlength8 classtxt_input txt_input2 value autocompleteoff typetext onkeypressreturn isNumber(event) placeholder请输验证码> /label> div classrem_sub> div classrem_sub_l> input typebutton classsub_button nameveryfybtn idveryfybtn value确定 onclickverify() styleopacity: 0.7;> /div> /div> /form> /div> /div>/div>!-- /container -->script srcstatic/js/TweenLite.min.js>/script>script srcstatic/js/EasePack.min.js>/script>script srcstatic/js/rAF.js>/script>script srcstatic/js/demo-1.js>/script>script srcstatic/js/core.js?v1.0.7>/script>script> $(document).ready(function () { $(window).keydown(function (event) { if (event.keyCode 13) { event.preventDefault(); return false; } }); }); var invite XJ.CORE.getParameter(invite); if (invite ! null && invite.length > 6) { setCookie(invite_cookie, invite, 7); parent.location /register.html; } function radioOnChange() { var radioPhoneChecked $(#radio_phone:checked).val(); var radioGoogleChecked $(#radio_google:checked).val(); if (radioPhoneChecked) { $(#verifycode).attr(placeholder, 请输入手机验证码); } else { $(#verifycode).attr(placeholder, 请输入谷歌验证码); } } function isNumber(evt) { evt (evt) ? evt : window.event; var charCode (evt.which) ? evt.which : evt.keyCode if (charCode > 31 && (charCode 48 || charCode > 57)) { return false; } return true; } //消息提示全局配置 toastr.options { closeButton: false, //是否配置关闭按钮 debug: false, //是否开启debug模式 newestOnTop: false, //新消息是否排在最上层 progressBar: false, //是否显示进度条 positionClass: toast-center-center, //消息框的显示位置 preventDuplicates: false, //是否阻止弹出多个消息框 onclick: null, //点击回调函数 showDuration: 300, hideDuration: 1000, timeOut: 1500, //1.5s后关闭消息框 extendedTimeOut: 1000, showEasing: swing, hideEasing: linear, showMethod: fadeIn, hideMethod: fadeOut } imgClick(); function imgClick() { var url /imgcode? + Math.random(); url url( + url + ); document.getElementById(code).style.background url; } var invite getCookie(invite_cookie); if (invite null || invite ) { $(#a_login).css(display, none); } var _savePwd false; var savepwd getCookie(save_pwd); if (savepwd ! null) { _savePwd true; $(#loginname).val(getCookie(save_pwd_name)); $(#passwd).val(getCookie(save_pwd_pwd)); $(#rememberme).attr(checked, true); } $(function () { $(:radio).click(function () { var type $(this).val(); if (type 1) { $(#sendMsnBtn).show(); } else { $(#sendMsnBtn).hide(); } }); }); function sendSms() { $.ajax({ url: XJ.CORE.getPath(/auth/sendSms), success: function (res) { res eval(res); console.log(res); if (res.result 0) { var times 60; var btn $(#sendMsnBtn); btn.attr(disabled, disabled); var timer window.setInterval(function () { times--; console.log(times); btn.text(times + 秒); if (times 0) { btn.text(发送); btn.removeAttr(disabled); window.clearInterval(timer); } }, 1000); } else { toastr.error(json.desc); } }, error: function (error) { toastr.error(网络请求失败); } }); } function verify() { var code $(#verifycode).val(); if (code) { var obj $(#form2).serialize(); console.log(obj); $.ajax({ url: /auth/verify, data: obj, type: post, xhrFields: { withCredentials: true }, success: function (text) { var json eval(text); if (json.result > 0) { if (json.authtype) { $(#form2).show(); $(#form).hide(); switch (json.authtype) { case 0: $(#verify_google).show(); $(#verify_phone).show(); $(#verifycode).attr(placeholder, 请输入手机验证码); case 1: $(#verify_phone).show(); $(#verifycode).attr(placeholder, 请输入手机验证码); case 2: $(#verify_google).hide(); $(#verify_google).html(请输入谷歌验证码); $(#verify_google).removeClass(col-md-6); $(#verify_google).addClass(col-md-12); $(#verifycode).attr(placeholder, 请输入谷歌验证码); break; default: break } } else { window.location.href json.openurl; } } else { if (json.desc code error) { toastr.error(验证码错误); } else { toastr.error(json.desc); } } }, error: function (jqXHR, textStatus, errorThrown) { imgClick(); toastr.error(jqXHR.responseText); } }); } else { toastr.error(验证码不能为空!); } } function cachePwd(name, pwd) { var time _savePwd ? 888 : -1; setCookie(save_pwd, 1, time); setCookie(save_pwd_name, name, time); setCookie(save_pwd_pwd, pwd, time); } function login() { var loginName $(#loginname).val(); var password $(#passwd).val(); var code $(#imgCode).val(); if (loginName) { if (password) { if (code) { _savePwd document.getElementById(rememberme).checked; cachePwd(loginName, password); $.ajax({ url: /self/login, data: { loginname: loginName, passwd: password, code: code }, xhrFields: { withCredentials: true }, type: post, success: function (text) { var json eval(text); if (json.result > 0) { if (json.authtype > 0) { $(#form2).show(); $(#form).hide(); switch (json.authtype) { case 0: $(#verify_google).show(); $(#verify_phone).show(); $(#verify_google).attr(checked, true); $(#verifycode).attr(placeholder, 请输入手机验证码); break; case 1: $(#verify_phone).show(); $(#verifycode).attr(placeholder, 请输入手机验证码); break; case 2: $(#verify_google).show(); $(#radio_google).attr(checked, true); $(#google_text).text(请输入谷歌验证码); $(#verify_google).removeClass(col-md-6); $(#verify_google).addClass(col-md-12); $(#verifycode).attr(placeholder, 请输入谷歌验证码); break; default: break } } else { window.location.href json.openurl; } } else { imgClick(); toastr.error(transErrorMsg(json.errid, json.desc)); } }, error: function (jqXHR, textStatus, errorThrown) { imgClick(); toastr.error(jqXHR.responseText); } }); } else { toastr.error(验证码不能为空!); } } else { toastr.error(密码不能为空!); } } else { toastr.error(账号不能为空!); } }/script>/body>/html>
Subdomains
Date
Domain
IP
api.98kbus.top
2025-07-11
104.21.32.1
passport.98kbus.top
2025-12-10
163.181.66.189
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
]