mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-20 21:33:31 -07:00
minor fix
This commit is contained in:
parent
d0fc37fa42
commit
81b1f8f2c1
1 changed files with 2 additions and 1 deletions
|
@ -492,7 +492,7 @@ def RapFinger(Host,Domain, Type):
|
||||||
packet1 = str(head)+str(t)
|
packet1 = str(head)+str(t)
|
||||||
buffer1 = longueur(packet1)+packet1
|
buffer1 = longueur(packet1)+packet1
|
||||||
s.send(buffer1)
|
s.send(buffer1)
|
||||||
data = s.recv(1024)
|
data = s.recv(64736)
|
||||||
##Rap ServerEnum, Get answer and return what we're looking for.
|
##Rap ServerEnum, Get answer and return what we're looking for.
|
||||||
if data[8:10] == "\x25\x00":
|
if data[8:10] == "\x25\x00":
|
||||||
s.close()
|
s.close()
|
||||||
|
@ -2159,3 +2159,4 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue