Ettercap / ettercap

Ettercap Project
http://www.ettercap-project.org
GNU General Public License v2.0
2.33k stars 489 forks source link

ettercap-text-only refuses to add hosts to list (raspian bullseye on rpi0w) #1186

Closed whatotter closed 2 years ago

whatotter commented 2 years ago

if i run

ettercap -i wlan1 -T -n 255.255.255.0

it starts normally, but doesnt add any hosts, even though its connected to wifi

starting it gives:

Listening on: wlan1 -> 00:13:EF:xx:xx:xx

SSL dissection needs a valid 'redir_command_on' script in the etter.conf file 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!

Randomizing -1 hosts for scanning... Scanning the whole netmask for -1 hosts... 0 hosts added to the hosts list... Starting Unified sniffing...

i am ssh'd through wlan0, connected to internet, and wlan1 is also connected to the same network as wlan0, but different local ip

ettercap --version gives: ettercap 0.8.3.1 copyright 2001-2020 Ettercap Development Team

i am new to ettercap, so im still figuring out stuff

whatotter commented 2 years ago

didnt mean to close but i do now

figured out (very stupidly might i add) i wasnt infact connected to the network on wlan1

did sudo dhclient wlan1 and it works like a charm now

very sorry for my stupidity, and i guess this can help other people to diagnose stupid problems like how i did