Author | Javascript 9 |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
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
|
 |
Author | RE: Javascript 9 |
rex_mundi ☆ Lucifer ☆

Posts: 2020 Location: Scotland
Joined: 20.02.08 Rank: God | |
I used javascript to make the timer run down , then the box for the password just appears, and the answer submits fine that way.
|
 |
Author | RE: Javascript 9 |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
Did you edit the page (ie. Saved it somewhere)?
Thats what I did. The box does appear but then it wont submit my answer
|
 |
Author | RE: Javascript 9 |
rex_mundi ☆ Lucifer ☆

Posts: 2020 Location: Scotland
Joined: 20.02.08 Rank: God | |
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 ?
Edited by rex_mundi on 16-10-08 10:44 |
 |
Author | RE: Javascript 9 |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
Ok fair one.
Can I PM you for help please?
|
 |
Author | RE: Javascript 9 |
rex_mundi ☆ Lucifer ☆

Posts: 2020 Location: Scotland
Joined: 20.02.08 Rank: God | |
Yeah.
|
 |
Author | RE: Javascript 9 |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
Thanks dude. Much appriciated.
|
 |
Author | RE: Javascript 9 |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
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... </OT>
|
 |
Author | RE: Javascript 9 |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
Yeah! Easiest way!!
Edited by on 16-10-08 14:04 |
 |
Author | RE: Javascript 9 |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
i am with the same problem...
....i know not the format(i mean, syntax!) of the script i need to inject...
can you point me to something helpful
i like to think for myself...
Edited by on 24-05-09 16:34 |
 |
Author | RE: Javascript 9 |
stranac Member

Posts: 151 Location:
Joined: 15.11.08 Rank: God | |
froxxen wrote:
i am with the same problem...
....i know not the format of the script i need to inject...
can you point me to something helpful
i like to think for myself...
Have you tried... I don't know, let's say... google? |
 |
Author | RE: Javascript 9 |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
This one is the same as the old rapidshare hack . |
 |
Author | RE: Javascript 9 |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
i havew tried google...
i yeah i know that it is void()...and i know what to change,
but when it comes to the script tag...i dont know how to change any of it
sorry, but i just new to javscript
any help is much appreciated
Edited by on 10-07-09 01:53 |
 |
Author | RE: Javascript 9 |
Member

Posts: Location:
Joined: 01.01.70 Rank: Guest | |
You could start learning the basics of JavaScript in this site:
http://w3schools.. . .efault.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 
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?
Edited by on 10-07-09 02:00 |
 |
Author | RE: Javascript 9 |
ranma Member

Posts: 273 Location: Behind a sphere
Joined: 27.08.05 Rank: Active User | |
http://www.hellboundhackers.org/articles/344-Javascript-Challenges-!ALL!.html 
Wisdom spared is wisdom squared. |
 |