mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
minor cosmetic update ("heuristics shows" is not grammatically correct)
This commit is contained in:
parent
d336f1df23
commit
9ccc8f90a3
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user