fix for a minor bug reported by nightman (AttributeError: 'NoneType' object has no attribute 'getFingerprint')

This commit is contained in:
Miroslav Stampar 2010-12-17 07:48:32 +00:00
parent 95b2c0803b
commit e3fa3b0e8e
2 changed files with 5 additions and 2 deletions

View File

@ -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>

View File

@ -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 "