reduce time on sqlping

This commit is contained in:
TrustedSec 2016-08-03 13:02:18 -04:00
parent b16a624a1b
commit 2fa3ba4e97

View file

@ -1762,7 +1762,7 @@ def get_sql_port(host):
# Build the socket with a .1 second timeout
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
s.settimeout(.3)
s.settimeout(.1)
# Attempt to query UDP:1434 and return MSSQL running port
try: