mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Adding hidden switch for disabling socket preconnect (debugging purposes)
This commit is contained in:
parent
a219ff9a92
commit
80d3ff6706
2 changed files with 6 additions and 3 deletions
|
|
@ -1024,6 +1024,9 @@ def _setSocketPreConnect():
|
|||
Makes a pre-connect version of socket.connect
|
||||
"""
|
||||
|
||||
if conf.disablePrecon:
|
||||
return
|
||||
|
||||
def _():
|
||||
while kb.threadContinue:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue