mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Use false-positive checks in dummy mode
This commit is contained in:
parent
4fc7fc6447
commit
7d5a0ed2dc
3 changed files with 4 additions and 4 deletions
|
|
@ -686,7 +686,7 @@ def checkSqlInjection(place, parameter, value):
|
|||
|
||||
kb.previousMethod = method
|
||||
|
||||
if conf.dummy or conf.offline:
|
||||
if conf.offline:
|
||||
injectable = False
|
||||
|
||||
# If the injection test was successful feed the injection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue