mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-07 05:21:22 -07:00
Fix multi HTTP responses
This commit is contained in:
parent
242bc37997
commit
defabfa543
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