I've been looking for a command to "Scan for hosts" in the terminal with ettercap CLI.
How can I scan the local subnet from the ettercap terminal?
The graphical ettercap has the options (see below):
I've been looking for a command to "Scan for hosts" in the terminal with ettercap CLI.
How can I scan the local subnet from the ettercap terminal?
The graphical ettercap has the options (see below):
In curses mode, ettercap -C
, use Menu > "Unified sniffing" first. Then Menu > Hosts > "Scan for hosts"
In Text mode, ettercap -T
, you can use the -n, --netmask <NETMASK>
option for the network mask.