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