Site hosted by Angelfire.com: Build your free website today!
JavaScript
Index Tutorials
Challenges
Security
About
Downloads
Javascript hacking is most likely the easiest form of security to crack. All that you need to do is open up the source of the page. To view the source of a page, you can do many things. If you can't rightclick, then click on view (on the top of your browser) and then source. If you can't do that, then Proxomitron will allow you to rightclick with a certain filter it has. If this still doesn't work, save the page as an html document and view the source on your computer. Afer you have the source look at it's variables and it's "If...then" statements. Such as: var y = document.Grunge1.value; var x = "junk"; if x = y then window.open( "ok.html", "_self"). In this example, "junk" is the password. If the password is hidden or heavily encrypted, then you can just add "ok.html" (without the quotes) to the base URL of the page. Search for these two things in all javascript hacking. This should be more than enough to get you on your way.

- what