mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 13:49:04 +00:00
Proper saving and resuming when more than a parameter are injectable.
Minor bug fix to --stacked-test Minor code refactoring.
This commit is contained in:
@@ -47,6 +47,7 @@ def stackedTest():
|
||||
|
||||
kb.stackedTest = False
|
||||
|
||||
setStacked()
|
||||
if kb.stackedTest:
|
||||
setStacked(kb.injection.place, kb.injection.parameter, payload)
|
||||
|
||||
return kb.stackedTest
|
||||
|
||||
Reference in New Issue
Block a user