mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Minor adjustment
This commit is contained in:
parent
2efb3b78ea
commit
ee4e04ebca
2 changed files with 1 additions and 3 deletions
|
|
@ -342,8 +342,6 @@ def start():
|
||||||
kb.testedParams.add(paramKey)
|
kb.testedParams.add(paramKey)
|
||||||
|
|
||||||
if testSqlInj:
|
if testSqlInj:
|
||||||
# TODO: with the new detection engine, review this
|
|
||||||
# part. This will be moved to payloads.xml as well
|
|
||||||
heuristicCheckSqlInjection(place, parameter, value)
|
heuristicCheckSqlInjection(place, parameter, value)
|
||||||
|
|
||||||
logMsg = "testing sql injection on %s " % place
|
logMsg = "testing sql injection on %s " % place
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue