mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor refactoring
This commit is contained in:
parent
965c1511a6
commit
ccd6fb70a8
6 changed files with 7 additions and 32 deletions
|
|
@ -25,9 +25,4 @@ def tamper(payload):
|
|||
* Output: MScgQU5EIFNMRUVQKDUpIw==
|
||||
"""
|
||||
|
||||
retVal = payload
|
||||
|
||||
if payload:
|
||||
retVal = base64.b64encode(payload)
|
||||
|
||||
return retVal
|
||||
return base64.b64encode(payload) if payload else payload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue