mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-16 10:02:53 -07:00
Added support for .pac file requests.
This commit is contained in:
parent
f6167183e0
commit
6b7e5b6441
1 changed files with 1 additions and 1 deletions
|
@ -933,7 +933,7 @@ def ServeWPADOrNot(on_off):
|
||||||
|
|
||||||
def WpadCustom(data,client):
|
def WpadCustom(data,client):
|
||||||
if ServeWPADOrNot(WPAD_On_Off):
|
if ServeWPADOrNot(WPAD_On_Off):
|
||||||
b = re.search('(/wpad.dat)', data)
|
b = re.search('(/wpad.dat|/*\.pac)', data)
|
||||||
if b:
|
if b:
|
||||||
Message = "[+]WPAD file sent to: %s"%(client)
|
Message = "[+]WPAD file sent to: %s"%(client)
|
||||||
print Message
|
print Message
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue