2 min read
Host Discovery

Discovering hosts on a network

Ettercap is a very versatile tool for various low-level (ARP related) network attacks.

A simple (and immensely useful) aspect of Etercap is its ability to find all hosts in a Link Layer Network. This is done by sending ARP requests to all hosts in the network and listening for ARP replies.

How to detect all hosts in a network using Ettercat:

  1. Run Ettercap in GUI mode:
    sudo ettercap -G
  2. Select the network interface to use: Ettercap Step 1
  3. Select Scan for hosts: Ettercap Step 2
  4. After the scan is complete, select Hosts List: Ettercap Step 3
  5. The list of hosts will be displayed: Ettercap Step 4