mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-20 13:23:38 -07:00
Added DHCP DNS vs WPAD srv injection
This commit is contained in:
parent
a0bf7a9baa
commit
505ec34324
3 changed files with 20 additions and 12 deletions
|
@ -132,6 +132,7 @@ class Settings:
|
|||
self.ProxyAuth_On_Off = options.ProxyAuth_On_Off
|
||||
self.CommandLine = str(sys.argv)
|
||||
self.Bind_To = utils.FindLocalIP(self.Interface, self.OURIP)
|
||||
self.DHCP_WPAD = options.DHCP_WPAD
|
||||
|
||||
if self.Interface == "ALL":
|
||||
self.Bind_To_ALL = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue