mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Update for an Issue #290 (adding tamper-like scripts into (new) directory waf)
This commit is contained in:
parent
f593e1d30f
commit
6b2981ef4e
8 changed files with 93 additions and 0 deletions
|
|
@ -152,6 +152,11 @@ class HTTPHEADER:
|
|||
REFERER = "Referer"
|
||||
USER_AGENT = "User-Agent"
|
||||
|
||||
class WAF_REQUEST:
|
||||
GET = 1
|
||||
POST = 2
|
||||
HEADERS = 3
|
||||
|
||||
class EXPECTED:
|
||||
BOOL = "bool"
|
||||
INT = "int"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue