You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The description of the ndp.spoof.neighbour option states that I can disable neighbor advertisements by clearing the option. Because this option has an IPv6Validator set, this is not possible.
Steps to Reproduce
bettercap v2.32.0 (built for linux amd64 with go1.21.6) [type 'help' for a list of commands]
...
» set ndp.spoof.neighbour ''
» set ndp.spoof.targets 2001:db8::42
» ndp.spoof on
» [19:45:11] [sys.log] [err] Parameter ndp.spoof.neighbour not valid: '' does not match rule '^[:a-fA-F0-9]{6,}$'.
Expected behavior:ndp.spoof on does not produce an error and no neighbor advertisements are sent.
Actual behavior:ndp.spoof on produces an error.
The text was updated successfully, but these errors were encountered:
The description of the
ndp.spoof.neighbour
option states that I can disable neighbor advertisements by clearing the option. Because this option has anIPv6Validator
set, this is not possible.Steps to Reproduce
Expected behavior:
ndp.spoof on
does not produce an error and no neighbor advertisements are sent.Actual behavior:
ndp.spoof on
produces an error.The text was updated successfully, but these errors were encountered: