mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
adding support for (custom) POST injection (marking injection point with '*' in conf.data)
This commit is contained in:
@@ -66,6 +66,7 @@ class PLACE:
|
||||
UA = "User-Agent"
|
||||
REFERER = "Referer"
|
||||
HOST = "Host"
|
||||
CUSTOM_POST = "(custom) POST"
|
||||
|
||||
class HTTPMETHOD:
|
||||
GET = "GET"
|
||||
|
||||
Reference in New Issue
Block a user