mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update
This commit is contained in:
@@ -2642,7 +2642,7 @@ def expandMnemonics(mnemonics, parser, args):
|
||||
|
||||
for mnemonic in mnemonics.split(','):
|
||||
found = None
|
||||
name = mnemonic.split('=')[0].replace("-", "")
|
||||
name = mnemonic.split('=')[0].replace("-", "").strip()
|
||||
value = mnemonic.split('=')[1] if len(mnemonic.split('=')) > 1 else None
|
||||
pointer = head
|
||||
for char in name:
|
||||
|
||||
Reference in New Issue
Block a user