mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
switching to SQLite resume support (on error and union techniques this moment)
This commit is contained in:
parent
2d7d84e16b
commit
744636a8c1
5 changed files with 182 additions and 99 deletions
|
|
@ -1360,6 +1360,8 @@ def __setConfAttributes():
|
|||
conf.dbmsConnector = None
|
||||
conf.dbmsHandler = None
|
||||
conf.dumpPath = None
|
||||
conf.hashDB = None
|
||||
conf.hashDBFile = None
|
||||
conf.httpHeaders = []
|
||||
conf.hostname = None
|
||||
conf.multipleTargets = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue