Created
August 29, 2022 11:15
-
-
Save numanturle/e7010fa32373dba81d88ad4de0a773cd to your computer and use it in GitHub Desktop.
waf.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id: waf-bypass-numi | |
info: | |
name: waf-bypass-numi | |
author: numanture | |
requests: | |
- raw: | |
- | | |
GET /blabla HTTP/1.1 | |
Host: host | |
stop-at-first-match: true | |
matchers-condition: or | |
matchers: | |
- type: word | |
part: body | |
words: | |
- "numi" | |
- "blabla" | |
condition: or | |
- type: status | |
status: | |
- 200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment