mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
adding support for (custom) POST injection (marking injection point with '*' in conf.data)
This commit is contained in:
parent
efd27d7ade
commit
6ebb621228
6 changed files with 58 additions and 40 deletions
|
|
@ -368,7 +368,7 @@ def start():
|
|||
parameters = conf.parameters.keys()
|
||||
|
||||
# Order of testing list (last to first)
|
||||
orderList = (PLACE.URI, PLACE.GET, PLACE.POST)
|
||||
orderList = (PLACE.URI, PLACE.GET, PLACE.POST, PLACE.CUSTOM_POST)
|
||||
|
||||
for place in orderList:
|
||||
if place in parameters:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue