mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
implementation of referer feature
This commit is contained in:
parent
a6ab24e0b5
commit
535eb9f3eb
6 changed files with 31 additions and 7 deletions
|
|
@ -41,6 +41,7 @@ class PLACE:
|
|||
URI = "URI"
|
||||
COOKIE = "Cookie"
|
||||
UA = "User-Agent"
|
||||
REFERER = "Referer"
|
||||
|
||||
class HTTPMETHOD:
|
||||
GET = "GET"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue