mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
a6d5d5d048
commit
4d5e930e6c
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ func NewNDPSpoofer(s *session.Session) *NDPSpoofer {
|
|||
|
||||
mod.SessionModule.Requires("net.recon")
|
||||
|
||||
mod.AddParam(session.NewStringParameter("ndp.spoof.targets", "", "", "Comma separated list of IPv6 addresses, "+
|
||||
"MAC addresses or aliases to spoof."))
|
||||
mod.AddParam(session.NewStringParameter("ndp.spoof.targets", "", "",
|
||||
"Comma separated list of IPv6 victim addresses."))
|
||||
|
||||
mod.AddParam(session.NewStringParameter("ndp.spoof.neighbour", "fe80::1", "",
|
||||
"Neighbour IPv6 address to spoof, clear to disable NA."))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue