mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Patch for an Issue #978
This commit is contained in:
parent
ab49fe6a39
commit
56b6bf72f4
3 changed files with 12 additions and 5 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue