mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-23 19:34:13 +03:00
minor update
This commit is contained in:
parent
37f2709197
commit
6177317a17
|
@ -40,7 +40,7 @@ def action():
|
||||||
if htmlParsed:
|
if htmlParsed:
|
||||||
errMsg += ", but from the HTML error page it was "
|
errMsg += ", but from the HTML error page it was "
|
||||||
errMsg += "possible to determinate that the "
|
errMsg += "possible to determinate that the "
|
||||||
errMsg += "back-end DBMS is '%s'" % htmlParsed
|
errMsg += "back-end DBMS is %s" % htmlParsed
|
||||||
|
|
||||||
if htmlParsed and htmlParsed.lower() in SUPPORTED_DBMS:
|
if htmlParsed and htmlParsed.lower() in SUPPORTED_DBMS:
|
||||||
errMsg += ". Do not specify the back-end DBMS manually, "
|
errMsg += ". Do not specify the back-end DBMS manually, "
|
||||||
|
|
Loading…
Reference in New Issue
Block a user