mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Adding new WAF script (UrlScan)
This commit is contained in:
parent
a3507d65fd
commit
9b32e69f26
3 changed files with 30 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue