mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-19 05:56:18 +00:00
Minor adjustment
This commit is contained in:
parent
2efb3b78ea
commit
ee4e04ebca
2 changed files with 1 additions and 3 deletions
|
|
@ -149,7 +149,7 @@ def checkSqlInjection(place, parameter, value):
|
|||
boundary.prefix = conf.prefix
|
||||
boundary.suffix = conf.suffix
|
||||
|
||||
if "like" in boundary.suffix.lower():
|
||||
if " like" in boundary.suffix.lower():
|
||||
if "'" in boundary.suffix.lower():
|
||||
boundary.ptype = 3
|
||||
elif '"' in boundary.suffix.lower():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue