advertisement
How to complete javascript 1-4
------------Javascript 1-------------
So, you tried to right-click and you can't. No problem, just take the long way around. Go to view-source (in internet explorer, maybe alternative way of viewing source in other browsers, if still stuck, consult my Javascript 2 section). Now, if you don't know anything about javascript, it's still no problem. form.id is the username and form.pass is the password. Or you can just copy and paste the location= into your url box.
-------------------Javascript 2-------------------
O.k, you click on the button and a javascript prompt box comes up, you can't view the source because the box doesn't allow you to click off of it. Now, there are many ways people tell of doing this, but the easiest (i think) is to mouse over the link to the challenge and look at where the link is going. (http://hellboundhackers.org/challenges/js/js2/index.php) Now, when you view the source it actually does this to the link view-source:webstiename. So, type that before the url and you are greeted with the source of that page without even going to it. Now, look at the code and put in the appropriate answers.
--------------------------Javascript 3----------------
Alright, now, no right-click blah-blah-blah. View the source with any way you want and look at it. You notice that it's encrypted, oh no! what to do! Actually, this is really easy, i'll even give you the link because i'm just that nice (http://www.yellowpipe.com/yis/tools/encrypter/index.php) choose the url decoder option. Now, there's a bunch of text, but the box that you put in the code for will now have the code de-obfuscuated. Now, look at the text2 and text4 areas. Look at which one goes where and when you got the correct sequence, you've just finished it!
-------------------Javascript 4--------------------
Alright, you're probably confused when you first started this one. I was, what you want to do is look at the url, click the button, and look at the new url. Now, for those of you who know xss, you can easily do this challenge. But for the rest of you, check this out (http://www.securiteam.com/securitynews/5CP052A8AU.html) You just need a basic crafted code for this to work, you should know what to do.
-----------------------------------------------
There, that's it on this site for Javascript challenges, with that said, make more! If you need any help, please contact me and i'll help you further.
Nights Shadow
So, you tried to right-click and you can't. No problem, just take the long way around. Go to view-source (in internet explorer, maybe alternative way of viewing source in other browsers, if still stuck, consult my Javascript 2 section). Now, if you don't know anything about javascript, it's still no problem. form.id is the username and form.pass is the password. Or you can just copy and paste the location= into your url box.
-------------------Javascript 2-------------------
O.k, you click on the button and a javascript prompt box comes up, you can't view the source because the box doesn't allow you to click off of it. Now, there are many ways people tell of doing this, but the easiest (i think) is to mouse over the link to the challenge and look at where the link is going. (http://hellboundhackers.org/challenges/js/js2/index.php) Now, when you view the source it actually does this to the link view-source:webstiename. So, type that before the url and you are greeted with the source of that page without even going to it. Now, look at the code and put in the appropriate answers.
--------------------------Javascript 3----------------
Alright, now, no right-click blah-blah-blah. View the source with any way you want and look at it. You notice that it's encrypted, oh no! what to do! Actually, this is really easy, i'll even give you the link because i'm just that nice (http://www.yellowpipe.com/yis/tools/encrypter/index.php) choose the url decoder option. Now, there's a bunch of text, but the box that you put in the code for will now have the code de-obfuscuated. Now, look at the text2 and text4 areas. Look at which one goes where and when you got the correct sequence, you've just finished it!
-------------------Javascript 4--------------------
Alright, you're probably confused when you first started this one. I was, what you want to do is look at the url, click the button, and look at the new url. Now, for those of you who know xss, you can easily do this challenge. But for the rest of you, check this out (http://www.securiteam.com/securitynews/5CP052A8AU.html) You just need a basic crafted code for this to work, you should know what to do.
-----------------------------------------------
There, that's it on this site for Javascript challenges, with that said, make more! If you need any help, please contact me and i'll help you further.
Nights Shadow

Main:
Posted by 