mirror of
https://github.com/0xInfection/Awesome-WAF.git
synced 2024-12-22 22:03:39 +07:00
First commit
This commit is contained in:
parent
d35062d1e7
commit
8f17b8a485
17
README.md
17
README.md
@ -1,2 +1,15 @@
|
||||
# Awesome-WAF-Evasion
|
||||
A curated list of awesome WAF evasion stuff.
|
||||
# Awesome WAF Evasion
|
||||
> A curated list of awesome WAF evasion stuff.
|
||||
<img src='images/how-wafs-work.png' />
|
||||
|
||||
__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](https://en.wikipedia.org/wiki/Application_firewall))*
|
||||
|
||||
Feel free to [contribute]().
|
||||
|
||||
### Contents:
|
||||
- [Writeups]()
|
||||
- [List of WAFs]()
|
||||
- [WAF Detection]()
|
||||
- [Evasion Techniques]()
|
||||
- [Writeups]()
|
||||
- [Research Papers]()
|
||||
|
Loading…
Reference in New Issue
Block a user