mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
kids, don't use this at home
This commit is contained in:
parent
13d5b2c0ff
commit
10a7a2dfb2
3 changed files with 8 additions and 1 deletions
|
|
@ -339,7 +339,9 @@ def start():
|
|||
kb.testedParams.add(paramKey)
|
||||
|
||||
if testSqlInj:
|
||||
heuristicCheckSqlInjection(place, parameter, value)
|
||||
check = heuristicCheckSqlInjection(place, parameter, value)
|
||||
if not check and conf.scriptKiddie:
|
||||
continue
|
||||
|
||||
logMsg = "testing sql injection on %s " % place
|
||||
logMsg += "parameter '%s'" % parameter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue