mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
some fixes :)
This commit is contained in:
parent
1cc99e2247
commit
fef60d5cb7
4 changed files with 18 additions and 4 deletions
|
|
@ -254,8 +254,6 @@ def start():
|
|||
if testSqlInj:
|
||||
heuristicCheckSqlInjection(place, parameter, value)
|
||||
|
||||
conf.matchRatio = None
|
||||
|
||||
for parenthesis in range(0, 4):
|
||||
logMsg = "testing sql injection on %s " % place
|
||||
logMsg += "parameter '%s' with " % parameter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue