misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
Simone Margaritelli 2021-04-04 00:06:34 +02:00
commit 4d5e930e6c
No known key found for this signature in database
GPG key ID: 82E42E7F3B34C97E

View file

@ -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."))