mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01: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)
|
Request.queryPage(payload, place, raise404=False)
|
||||||
result = wasLastRequestDBMSError()
|
result = wasLastRequestDBMSError()
|
||||||
|
|
||||||
infoMsg = "heuristics shows that %s " % place
|
infoMsg = "heuristic test shows that %s " % place
|
||||||
infoMsg += "parameter '%s' might " % parameter
|
infoMsg += "parameter '%s' might " % parameter
|
||||||
|
|
||||||
if result:
|
if result:
|
||||||
|
|||||||
Reference in New Issue
Block a user