mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-21 05:43:35 -07:00
commit
6916b085ec
1 changed files with 2 additions and 0 deletions
|
@ -294,6 +294,8 @@ class HTTP(BaseRequestHandler):
|
|||
line = line.strip()
|
||||
remaining = int(line.split(':')[1].strip()) - len(data)
|
||||
|
||||
if data == "":
|
||||
break
|
||||
#now the data variable has the full request
|
||||
Buffer = WpadCustom(data, self.client_address[0])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue