Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

javascript 4 :(


ghost's Avatar
0 0

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


ghost's Avatar
0 0

Its a simple xss attack homie. Check this: [spoiler removed]

You need too alert the cookie (it being in javascript challenges I thought it was a javascript injection but no). Its really simple if you understand what syntaxe too use.


ghost's Avatar
0 0

moshbat wrote: Dude! I've shown you XSS a few times!

i know lol, i still cant get it, i understand the concept, but just cant get it right lol

i just need to keep trying XD


ravix101's Avatar
Member
0 0

Ya im sort of new ive got past the first 3 okay, but this is giving me trouble ive looked through the xss page but nothing i insert seems to work.


ravix101's Avatar
Member
0 0

I read it but it doesnt give me any info on how to make the cookie appear.


ravix101's Avatar
Member
0 0

i tried [spoiler]; and it didnt work i cant really think of anything else..


Futility's Avatar
:(
80 120

ravix101 wrote: i tried [spoiler]; and it didnt work i cant really think of anything else.. That was the correct Javascript string. You just need to get it so you can inject it with XSS. PM me if you need help.


ghost's Avatar
0 0

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


Night_Stalker's Avatar
Member
0 0

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


ghost's Avatar
0 0

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.:(


ghost's Avatar
0 0

just think of how u put a little javascript into, so HTML…. with some tags, then put the usual javascript used to get cookies. this isn't too complicated…. those articles spell it out so much.


ghost's Avatar
0 0

Ohhh…com on. I got it but….i had a little misunderstanding. In the articles it was said how to steal cookies from other users and not how to find a hidden cookie on a server. I mean…it's kinda different for me:P….Thanks a lot guys, i appreciate your help.:D


ghost's Avatar
0 0

You're not forcing someone else to run your XSS JS, instead you're using it to access data on your computer you didn't have access to.


Night_Stalker's Avatar
Member
0 0

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