mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 06:01:29 +00:00
Minor language update
This commit is contained in:
@@ -745,7 +745,7 @@ def heuristicCheckSqlInjection(place, parameter):
|
|||||||
parseFilePaths(page)
|
parseFilePaths(page)
|
||||||
result = wasLastResponseDBMSError()
|
result = wasLastResponseDBMSError()
|
||||||
|
|
||||||
infoMsg = "heuristic (parsing) test shows that %s " % place
|
infoMsg = "heuristic (basic) test shows that %s " % place
|
||||||
infoMsg += "parameter '%s' might " % parameter
|
infoMsg += "parameter '%s' might " % parameter
|
||||||
|
|
||||||
def _(page):
|
def _(page):
|
||||||
|
|||||||
Reference in New Issue
Block a user