banking/0000755000175000001440000000000012150376132012210 5ustar jonathanusersbanking/readme0000644000175000001440000000040512150375301013364 0ustar jonathanuserssite : http://1.234.27.139:49080/ A hacker has created a phishing website called "BHBANK". It's known that this website contains a secret data wanted by the International Police. Attack the website to get the secret data before the hacker prepares himself. banking/1.234.27.139:49080/0000755000175000001440000000000012150376164014125 5ustar jonathanusersbanking/1.234.27.139:49080/index.html0000644000175000001440000000006712147727543016134 0ustar jonathanusers banking/1.234.27.139:49080/banking/0000755000175000001440000000000012150376175015540 5ustar jonathanusersbanking/1.234.27.139:49080/banking/header.gif0000644000175000001440000000041311104222406017436 0ustar jonathanusersGIF89aX!,X(FpH@8ͻ`(dihlp,ÒF;1pH,Ȥr< hZجvzQzncM9FQ~:eMp!9 h BPɸОփk7V1  ;banking/1.234.27.139:49080/banking/main.js0000644000175000001440000000510612150041751017011 0ustar jonathanusersvar ws = null, ws_ready = 0; $(function(){ if ( wsc() ) { alert("Wrong Browser!"); return -1; } }); function login(){ $.post("./cmd.php", $("#f_login").serializeArray(), function(data){ if (data != "ok") { alert("login failed.."); } else { window.location.href="./"; } } ); return false; } function join(){ $.post("./cmd.php", $("#f_join").serializeArray(), function(data){ if (data != "ok") { alert("join failed.."); } else { alert("join success"); window.location.href="./"; } } ); return false; } function transfer(){ var data = { cmd : "transfer", id : $('#iid').val(), an : $('#an').val(), am : $('#am').val(), sk : $('#sk').val() }; wss(data); return false; } function logout(){ $.post("./cmd.php", {cmd : "logout"}, function(data){ window.location.href="./"; } ); } function wss(obj_data){ if (ws_ready == 0) { setTimeout(function(){wss(obj_data);},500); return; } ret = ws.send(JSON.stringify(obj_data)); //return ret; } function wsc(){ if ("WebSocket" in window) return false; return true; } function global_sw(data){ if (data == false){ console.log("wrong connection"); return -1; } result = JSON.parse(data); switch(result['c']){ case "transfer" : { if (result['m']!="ok") { alert(result['m']); } }break; case "list" : { listup(result['m']); }break; default : console.log("unknown error"); } } function list_init(){ handleLoad(); listing("balance", "desc"); } function list_sw(sw){ if (sw==1) { oo = "user"; } else { oo = "balance"; } if (bb=="asc") {bb = "desc";} else {bb = "asc";} listing(oo, bb); } function listing(c, d){ oo = c; bb = d; wss({cmd:"list_init", o:c, b:d}); } function listup(data){ list = JSON.parse(data); tbl = ""; tbl += ""; tbl += ""; $.each(list, function(idx, data){ tbl += ""; }); tbl += "
USERBALANCE
"+data['user']+""+data['balance']+"
"; $('.pageContent').html(tbl); } function transfer_init(){ handleLoad(); } function handleUnload(){ ws.close(); } function handleLoad(){ //ws = new WebSocket("ws://1.234.27.139:38089/banking"); ws = new WebSocket("ws://1.234.27.139:38090/banking"); //ws = new WebSocket("ws://1.234.27.139:40022/banking"); ws.onopen = function(){ console.log("opened."); ws_ready = 1; } ws.onclose = function(){ console.log("closed."); } ws.onmessage = function(evt){ global_sw(evt.data); } } banking/1.234.27.139:49080/banking/index.html?p=login0000644000175000001440000000300612150376175021141 0ustar jonathanusers Blue Bliss by Bryant Smith
BHBANK Inc.
Login with your account.

ID :

PS :

banking/1.234.27.139:49080/banking/index.html?p=home0000644000175000001440000000452612150376175020771 0ustar jonathanusers Blue Bliss by Bryant Smith
BHBANK Inc.
Welcome to BHBank Inc.

This template was created for those needing a really simple site, without much content.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer mi. Vivamus sit amet neque vitae sapien bibendum sodales. Curabitur elementum. Duis imperdiet. Donec eleifend porttitor sapien. Praesent leo. Quisque auctor velit sed tellus. Suspendisse potenti. Aenean laoreet imperdiet nunc. Donec commodo suscipit dolor. Aenean nibh. Sed id odio. Aliquam lobortis risus ut felis. Sed vehicula pellentesque quam.

Vestibulum augue quam, interdum id, congue semper, convallis non, velit. Quisque augue tortor, tristique ac, scelerisque eget, aliquam id, sem. Aenean lorem. Fusce velit nibh, dapibus quis, laoreet nec, porta a, dui. Nullam ac urna. Proin eget elit. Nunc scelerisque venenatis urna. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce congue, turpis ut commodo mattis, pede erat fringilla tellus, pulvinar suscipit odio lorem sed pede.

banking/1.234.27.139:49080/banking/tab.gif0000644000175000001440000000017111104222636016762 0ustar jonathanusersGIF89aK!,K>(0IaiѮ`dZ'H D pm;{0aP,~Ƥrl:ШtJZXK;banking/1.234.27.139:49080/banking/bluebliss.css0000644000175000001440000000413312150376175020237 0ustar jonathanusershtml { overflow: hidden; height: 99%; } body { background: $ffffff; height: 99%; margin: 0; padding: 0; line-height: 150%; text-align: center; } * { font-size: 8pt; font-family: Tahoma, Verdana, sans-serif; color: #000000; text-align: left; } /* === Containers === */ #mainContentArea { margin: 0 auto 0 auto; display: table; height: 100%; position: relative; overflow: hidden; width: 600px; } .link,.linkActive { width:75px; margin-right:10px; float: left; margin-top:24px; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; background-image:url(tab.gif); position:relative; bottom:0px; } .link:hover { background-image:url(tab2.gif); } a { text-decoration:none; } .link a{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; } #linkGroup { margin-right:10px; height:40px; width:600px; } #title { width:230px; height:40px; margin-right:20px; margin-top:15px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold; text-align:center; float:left; } .contentTitle { font-family:Verdana, Arial, Helvetica, sans-serif; color:#213E74; font-size:19px; margin-left:15px; margin-right:12px; margin-bottom:12px; width:573px; } .pageContent { font-family: Arial, Helvetica, sans-serif; color:#000000; font-size:12px; margin-left:20px; margin-right:20px; width:560px; } #blueBox { position: absolute; vertical-align: middle; background-color:#E7EDF8; width:600px; clear:both; } #header { width:600px; height:20px; background-color:#FFFFFF; background-image:url(header.gif); background-repeat:no-repeat; } #footer { width:600px; height:20px; background-color:#FFFFFF; background-image:url(footer.gif); background-repeat:no-repeat; text-align:center; padding-right:10px; color:#BDCDEC; } #footer a { font-size:9px; color:#BDCDEC; } #contentBox { margin-top:25px; } html, body { text-align: center; } p {text-align: left;}banking/1.234.27.139:49080/banking/index.html?p=join0000644000175000001440000000300112150376175020763 0ustar jonathanusers Blue Bliss by Bryant Smith
BHBANK Inc.
Join with your account.

ID :

PS :

banking/1.234.27.139:49080/banking/tab2.gif0000644000175000001440000000023011104222646017041 0ustar jonathanusersGIF89aK!,KEH#H8ͻ da,6JEa!s0]l@TZجvzxL.";banking/1.234.27.139:49080/banking/index.html0000644000175000001440000000452612150376175017544 0ustar jonathanusers Blue Bliss by Bryant Smith
BHBANK Inc.
Welcome to BHBank Inc.

This template was created for those needing a really simple site, without much content.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer mi. Vivamus sit amet neque vitae sapien bibendum sodales. Curabitur elementum. Duis imperdiet. Donec eleifend porttitor sapien. Praesent leo. Quisque auctor velit sed tellus. Suspendisse potenti. Aenean laoreet imperdiet nunc. Donec commodo suscipit dolor. Aenean nibh. Sed id odio. Aliquam lobortis risus ut felis. Sed vehicula pellentesque quam.

Vestibulum augue quam, interdum id, congue semper, convallis non, velit. Quisque augue tortor, tristique ac, scelerisque eget, aliquam id, sem. Aenean lorem. Fusce velit nibh, dapibus quis, laoreet nec, porta a, dui. Nullam ac urna. Proin eget elit. Nunc scelerisque venenatis urna. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Fusce congue, turpis ut commodo mattis, pede erat fringilla tellus, pulvinar suscipit odio lorem sed pede.

banking/1.234.27.139:49080/banking/footer.gif0000644000175000001440000000040511104235652017514 0ustar jonathanusersGIF89aX!,X80I8ͻ`(dih̠p,tmx|pH,dcP:ШtJ~Mvz` .Z&|nn~ϟ d} mn_Y;wviPm7ĜWcKހc.L ;banking/1.234.27.139:49080/banking/main.css0000644000175000001440000000043312142140421017156 0ustar jonathanusers#f_login p {text-align:center;} #f_join p {text-align:center;} #f_login input[type=submit] {padding:4px;} #f_join input[type=submit] {padding:4px;} #listtbl thead td {font-weight:bold; border-bottom:1px solid #565656;} #listtbl td {text-align:center; border-bottom:1px solid #999;}