mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
added --text-only switch
This commit is contained in:
parent
47022071cb
commit
d2ec132469
5 changed files with 16 additions and 5 deletions
|
|
@ -98,9 +98,6 @@ def start():
|
|||
if not conf.start:
|
||||
return False
|
||||
|
||||
if conf.optimize:
|
||||
conf.useCommonPrediction = conf.useNullConnection = conf.keepAlive = True
|
||||
|
||||
if conf.direct:
|
||||
initTargetEnv()
|
||||
setupTargetEnv()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue