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
I am using ettercap on a dual stack spoofing environment and while testing only NDP spoofing I faced the following issue:
Note: This issue is not present when in ettercap GUI mode.
Loading hosts list from file /tmp/fork_ettercap_network.txt
3 hosts added to the hosts list...
FATAL: NDP poisoning failed to start
This happens because, if I am not mistaken, when using ettercap from the command line and explicitly providing a hostfile, the if located in line 94 of src/mitm/ec_ip6nd_poison.c is not testing for when we provide a hostfile like ec_arp_poisoning.c is.
I managed to fix it and would be glad to create a PR to fix this. ;)
Thanks for the project, keep up the good work.
Marco Roda
The text was updated successfully, but these errors were encountered:
Hello,
I am using ettercap on a dual stack spoofing environment and while testing only NDP spoofing I faced the following issue:
Note: This issue is not present when in ettercap GUI mode.
How to reproduce:
Run ettercap as follwoing:
My target list file for testing:
Just have the home router IPv4 and IPv6 gateways and my Phone's IPv4.
Then I get:
This happens because, if I am not mistaken, when using ettercap from the command line and explicitly providing a hostfile, the if located in line 94 of src/mitm/ec_ip6nd_poison.c is not testing for when we provide a hostfile like ec_arp_poisoning.c is.
I managed to fix it and would be glad to create a PR to fix this. ;)
Thanks for the project, keep up the good work.
Marco Roda
The text was updated successfully, but these errors were encountered: