Help
RSS
API
Feed
Maltego
Contact
Domain > admin.kiyolive.com
×
Welcome!
Right click nodes and scroll the mouse to navigate the graph.
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-09-28
104.16.248.248
(
ClassC
)
2025-01-26
104.16.249.248
(
ClassC
)
Port 80
HTTP/1.1 200 Date: Sun, 26 Jan 2025 17:09:20 GMTContent-Type: text/html;charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingSet-Cookie: JSESSIONIDFC807DE79869B918505637FBC56240A5;path/;HttpOnlyContent-Language: en-USAccess-Control-Allow-Origin: *Access-Control-Allow-Methods: GET,POST,OPTIONSAccess-Control-Allow-Headers: DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,AuthorizationCF-Cache-Status: DYNAMICServer: cloudflareCF-RAY: 90821c33bf292f2a-PDX !DOCTYPE html>html langen>head> meta charsetutf-8> meta http-equivX-UA-Compatible contentIEedge> meta nameviewport contentwidthdevice-width, initial-scale1> link relicon href/static/favicon.ico> meta namerobots contentnoindex, nofollow> title>Kiyo Live管理后台/title> !-- Bootstrap core CSS --> link relstylesheet href/static/bootstrap/css/bootstrap.css> !-- Custom styles for this template --> link rel stylesheet href/static/css/supersized.css> link rel stylesheet href/static/css/login.css> !-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> !--if lt IE 9> script srchttps://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js>/script> script srchttps://oss.maxcdn.com/respond/1.4.2/respond.min.js>/script> !endif--> style typetext/css> *{ font-family: Helvetica Neue,Helvetica,STheiti,微软雅黑,宋体,Arial,Tahoma,sans-serif,serif; } .btn-lg{ padding: 8px 25px; } #captcha_img{ margin-left: 5px; } .loginTips{ color: red; font-size: 14px; margin-left: 10px; } /style>/head>body>div classpage-container> div classmain_box> div classlogin_box> div classlogin_logo> span stylefont-size:24px;color:#222;font-weight:bold;> Kiyo Live 管 理 系 统/span> /div> br> div classlogin_form> form idloginForm methodpost> div classform-group> label foraccount classt>账 号:/label> input idaccount nameaccount typetext classform-control x319 in autocompleteoff> /div> div classform-group> label forvalidateCode classt>密码:/label> input idvalidateCode nameauthCode typepassword classform-control x164 in stylewidth: 210px;> /div> div classform-group stylemargin-bottom: 0px;> label classt>/label> span classloginTips>/span> /div> div classform-group space> label classt>/label> button typebutton idloginBtn classbtn btn-primary btn-lg>登 录/button> input typereset value重 置 classbtn btn-default btn-lg> /div> /form> /div> /div> /div>/div>!-- Bootstrap core JavaScript -->script src/static/js/jquery/jQuery-2.2.0.min.js>/script>script src/static/bootstrap/js/bootstrap.js>/script>script src/static/js/jquery/supersized.3.2.7.min.js>/script>script src/static/js/supersized-init.js>/script>script src/static/js/jquery/jquery.md5.js>/script>script typetext/javascript> var iframeHasLoginPage true; //为避免登录页面嵌套在iframe中而定义 var timeForIframe new Date().getTime(); $(function(){ if(top.timeForIframe!timeForIframe){ //避免首页嵌套首页的情况发生(当前页处于最外层,top指向的是当前窗口本身, top.window.location.reload(); //则top.timeForIframetimeForIframe,如果首页中嵌套首页, } //top.timeForIframe和当前窗口timeForIframe不一致,刷新顶层) var rememberMe getCookie(wolfbe.remember); if(rememberMe1){ var account getCookie(wolfbe.account); if(account) $(#account).val(account); } $(#loginBtn).click(function() { var account $(#account).val(); var validateCode $(#validateCode).val(); if(account.trim()){ $(.loginTips).html(账号不能为空!); return; }else if(validateCode.trim()){ $(.loginTips).html(验证码不能为空!); return; } // password $.md5(password); var param {account:account,password:validateCode}; $.ajax({ type: post, url: /login/login.action, data: param, dataType: json, success: function (data) { if (data.success true) { window.location.href /admin/main.action; } else { $(.loginTips).html(data.msg).css(padding, 3px 5px); return false; } } }); }); $(#loginForm :input).not(#rememberAccount).focus(function(){ $(.loginTips).html().css(padding, 0);; }).keyup(function(e){ var keyCode e.which || e.keyCode; if(keyCode13){ $(#loginBtn).click(); } }); $(#validateImg).click(function(){ $(this).attr(src, /static/admin/kaptcha?t+new Date().getTime()); }); }); var loginTimer; function Timer(obj, time, text) { console.log(obj, time) if (!Number(obj)) { obj.text(time) } loginTimer setInterval(function() { if (obj.text() 0) { clearInterval(loginTimer); loginTimer null; obj.text(text) return false } obj.text(+obj.text() - 1) console.log(loginTimer) }, 1000) } //设置Cookie function setCookie(c_name, value, expiredays){ var exdate new Date(); exdate.setDate(exdate.getDate() + expiredays); document.cookie c_name + + escape(value) + ((expiredaysnull) ? : ;expires+exdate.toGMTString()); } //获取cookie的信息 function getCookie(name){ var arr,regnew RegExp((^| )+name+(^;*)(;|$)); if(arrdocument.cookie.match(reg)){ return (arr2); } else{ return null; } } function delCookie(name){ var exp new Date(); exp.setTime(exp.getTime() - 1); var cvalgetCookie(name); if(cval!null) document.cookie name + +cval+;expires+exp.toGMTString(); }/script>/body>/html>
Port 443
HTTP/1.1 200 Date: Sun, 26 Jan 2025 17:09:21 GMTContent-Type: text/html;charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingSet-Cookie: JSESSIONIDADA9E46A05B620BA3F3EA715A646D885;path/;HttpOnlyContent-Language: en-USAccess-Control-Allow-Origin: *Access-Control-Allow-Methods: GET,POST,OPTIONSAccess-Control-Allow-Headers: DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,AuthorizationCF-Cache-Status: DYNAMICServer: cloudflareCF-RAY: 90821c35a9bb2f6d-PDX !DOCTYPE html>html langen>head> meta charsetutf-8> meta http-equivX-UA-Compatible contentIEedge> meta nameviewport contentwidthdevice-width, initial-scale1> link relicon href/static/favicon.ico> meta namerobots contentnoindex, nofollow> title>Kiyo Live管理后台/title> !-- Bootstrap core CSS --> link relstylesheet href/static/bootstrap/css/bootstrap.css> !-- Custom styles for this template --> link rel stylesheet href/static/css/supersized.css> link rel stylesheet href/static/css/login.css> !-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> !--if lt IE 9> script srchttps://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js>/script> script srchttps://oss.maxcdn.com/respond/1.4.2/respond.min.js>/script> !endif--> style typetext/css> *{ font-family: Helvetica Neue,Helvetica,STheiti,微软雅黑,宋体,Arial,Tahoma,sans-serif,serif; } .btn-lg{ padding: 8px 25px; } #captcha_img{ margin-left: 5px; } .loginTips{ color: red; font-size: 14px; margin-left: 10px; } /style>/head>body>div classpage-container> div classmain_box> div classlogin_box> div classlogin_logo> span stylefont-size:24px;color:#222;font-weight:bold;> Kiyo Live 管 理 系 统/span> /div> br> div classlogin_form> form idloginForm methodpost> div classform-group> label foraccount classt>账 号:/label> input idaccount nameaccount typetext classform-control x319 in autocompleteoff> /div> div classform-group> label forvalidateCode classt>密码:/label> input idvalidateCode nameauthCode typepassword classform-control x164 in stylewidth: 210px;> /div> div classform-group stylemargin-bottom: 0px;> label classt>/label> span classloginTips>/span> /div> div classform-group space> label classt>/label> button typebutton idloginBtn classbtn btn-primary btn-lg>登 录/button> input typereset value重 置 classbtn btn-default btn-lg> /div> /form> /div> /div> /div>/div>!-- Bootstrap core JavaScript -->script src/static/js/jquery/jQuery-2.2.0.min.js>/script>script src/static/bootstrap/js/bootstrap.js>/script>script src/static/js/jquery/supersized.3.2.7.min.js>/script>script src/static/js/supersized-init.js>/script>script src/static/js/jquery/jquery.md5.js>/script>script typetext/javascript> var iframeHasLoginPage true; //为避免登录页面嵌套在iframe中而定义 var timeForIframe new Date().getTime(); $(function(){ if(top.timeForIframe!timeForIframe){ //避免首页嵌套首页的情况发生(当前页处于最外层,top指向的是当前窗口本身, top.window.location.reload(); //则top.timeForIframetimeForIframe,如果首页中嵌套首页, } //top.timeForIframe和当前窗口timeForIframe不一致,刷新顶层) var rememberMe getCookie(wolfbe.remember); if(rememberMe1){ var account getCookie(wolfbe.account); if(account) $(#account).val(account); } $(#loginBtn).click(function() { var account $(#account).val(); var validateCode $(#validateCode).val(); if(account.trim()){ $(.loginTips).html(账号不能为空!); return; }else if(validateCode.trim()){ $(.loginTips).html(验证码不能为空!); return; } // password $.md5(password); var param {account:account,password:validateCode}; $.ajax({ type: post, url: /login/login.action, data: param, dataType: json, success: function (data) { if (data.success true) { window.location.href /admin/main.action; } else { $(.loginTips).html(data.msg).css(padding, 3px 5px); return false; } } }); }); $(#loginForm :input).not(#rememberAccount).focus(function(){ $(.loginTips).html().css(padding, 0);; }).keyup(function(e){ var keyCode e.which || e.keyCode; if(keyCode13){ $(#loginBtn).click(); } }); $(#validateImg).click(function(){ $(this).attr(src, /static/admin/kaptcha?t+new Date().getTime()); }); }); var loginTimer; function Timer(obj, time, text) { console.log(obj, time) if (!Number(obj)) { obj.text(time) } loginTimer setInterval(function() { if (obj.text() 0) { clearInterval(loginTimer); loginTimer null; obj.text(text) return false } obj.text(+obj.text() - 1) console.log(loginTimer) }, 1000) } //设置Cookie function setCookie(c_name, value, expiredays){ var exdate new Date(); exdate.setDate(exdate.getDate() + expiredays); document.cookie c_name + + escape(value) + ((expiredaysnull) ? : ;expires+exdate.toGMTString()); } //获取cookie的信息 function getCookie(name){ var arr,regnew RegExp((^| )+name+(^;*)(;|$)); if(arrdocument.cookie.match(reg)){ return (arr2); } else{ return null; } } function delCookie(name){ var exp new Date(); exp.setTime(exp.getTime() - 1); var cvalgetCookie(name); if(cval!null) document.cookie name + +cval+;expires+exp.toGMTString(); }/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
]