mirror of
https://github.com/0xInfection/Awesome-WAF.git
synced 2024-12-22 21:53:33 +07:00
🔥 Web-application firewalls (WAFs) from security standpoint.
awesomeawesome-listbypass-waffirewallinfosecsecuritywafwaf-bypasswaf-detectionwaf-fingerprintswaf-testwaf-testingweb-application-firewall
images | ||
papers | ||
presentations | ||
LICENSE | ||
README.md |
Awesome WAF Evasion
A curated list of awesome WAF evasion stuff. 🔥
A Concise Definition: A web application firewall is a form of firewall with a set of configured rules that controls input, output, and/or access from, to, or by an application or service. It operates by monitoring and potentially blocking the input, output, or system service calls that do not meet the configured policy of the firewall. (Source Wikipedia)
Feel free to contribute.
Contents:
- Awsome WAFs
- Awesome Methodology
- Awesome WAF Detection
- Awesome Evasion Techniques
- Awesome Blogs & Writeups
- Presentations & Research Papers
Presentations & Research Papers
Presentations:
- WAF Profiling & Evasion - A WAF testing and evasion guide from OWASP.
- [Protocol Level WAF Techniques](presentations/BlackHat US 12 - Protocol Level WAF Evasion (Slides).pdf) - A presentation at about efficiently evading WAFs at protocol level from BlackHat US 12.
Research Papers:
- [WASC WAF Evaluation Criteria](papers/WASC WAF Evaluation Criteria.pdf) - A guide for WAF Evaluation from Web Application Security Consortium
- [Protocol Level WAF Evasion](papers/Qualys Guide - Protocol-Level WAF Evasion.pdf) - A protocol level WAF evasion techniques and analysis by Qualys.
- WAF Evasion Testing - A WAF evasion testing guide from SANS.