Javascript 5 *SPOILER*
http://hellboundhackers.org/challenges/js/js5/2005.php
that link doesnt work…. should it cuz when i get the password it says "good job…you got it" and redirects me to this page.
metsoc30 wrote: You can really brute force anything, it'll just take forever. I wouldn't suggest doing that because you really don't learn anything. This challenge is really simple if you take a close look at what functions are being used.
I brute forced it in 3 seconds…
Everybody else…
Just be smarter then the script
Xyng wrote: [quote]metsoc30 wrote: You can really brute force anything, it'll just take forever. I wouldn't suggest doing that because you really don't learn anything. This challenge is really simple if you take a close look at what functions are being used.
I brute forced it in 3 seconds… [/quote] I was referring to brute forcing in general. I did the mission in about 3 seconds too, without brute forcing.
this has nothing to do with it right http://www.hellboundhackers.org/fusion_includes/fusion_script.js
mazza wrote: this has nothing to do with it right http://www.hellboundhackers.org/fusion_includes/fusion_script.js That file is irrelevant for the challenges
Something I like to do when try to 'crack' javascript challenges, is: save the source to your computer and take out all of the HTML crap leaving only the bit of js that you need. Then tweak it a bit so that it writes the variable that would contain the password. :P Easy enough, it'll print the password right to your screen.