mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
minor update regarding --exact switch
This commit is contained in:
parent
b85a1fc271
commit
96177393e1
3 changed files with 3 additions and 3 deletions
|
|
@ -1034,7 +1034,7 @@ class Enumeration:
|
|||
logger.error(errMsg)
|
||||
bruteForce = True
|
||||
|
||||
if bruteForce:
|
||||
if bruteForce or colList and conf.exact:
|
||||
resumeAvailable = False
|
||||
|
||||
for tbl in tblList:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue