Javascript 9
Sorry guys for posting a new thread about this challenge. I have read articles and I have read the other threads (well some of them) but I just cant seem to find where to put the password.
Ive figured out how to get the password and Ive got it. I've edited the page to give me the password and the input box but it wont let me submit it.
Can someone please help me with this?
Thanks.x
rex_mundi wrote: No, i didnt bother to edit the page and save it , I just reset the timer and entered the password in the box , and pressed submit. Maybe your submit button on your saved page is using the wrong url ? This is definitely the easiest way to do it. The source gives it all away. Use JS's void method on what you find. Nice, cozy challenge.
<OT>Front Page Award again… :D</OT>
You could start learning the basics of JavaScript in this site: http://w3schools.com/js/default.asp Thats where I started, perhaps later on you can start making the step to injections (which isn't hard at all if you know the alert() function ;) Perhaps there is an article on HBH about JavaScript Injections? Otherwise just google for a tutorial and I hope i have hereby helped you to learn JS a bit more :D
Edit: It doesn't need to be void! If you want to confirm its changed you should use alert()!!! Then a popup apears saying this or that= this or that, when making typo's the box wont appear, perhaps this is a better way?