mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor code cleanup
This commit is contained in:
parent
2c4f6d2e99
commit
0a81415f2f
6 changed files with 57 additions and 57 deletions
|
|
@ -297,7 +297,7 @@ def checkSqlInjection(place, parameter, value):
|
|||
boundPayload = agent.prefixQuery(sndPayload, prefix, where, clause)
|
||||
boundPayload = agent.suffixQuery(boundPayload, comment, suffix, where)
|
||||
cmpPayload = agent.payload(place, parameter, newValue=boundPayload, where=where)
|
||||
|
||||
|
||||
return cmpPayload
|
||||
|
||||
# Useful to set kb.matchRatio at first based on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue