mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-04-04 23:06:11 +00:00
reduce time on sqlping
This commit is contained in:
parent
b16a624a1b
commit
2fa3ba4e97
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue