mirror of
https://github.com/lgandx/Responder.git
synced 2026-01-04 13:49:06 +00:00
Added support for .pac file requests.
This commit is contained in:
@@ -933,7 +933,7 @@ def ServeWPADOrNot(on_off):
|
||||
|
||||
def WpadCustom(data,client):
|
||||
if ServeWPADOrNot(WPAD_On_Off):
|
||||
b = re.search('(/wpad.dat)', data)
|
||||
b = re.search('(/wpad.dat|/*\.pac)', data)
|
||||
if b:
|
||||
Message = "[+]WPAD file sent to: %s"%(client)
|
||||
print Message
|
||||
|
||||
Reference in New Issue
Block a user