Showing posts with label HBH Challenges. Show all posts
Showing posts with label HBH Challenges. Show all posts

Thursday, July 19, 2012

HBH Javascript Challenge 2 Solution



1. Goto HBH JavaScript Challenge Level 2.
 
2. Look for the Source code and Find below String.
 

3. In above we can see that a javascript file is linked. For this script goto below link.


4. Open this .js file and there you can find password ( "level2done" )

File : level2script.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"
}

//-->


Enjoy...!!!

HBH Javascript Challenge 1 Solution



1. Goto this Link --> HBH JavaScript Challenge 1 : http://www.hellboundhackers.org/challenges/js/js1/index.php

2. View Source and find for below code.


3. In this code it's clearly seen that ID is : "partyhard2"  and Password is : "lifeisshort1".



Enjoy...!!!

Friday, June 22, 2012

HBH Javascript Challenge 4 Solution





HBH Javascript Challenge 4 Solution.

Don't Forget to add space at the END (See HINT in HBH page Source)









Code By : Techno Knol
For More Hacks visit : http://technoknol.blogspot.com

Related Posts Plugin for WordPress, Blogger...