• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Need help with simple XSS

Status
Not open for further replies.

dr3ssm3

Leech
User
Joined
Jun 16, 2014
Messages
24
Reputation
0
Reaction score
29
Points
13
Credits
0
‎11 Years of Service‎
48%
Hi, I'm playing around with simple XSS functions but I'm breaking my head with something:

When I place my code in one function it gets rendered in uppercase, so it becomes useless ALERT('XSS'), it is not escaping anything so my question is, is there any HTML code to force the lowercase and instead of using the

Cheers!

PS: Btw, php code works too, any idea to read the cookies and just print them, it is just for a POC nothing serious at all :)

 
Re: Need help with simple XSS

Owasp has a tool for XSS which will attempt to find a valid payload:

This link is hidden for visitors. Please Log in or register now.


Seems to work well;

 
Re: Need help with simple XSS

Owasp has a tool for XSS which will attempt to find a valid payload:
This link is hidden for visitors. Please Log in or register now.


Seems to work well;
Sorry for the late response, I've been on holidays. I'll check it and let you know asap :) Cheers!

 
Status
Not open for further replies.
Back
Top