mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor cosmetic update ("heuristics shows" is not grammatically correct)
This commit is contained in:
@@ -446,7 +446,7 @@ def heuristicCheckSqlInjection(place, parameter, value):
|
||||
Request.queryPage(payload, place, raise404=False)
|
||||
result = wasLastRequestDBMSError()
|
||||
|
||||
infoMsg = "heuristics shows that %s " % place
|
||||
infoMsg = "heuristic test shows that %s " % place
|
||||
infoMsg += "parameter '%s' might " % parameter
|
||||
|
||||
if result:
|
||||
|
||||
Reference in New Issue
Block a user