you should alert something else . from the source code we want to find the value right ? so the value is ? then alert that
when the time has come , I shall rise and conquer the world
HT6996
“People who doesn’t work hard doesn’t have the right to be envious of the people with talent. People fail because they don’t understand the hard work necessary to be successful.”
What do you want to alert? You can alert a variable using
javascript:alert(variable_name);
(you should write this in your URL bar)
But you don’t have to alert anything here I think..
don’t be so fancy.just look for the javascript function and try to find all the unknown values.relate the two as per the function.the biggest hint is the source code itself.
u noe u r dealing wid d rite guy
yup, think about what it ways in the form. There’s some variable somewhere else in the form that corresponds with one of the variables used in the form.
Code:
if (document.getElementById(“pass”).value == thecode) {
document.location = “j3.php?pass=” + thecode;
} else {
alert(“Incorrect Password”);
}
very important line = document.location = “j3.php?pass=” + thecode;
- thecode (simple look in the script for the code)
When solving problems, dig at the roots instead of just hacking at the leaves.
Im to lazy to wright a sig :)
11 years ago
0
Hi All,
You need to find thecode. Once you get thecode you will get the password.
i do not know about you guys, but its obvious the one who is asking questions like those has no idea what javascript is, i would advise him to read about javascript and give much less direct hints.
I Hate Signatures.
haha fair enough but i just started working with javascript today and well this whole hacking thing :)
Im to lazy to wright a sig :)
JAYSSJ11- “I’d rather be hated for who I am, than loved for who I am not.”
``````if (document.getElementById(“pass”).value == thecode) {
document.location = “j3.php?pass=” + thecode;
} else {
alert(“Incorrect Password”);
}
After you’ve found this in the source code its starting to get easy you just need to do some basic Javascript command in the URL and after that it should be all clear. (If this post is an answer to the JS3 please delete it)
Sup ? :)
@tichou: So you couldn’t solve JavaScript Level 3 because the thread didn’t give you enough hints. What kind of logic is that?
@ColdIV ’s method is actually good.
@ColdIV ’s method is about alerting the variable name. You have to find a way to alert it. That’s all! What’s the point of reading all the posts and doing something like a zombie?
@MaxLockhart: LOL, that video clip cracks me up everytime.
I love that movie so much, I can watch it everytime and laugh my ass off. I don’t think that is the password though…. Idk, he can try it though. Prolly won’t work… nah more than likely not. Just making a good point that’s all.
I mean, it’s called hacking for a reason. I asked a girl for her facebook password once. It didn’t work… A for effort right?
10 years ago
0
Hey is that clip from some movie. I didn’t had sound when I watched so I don’t know what was said in the clip. But if it is a movie can someone please post the name of the movie.
@tlotr: It comes from Spaceballs.