mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-05 20:41:22 -07:00
fix typo of ServerTlype
This commit is contained in:
parent
8e12d2bcfe
commit
0c80b76f57
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ class IIS_Basic_401_Ans(Packet):
|
|||
class WPADScript(Packet):
|
||||
fields = OrderedDict([
|
||||
("Code", "HTTP/1.1 200 OK\r\n"),
|
||||
("ServerTlype", "Server: Microsoft-IIS/7.5\r\n"),
|
||||
("ServerType", "Server: Microsoft-IIS/7.5\r\n"),
|
||||
("Date", "Date: "+HTTPCurrentDate()+"\r\n"),
|
||||
("Type", "Content-Type: application/x-ns-proxy-autoconfig\r\n"),
|
||||
("ContentLen", "Content-Length: "),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue