mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Fixing HTTP chunking for Python2.6
This commit is contained in:
parent
78b1c4f072
commit
d247fda9d3
4 changed files with 12 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue