Skip to content

NetDiscover (ARP Scanning)

TheGetch edited this page May 14, 2021 · 2 revisions

NetDiscover (ARP Scanning)

NetDiscover (ARP Scanning)

netdiscover -i eth0

or

netdiscover -r x.x.x.0/24

Dsniff Arpspoof

First enable Linux box to act as a router:

echo 1 > /proc/sys/net/ipv4/ip_forward

Then tun arpspoof:

arpspoof -i <interface> -t <target> -r <host>

For example, to intercept traffic between targets, use:

arpspoof -i eth0 -t 192.168.4.11 -r 192.168.4.16

_Sidebar

1. Recon

Ping Sweep

CIDR to IP

2. Enumeration

Services

05. HTTP (80,443,8080,8443,etc.)

3. Exploitation

4. Post Exploiation

5. High Value Information

Hashes

6. Reporting

7. Random Notes/Useful Tidbits

Clone this wiki locally