mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-14 02:27:12 -07:00
increased timeout value in case of proxying
This commit is contained in:
parent
7a95ef1474
commit
6c7a5dd0dd
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class SMBNegoData(Packet):
|
|||
def run(host):
|
||||
s = socket(AF_INET, SOCK_STREAM)
|
||||
s.connect(host)
|
||||
s.settimeout(0.1)
|
||||
s.settimeout(5)
|
||||
h = SMBHeader(Cmd="\x72",Flag1="\x18",Flag2="\x53\xc8")
|
||||
n = SMBNego(Data = SMBNegoData())
|
||||
n.calculate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue