mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Fixing HTTP chunking for Python2.6
This commit is contained in:
@@ -1068,7 +1068,7 @@ def cmdLineParser(argv=None):
|
||||
|
||||
except SystemExit:
|
||||
# Protection against Windows dummy double clicking
|
||||
if IS_WIN:
|
||||
if IS_WIN and "--non-interactive" not in sys.argv:
|
||||
dataToStdout("\nPress Enter to continue...")
|
||||
_input()
|
||||
raise
|
||||
|
||||
Reference in New Issue
Block a user