mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Skipping quit exception in case of --search
This commit is contained in:
parent
e19b097ab5
commit
ea4cef9c6d
3 changed files with 8 additions and 4 deletions
|
|
@ -152,7 +152,7 @@ class Enumeration(GenericEnumeration):
|
|||
warnMsg += "for database '%s'" % db
|
||||
logger.warn(warnMsg)
|
||||
|
||||
if not kb.data.cachedTables:
|
||||
if not kb.data.cachedTables and not conf.search:
|
||||
errMsg = "unable to retrieve the tables for any database"
|
||||
raise SqlmapNoneDataException(errMsg)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue