mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Partial fix for -o not resumed at following runs if missing from command line
This commit is contained in:
parent
50f4c4af52
commit
6cbb927012
3 changed files with 17 additions and 7 deletions
|
|
@ -465,6 +465,7 @@ def checkSqlInjection(place, parameter, value):
|
|||
injection.conf.titles = conf.titles
|
||||
injection.conf.string = conf.string
|
||||
injection.conf.regexp = conf.regexp
|
||||
injection.conf.optimize = conf.optimize
|
||||
|
||||
if conf.beep or conf.realTest:
|
||||
beep()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue