mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
minor update regarding --exact switch
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user