mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +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