Update for an Issue #290 (adding tamper-like scripts into (new) directory waf)

This commit is contained in:
stamparm
2013-02-21 11:14:57 +01:00
parent f593e1d30f
commit 6b2981ef4e
8 changed files with 93 additions and 0 deletions

View File

@@ -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"