Help
RSS
API
Feed
Maltego
Contact
Domain > work.iq200.kr
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-01-08
211.119.137.231
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Wed, 08 Jan 2025 18:53:11 GMTServer: Apache/2.4.37 (centos) OpenSSL/1.1.1kX-Powered-By: PHP/7.3.33Expires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cacheSet-Cookie: PHPSESSID20ng7pn06np7e8kmod0fdfmue9; path/Transfer-Encoding: chunkedContent-Type: text/html; charsetUTF-8 !DOCTYPE html>html>head> meta charsetutf-8> meta http-equivX-UA-Compatible contentIEedge> META HTTP-EQUIVPragma CONTENTno-cache> META HTTP-EQUIVExpires CONTENT-1> meta nameviewport contentwidthdevice-width, initial-scale1> title>우리가게 컨설팅/title>/head>script srchttp://code.jquery.com/jquery-latest.min.js>/script>script srchttps://kit.fontawesome.com/be3ad36de4.js crossoriginanonymous>/script>script srchttps://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js integritysha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6 crossoriginanonymous>/script>link relstylesheet hrefhttps://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css>link relstylesheet hrefhttps://use.fontawesome.com/releases/v5.6.1/css/all.css integritysha384-gfdkjb5BdAXd+lj+gudLWI+BXq4IuLW5IT+brZEZsLFm++aCMlF1V92rMkPaX4PP crossoriginanonymous>!-- script srchttps://code.jquery.com/jquery-1.12.4.js>/script> -->link relstylesheet href//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css>link relstylesheet href/css/reset.css?verison1>link relstylesheet href/css/sales.css?verison2.3 />link relstylesheet href/css/popup.css?verison2.3 />link relshortcut icon href/img/favicon.ico>!-- link relshortcut icon href/img/store(70).png /> -->link relapple-touch-icon href/img/store(114).png />link relapple-touch-icon-precomposed href/img/store(114).png />script typetext/javascript src/common/js/common.js?version1>/script>script typetext/javascript srchttp://code.jquery.com/jquery.min.js>/script>script typetext/javascript srchttp://code.jquery.com/ui/1.9.2/jquery-ui.js>/script>script typetext/javascript srchttp://www.pureexample.com/js/lib/jquery.ui.touch-punch.min.js>/script>style>/style>link relstylesheet href/css/login/login.css>style>/style>body> div idloginBox> div idform_left> img src./img/iq200_login_img.png class> /div> div idform_right> form idloginForm nameloginForm action methodPOST> div idiq200_logo classtext-center> img src./img/store_white(114).png class width57>우리가게컨설팅 /div> div classform_input> input typetext iduserid nameuserid classinput_txt input_user value placeholder아이디 styleime-mode:disabled;> input typehidden idsecret namesecret value /> /div> div classform_input> input typepassword idpasswd namepasswd classinput_txt input_pass value placeholder비밀번호 OnKeyDownEnterSubmit() > /div> div classform_input text-right> a href./member/findID.php>아이디찾기/a> span stylecolor:white;>|/span> a href./member/findPwd.php>비밀번호찾기/a> /div> div classmt-4 login_container text-center> button typebutton namebutton classbtn loginBtn onclicklogin_submit();>로그인/button> !-- button typebutton namebutton classbtn joinBtn onclickjoin_form()>가입신청/button>--> /div> !-- div classd-flex justify-content-center mt-3 login_container> /div> --> /form> /div> /div> !-- 팝업 부분 --> div id popup_mask >/div> div idpopupDiv> div classtext-right> button idpopCloseBtn>X/button> /div> div classform-group row justify-content-center> !--div classcol-sm-12 text-center> div class mb-3> img idqrImg src /> /div> span classlabel label-primary idotp>/span> div classcol-sm-12 > div classinput-group mb-3> input typetext idotp_num classform-control form-control-lg placeholderOTP 인증번호 입력 aria-labelOTP 인증번호 입력 aria-describedbybasic-addon2 OnKeyDownEnterSubmit_OTP()> div classinput-group-append> input typebutton onclickotp_submit(); value인증> /div> /div> /div> div classcol-sm-12> label>30초마다 인증번호가 변경됩니다./label> div classinput> span idupdatingIn stylefont-size:3em;color:red;>/span> /div> /div> /div> --> div classcol-sm-10> /div> /div> /div> /body>/html>script src/js/sha.js>/script>script> sesReturnurl ; $(document).ready(function(){ $(#userid).focus(); $(inputnameuserid).keyup(function(event){ if(!(event.keyCode >37 && event.keyCode40)) { var inputVal $(this).val(); $(this).val(inputVal.replace(/^a-z0-9/gi,)); } }); }); $(#popCloseBtn).click(function(event){ if(confirm(OTP 인증을 취소하시면 처음부터 다시 진행하셔야됩니다.\n취소하시겠습니까?)){ $(#popup_mask).css(display,none); //팝업창 뒷배경 display none $(#popupDiv).css(display,none); //팝업창 display none $(body).css(overflow,auto);//body 스크롤바 생성 $(#loginForm)0.reset(); }else{ return; } }); function otp_submit(){ var otp_num $(#otp_num).val(); var otp updateOtp(); if(otp_num otp){ alert(인증성공); $.ajax({ type: POST, url : ajax/login2.php, data :{ userid : $(#userid).val(), passwd : $(#passwd).val()}, success : function (res) { if($.trim(res) OK){ //로그인 성공시 구글 OTP location.href./iq200.php; return; }else if($.trim(res) NO){ alert(로그인 오류); return; } return; }, error : function (res) { alert(res.responseText); }, }); }else{ alert(인증실패); return; } } function login_submit(){ var form document.loginForm; if($(#userid).val() ){ alert(아이디를 입력해주세요.); $(#userid).focus(); return false; } if($(#passwd).val() ){ alert(비밀번호를 입력해주세요.); $(#passwd).focus(); return false; } $.ajax({ type: POST, url : ajax/login.php, data :{ userid : $(#userid).val(), passwd : $(#passwd).val()}, success : function (res) { if($.trim(res) OK){ if(sesReturnurl){ location.href sesReturnurl; }else{ location.href./sales.php; } return; }else if($.trim(res) NO){ alert(입력하신 회원정보가 맞지않거나,\n승인되지 않은 계정입니다.); return; } return; }, error : function (res) { alert(res.responseText); }, }); //form.submit(); } function join_form(){ location.href./join.php; } function EnterSubmit() { if(event.keyCode 13) { login_submit(); } } function EnterSubmit_OTP() { if(event.keyCode 13) { otp_submit(); } }/script>script src/js/otp.js>/script>link relstylesheet href/css/bootstrap.min.css>
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
]