mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
minor fix
This commit is contained in:
@@ -79,12 +79,12 @@ class Enumeration:
|
|||||||
if not conf.getBanner:
|
if not conf.getBanner:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
if kb.data.banner is None:
|
||||||
kb.dbmsDetected = True
|
kb.dbmsDetected = True
|
||||||
|
|
||||||
infoMsg = "fetching banner"
|
infoMsg = "fetching banner"
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
|
|
||||||
if kb.data.banner is None:
|
|
||||||
if conf.unionTest:
|
if conf.unionTest:
|
||||||
conf.dumper.technic("inband injection payload", unionTest())
|
conf.dumper.technic("inband injection payload", unionTest())
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user