mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-25 17:55:49 +01:00
Minor language update
This commit is contained in:
parent
4d2b77dde3
commit
5dd2529b02
1 changed files with 1 additions and 1 deletions
|
|
@ -745,7 +745,7 @@ def heuristicCheckSqlInjection(place, parameter):
|
|||
parseFilePaths(page)
|
||||
result = wasLastResponseDBMSError()
|
||||
|
||||
infoMsg = "heuristic (parsing) test shows that %s " % place
|
||||
infoMsg = "heuristic (basic) test shows that %s " % place
|
||||
infoMsg += "parameter '%s' might " % parameter
|
||||
|
||||
def _(page):
|
||||
|
|
|
|||
Loading…
Reference in a new issue