adding support for scanning Host header values (-p host)

This commit is contained in:
Miroslav Stampar
2011-12-20 12:52:41 +00:00
parent bdc724cb46
commit 95cd9e2af3
11 changed files with 58 additions and 18 deletions

View File

@@ -48,6 +48,7 @@ class PLACE:
COOKIE = "Cookie"
UA = "User-Agent"
REFERER = "Referer"
HOST = "Host"
class HTTPMETHOD:
GET = "GET"