mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Patch for an Issue #1147
This commit is contained in:
@@ -788,7 +788,7 @@ def cmdLineParser():
|
||||
prompt = False
|
||||
advancedHelp = True
|
||||
|
||||
for arg in sys.argv:
|
||||
for arg in (sys.argv if not IS_WIN else shlex.split(" ".join(sys.argv))):
|
||||
argv.append(getUnicode(arg, encoding=sys.getfilesystemencoding()))
|
||||
|
||||
checkDeprecatedOptions(argv)
|
||||
|
||||
Reference in New Issue
Block a user