Adding new WAF script (UrlScan)

This commit is contained in:
Miroslav Stampar
2014-12-04 10:06:15 +01:00
parent a3507d65fd
commit 9b32e69f26
3 changed files with 30 additions and 0 deletions

View File

@@ -166,6 +166,7 @@ class HTTP_HEADER:
COOKIE = "Cookie"
SET_COOKIE = "Set-Cookie"
HOST = "Host"
LOCATION = "Location"
PRAGMA = "Pragma"
PROXY_AUTHORIZATION = "Proxy-Authorization"
PROXY_CONNECTION = "Proxy-Connection"