mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Removing trailing blank lines
This commit is contained in:
parent
e0216771ed
commit
5d10bae31f
7 changed files with 9 additions and 9 deletions
|
|
@ -54,6 +54,6 @@ def tamper(payload, **kwargs):
|
|||
if match:
|
||||
_ = "%s %s BETWEEN %s AND %s" % (match.group(2), match.group(4), match.group(5), match.group(5))
|
||||
retVal = retVal.replace(match.group(0), _)
|
||||
|
||||
|
||||
|
||||
return retVal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue