mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-20 05:19:02 +00:00
removing --method per request of buawig
This commit is contained in:
@@ -33,13 +33,7 @@ googleDork =
|
||||
# These options can be used to specify how to connect to the target url.
|
||||
[Request]
|
||||
|
||||
# HTTP method to perform HTTP requests.
|
||||
# Valid: GET or POST
|
||||
# Default: GET
|
||||
method = GET
|
||||
|
||||
# Data string to be sent through POST. It is mandatory only when
|
||||
# HTTP method is set to POST.
|
||||
# Data string to be sent through POST.
|
||||
data =
|
||||
|
||||
# HTTP Cookie header.
|
||||
|
||||
Reference in New Issue
Block a user