mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
cosmetics (adding html parsed DBMS) regarding heuristic check
This commit is contained in:
@@ -109,7 +109,7 @@ def heuristicCheckSqlInjection(place, parameter, value):
|
||||
infoMsg = "(error based) heuristics show that %s parameter '%s' is " % (place, parameter)
|
||||
|
||||
if result:
|
||||
infoMsg += "injectable"
|
||||
infoMsg += "injectable (DBMS: %s)" % kb.htmlFp[-1]
|
||||
logger.info(infoMsg)
|
||||
else:
|
||||
infoMsg += "not injectable"
|
||||
|
||||
Reference in New Issue
Block a user