mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Update for an Issue #290 (adding tamper-like scripts into (new) directory waf)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user