mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Removing bad decision for -d (user should be able to choose)
This commit is contained in:
parent
6be10b307d
commit
24eaf55dc8
3 changed files with 3 additions and 6 deletions
|
|
@ -86,9 +86,6 @@ def setHandler():
|
|||
conf.dbmsConnector = Connector()
|
||||
|
||||
if conf.direct:
|
||||
logger.debug("forcing timeout to 10 seconds")
|
||||
conf.timeout = 10
|
||||
|
||||
dialect = DBMS_DICT[dbms][3]
|
||||
|
||||
if dialect:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue