|
|
Yope
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 1
|
|
|
|
|
|
|
|
Well hello
i have finished this level
i know the password pw5(in long-cut)
but how some when i type the pass i get error
and someone told me the reason,and the reason is
that the site is actually starts with http://www.tt0
and in the js file actually direct me to *www*
and i can't pass this challange
i tried to create my own HTML file and still having that problem+
i direct my self to : /pass/index.htm
and when i tri to direct my self into :
http://www.trythis0ne.com/levels/web%2Dchallanges/hackmejs/login09/pass/index.htm
i get the error that's not so easy....
well can any one explain my what wrong?
thx
|
|
|
|
|
|
yamiti
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 25
|
|
|
|
|
|
|
|
I'll give you a hint : (if its to much ill delete it)
there are two ways of directing in HTML:
1.if on the script you are directed to a site like: http://site.com/ then this should be the full address (url).
2.if on the script you are directed to a site like: /password/password.txt then its not the full address (url), its just a bunus to the old address (url).
for example, if you are now on the site :http://site.com/Folder/index.html and theres a script that directs you to "/blabla/pass.txt" then you will be directed to http://site.com/Folder/blabla/pass.txt
now think, which kind of direction the script in the challange is about?
if you understood my hint you will pass the challange easly cause this is kinda the answer...
Edit by : yamiti At 16/11/2007, 16:19:44
Edit by : yamiti At 16/11/2007, 16:20:52
|
|
|
|
|
|
zEt0s-
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 130
|
|
|
|
|
|
|
|
I'm almost sure this hint is almost the answer so...I think u should edit it!
|
|
|
|
|
|
Kruptein
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 4
|
|
|
|
|
|
|
|
Hi I've found the pass, not pasword5!, and I'm redirected to a congratz page., where the page gives me a decrypted pass, but if I fill that in on the submit score page, I get an error.
Or is the challenge not done yet?
|
|
|
|
|
|
cp77fk4r
Global Admin
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 621
|
|
|
|
|
|
|
|
Good work!
In the login page, the real one!
|
|
|
|
|
|
Kruptein
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 4
|
|
|
|
|
|
|
|
What do you mean with the real one?
If I go to the page where you should fill in the pass (wich is not password5 :p) I'm getting redirected to the page with the congratz and a decrypted pass. but beneath it there is a hint about encryption? should I first encrypt the pass? because the decrypted pass gives me an error on the submit board
|
|
|
|
|
|
cp77fk4r
Global Admin
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 621
|
|
|
|
|
|
|
|
Oh, you got a _necrypted_ pass - you need to decrypt it and the submit it in the submit page!
|
|
|
|
|
|
Kruptein
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 4
|
|
|
|
|
|
|
|
Now, I got an encrypted pass!,
I shall send my solution to you and I have to say what I do wrong okay?
|
|
|
|
|
|
cp77fk4r
Global Admin
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 621
|
|
|
|
|
|
|
|
H3CK4RZ
Registerd on: 01/01/1970, 04:00:00
Location::
Posts: 3
|
|
|
|
|
|
|
|
I found the JavaScript
function Login()
{
var a=document.login.login09.value;
if (a=="password5")
{
document.location="/pass/index.htm"
}
else
{
alert("Wrong Password");
}
}
I think the password is password5 BT that not working plz help
|
|
|
|
|