| Author |
RE: java script 15 |
backslash
Member

Posts: 60
Location: United States
Joined: 18.03.09 Rank: God |
|
Yeah all of the Javascblockedripts are easy, just haven't bothered writing a brute-forcer for JS 16. Ajax for the win 
|
|
| Author |
RE: java script 15 |
backslash
Member

Posts: 60
Location: United States
Joined: 18.03.09 Rank: God |
|
oh... collisions are now acceptable 
|
|
| Author |
RE: java script 15 |
454447415244
Member
Posts: 156
Location:
Joined: 20.04.08 Rank: God |
|
I solved this challenge just 5 minutes before system patched it.
Awesome! |
|
| Author |
RE: java script 15 |
backslash
Member

Posts: 60
Location: United States
Joined: 18.03.09 Rank: God |
|
bad luck! 
|
|
| Author |
RE: java script 15 |
oasis
Member

Posts: 19
Location: Scotland
Joined: 23.06.07 Rank: Uber Elite |
|
i was so sure i got this one right, i even put the letters in the right order but no joy >
am i missing something else?
|
|
| Author |
RE: java script 15 |
backslash
Member

Posts: 60
Location: United States
Joined: 18.03.09 Rank: God |
|
The best way to do it is to get some paper and write it out. So the Javascblockedript tells us that:
var a = password.charAt(9);
and
var riddle = "query test mess";
and
a+""+b+""+c+""+d+""+e+""+f+""+g+""+h+""+i+""+j+""+k+""+l+""+m+""+n+""+o==riddle
so therefore a needs to be "q" at position 9 of the password and b needs to be "u" at its specified position etc.
|
|
| Author |
RE: java script 15 |
oasis
Member

Posts: 19
Location: Scotland
Joined: 23.06.07 Rank: Uber Elite |
|
got it! cheers, i was trying it with notepad but i couldnt get it...once i used pen and paper i got it 
Edited by oasis on 18-04-09 07:12 |
|
| Author |
RE: java script 15 |
NeoInDark
Member
Posts: 20
Location:
Joined: 11.01.10 Rank: God |
|
I found the true password (***************), and "Congratulations!"
but when i press Submit, no points add to me ?!  |
|
| Author |
RE: java script 15 |
Slim420
Member
Posts: 5
Location:
Joined: 20.01.10 Rank: Wiseman |
|
NeoInDark wrote:
I found the true password (***************), and "Congratulations!"
but when i press Submit, no points add to me ?! 
I'm getting the same exact thing. deciphering it wasnt a problem at all, however when i submit it it just reloads the page and no points added. Although the check button says "Congratulations".
I guess I'll try different cases (capitalization). |
|
| Author |
RE: java script 15 |
wetwurX
Member

Posts: 3
Location:
Joined: 08.06.07 Rank: Hacker Level 2 |
|
|
Ok so i got the answer, but it just refreshes the page.. No congradulations, or wrong but keep at it.. ADMIN: Is this challenge broke? |
|
| Author |
RE: java script 15 |
TheGuiTarJokeR
Member
Posts: 20
Location: Gemany
Joined: 02.11.10 Rank: God |
|
sorry for necroing, but there's one thing left here to say that kept me busy for half an hour, even though I had the right answer...
the check button will accept a number of solutions, whereas the submit button will only accept the shortest of all solutions.
send me a pn, if it still won't work.
|
|
| Author |
RE: java script 15 |
Infectus
Member
Posts: 2
Location:
Joined: 04.12.10 Rank: Elite |
|
|
TheGuiTarJokeR wrote:
sorry for necroing, but there's one thing left here to say that kept me busy for half an hour, even though I had the right answer...
the check button will accept a number of solutions, whereas the submit button will only accept the shortest of all solutions.
send me a pn, if it still won't work.
This is useful, however it should be easy to tell what you have wrong. |
|