by keiferdeanbrown on Sat Jul 25, 2009 10:08 am
([msg=27427]see JavaScript Challenge!!!![/msg])
Challenge solve the password
here is the JavaScript script from the source.
as you can see we only want the password no username
<script type="text/javascript">
a = document.location + "";
b = a.length;
c += ((5*10)*2);
d = String.fromCharCode(c,b*3+2,b*4-24,b*3+9);
p=prompt("Password:","");
if (p==d) {
window.location = "pass="+p;
} else {
window.location = "levels.php";
}
there is no need to worry about spoiling as this isn't from any of the missions on hackthissite.org
tell me what you would do and i will give you the outcome of your idea!
any javascript injections i will have to preform so just tell me and i will tell you exactly what yielded from it!
good luck! and have fun
The purpose of this challenge is to educate people ,as well as my self, on this particular type of javascript mission with the help of different styles that we all have. I have alot of problems with this type and need to now more styles!