mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
minor update
This commit is contained in:
parent
1d93a03eeb
commit
e0ad72031f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user