mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-20 21:39:02 +00:00
Fix for Issue #43
This commit is contained in:
@@ -1033,7 +1033,7 @@ class Enumeration:
|
||||
logger.error(errMsg)
|
||||
bruteForce = True
|
||||
|
||||
if bruteForce or colList and conf.exact:
|
||||
if bruteForce or colList and conf.disableLike:
|
||||
resumeAvailable = False
|
||||
|
||||
for tbl in tblList:
|
||||
|
||||
Reference in New Issue
Block a user