mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor bug fix to --tamper
This commit is contained in:
@@ -539,6 +539,8 @@ def __setTamperingFunctions():
|
||||
for tfile in conf.tamper.split(','):
|
||||
found = False
|
||||
|
||||
tfile = tfile.strip()
|
||||
|
||||
if not tfile:
|
||||
continue
|
||||
|
||||
@@ -943,9 +945,6 @@ def __cleanupOptions():
|
||||
else:
|
||||
conf.testParameter = []
|
||||
|
||||
if conf.tamper:
|
||||
conf.tamper = conf.tamper.replace(" ", "")
|
||||
|
||||
if conf.db:
|
||||
conf.db = conf.db.replace(" ", "")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user