mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-06 04:51:23 -07:00
minor bugs
This commit is contained in:
parent
2b9d89f044
commit
ec3349cb1e
2 changed files with 3 additions and 20 deletions
|
@ -569,9 +569,9 @@ background-color:#555555;}
|
|||
class WPADScript(Packet):
|
||||
fields = OrderedDict([
|
||||
("Code", "HTTP/1.1 200 OK\r\n"),
|
||||
("ServerType", "Server: Microsoft-IIS/10.0\r\n"),
|
||||
("Date", "Date: "+HTTPCurrentDate()+"\r\n"),
|
||||
("Type", "Content-Type: application/x-ns-proxy-autoconfig\r\n"),
|
||||
("Cache", "Pragma: no-cache\r\n"),
|
||||
("Server", "Server: BigIP\r\n"),
|
||||
("ContentLen", "Content-Length: "),
|
||||
("ActualLen", "76"),
|
||||
("CRLF", "\r\n\r\n"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue