Skip to content

Instantly share code, notes, and snippets.

@numanturle
Created August 29, 2022 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save numanturle/e7010fa32373dba81d88ad4de0a773cd to your computer and use it in GitHub Desktop.
Save numanturle/e7010fa32373dba81d88ad4de0a773cd to your computer and use it in GitHub Desktop.
waf.yaml
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