mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
balls
This commit is contained in:
parent
b4d8c639a0
commit
fb593af38d
6 changed files with 7 additions and 5 deletions
|
@ -46,7 +46,7 @@ func NewDHCP6Spoofer(s *session.Session) *DHCP6Spoofer {
|
|||
|
||||
spoof.AddParam(session.NewStringParameter("dhcp6.spoof.address",
|
||||
session.ParamIfaceAddress,
|
||||
`^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$`,
|
||||
session.IPv4Validator,
|
||||
"IP address to map the domains to."))
|
||||
|
||||
spoof.AddHandler(session.NewModuleHandler("dhcp6.spoof on", "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue