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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user