javascript 4 :(
I bet you're over thinking it.
http://www.hellboundhackers.org/articles/749-xss-the-complete-walkthrough.html
Read that. The answer is almost literally RIGHT in that article.
Maybe this link can give you an idea??
http://www.securiteam.com/securitynews/5CP052A8AU.html
It was in one of the articles, so next time try looking there first. If you want a reference, use the search function, and search Javascript 1-4
Did you notice the code? How he typed a code that you would put onto a website to make the "test" pop up? Can you think of a code/SCRIPT to put on a webpage to make a cookie pop up? Enter that after the "=" in the url you get when you click the "Use This" button.. ( http://www.hellboundhackers.org/challenges/js/js4/index.php?submit=Use+this ) :)
~Night_Stalker
http://www.securiteam.com/securitynews/5CP052A8AU.html
It was in one of the articles, so next time try looking there first. If you want a reference, use the search function, and search Javascript 1-4
http://www.securiteam.com/securitynews/5CP052A8AU.html
It was in one of the articles, so next time try looking there first. If you want a reference, use the search function, and search Javascript 1-4
http://www.securiteam.com/securitynews/5CP052A8AU.html
It was in one of the articles, so next time try looking there first. If you want a reference, use the search function, and search Javascript 1-4
I am stuck on this one. After completing the first 3 i read 2 hours about XSS(didn't hear about it before) and i can't get it working. I looked on the internet, found an XSS vulnerable site and i got a pop-up box:D. But i can't get it working on the javascript 4 link after pasting the content after the "=" symbol. Can anybody help? Thanks in advance!:p
kyul wrote: ive done all the others, except for 16, but i just can't do 4
i think i have to put something in the pe=U*e+Ts part of the url
i just don't really know what im looking for
any hints would be greatly appreciated :) thanks
Think of a SCRIPT, that would allow you to view a cookie, were you to post it into a shoutbox?
:D
Night_Stalker wrote:
Think of a SCRIPT, that would allow you to view a cookie, were you to post it into a shoutbox?
:D
:))Yeah…i know…..but for the moment i was concentrating only for that pop-up….because this way that scrip won't work either and my brain will start believing that the page it's not vulnerable:p. /index.php?submit=<script>alert("XSS")</script> is not working and i don't know why….i tried in another site and it worked but not here.:(
s33us00n wrote: [quote]Night_Stalker wrote:
Think of a SCRIPT, that would allow you to view a cookie, were you to post it into a shoutbox?
:D
:))Yeah…i know…..but for the moment i was concentrating only for that pop-up….because this way that scrip won't work either and my brain will start believing that the page it's not vulnerable:p. /index.php?submit=<script>alert("XSS")</script> is not working and i don't know why….i tried in another site and it worked but not here.:([/quote]
You've got the right idea. insert the thing you would enter into the url bar to view a cookie in place of where your little code says XXS
If you can't figure out how to do it now, please.
PLEASE