mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
removing --method per request of buawig
This commit is contained in:
parent
1cd483f42f
commit
9f7d666451
4 changed files with 3 additions and 21 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue