mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Patch for an Issue #978
This commit is contained in:
@@ -791,7 +791,7 @@ def cmdLineParser():
|
||||
advancedHelp = True
|
||||
|
||||
for arg in sys.argv:
|
||||
argv.append(getUnicode(arg, encoding=sys.stdin.encoding))
|
||||
argv.append(getUnicode(arg, encoding=sys.getfilesystemencoding()))
|
||||
|
||||
checkDeprecatedOptions(argv)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user