FATAL: ARP poisoning needs a non empty hosts list.
sarimwaniR opened this issue · 2 comments
sarimwaniR commented
Hi I am using windows subsystem and I checked but unable to understand from you're previous answers
root@SarimWani:~# sudo ettercap -T -S -i eth0 -M arp:remote /192.168.1.1// /192.168.1.10//
ettercap 0.8.3.1 copyright 2001-2020 Ettercap Development Team
Listening on:
eth0 -> 00:15:5D:9F:B1:BE
172.24.90.191/255.255.240.0
fe80::215:5dff:fe9f:b1be/64
Privileges dropped to EUID 65534 EGID 65534...
34 plugins
42 protocol dissectors
57 ports monitored
28230 mac vendor fingerprint
1766 tcp OS fingerprint
2182 known services
Lua: no scripts were specified, not starting up!
Scanning for merged targets (2 hosts)...
* |==================================================>| 100.00 %
0 hosts added to the hosts list...
FATAL: ARP poisoning needs a non empty hosts list.
koeppea commented
The Windows Linux subsystem doesn't do bridge mode to provide
connectivity rather than NAT.
So the VM is the only host in the LAN. Therefore you don't see any other
hosts.
I am not aware if or how you can change the networking mode to bridged,
to get Ettercap working correctly.
koeppea commented
Fix Windows virtual networking configuration. Closing.