mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-24 18:43:47 +03:00
fix for a minor bug reported by nightman (AttributeError: 'NoneType' object has no attribute 'getFingerprint')
This commit is contained in:
parent
95b2c0803b
commit
e3fa3b0e8e
|
@ -418,7 +418,7 @@ mitchell <mitchell@tufala.net>
|
|||
for reporting a bug
|
||||
|
||||
nightman <nightman@email.de>
|
||||
for reporting a bug
|
||||
for reporting a few bugs
|
||||
|
||||
pacman730 <pacman730@users.sourceforge.net>
|
||||
for reporting a bug
|
||||
|
@ -439,6 +439,9 @@ ToR <sstidus@email.it>
|
|||
for reporting considerable amount of bugs
|
||||
for suggesting a feature
|
||||
|
||||
ultramegaman <seclists@ultramegaman.com>
|
||||
for reporting a minor bug
|
||||
|
||||
== Organizations ==
|
||||
|
||||
Black Hat team <info@blackhat.com>
|
||||
|
|
|
@ -31,7 +31,7 @@ def action():
|
|||
# system to be able to go ahead with the injection
|
||||
setHandler()
|
||||
|
||||
if not kb.dbmsDetected:
|
||||
if not kb.dbmsDetected and conf.dbmsHandler:
|
||||
htmlParsed = getHtmlErrorFp()
|
||||
|
||||
errMsg = "sqlmap was not able to fingerprint the "
|
||||
|
|
Loading…
Reference in New Issue
Block a user