mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor bug fix to -d
This commit is contained in:
parent
26d1a07a1d
commit
8dfe08a353
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ class UDF:
|
|||
|
||||
stackedTest()
|
||||
|
||||
if not kb.stackedTest:
|
||||
if not kb.stackedTest and not conf.direct:
|
||||
return
|
||||
|
||||
self.checkDbmsOs()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue