Added support for .pac file requests.

This commit is contained in:
lgandx 2013-12-09 18:16:51 -05:00
parent f6167183e0
commit 6b7e5b6441

View file

@ -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