mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-25 15:49:03 +00:00
Adding hidden switch for disabling socket preconnect (debugging purposes)
This commit is contained in:
@@ -1024,6 +1024,9 @@ def _setSocketPreConnect():
|
||||
Makes a pre-connect version of socket.connect
|
||||
"""
|
||||
|
||||
if conf.disablePrecon:
|
||||
return
|
||||
|
||||
def _():
|
||||
while kb.threadContinue:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user