githubEdit

Packet Sniffing

Packet sniffing involves capturing and analyzing the data packets transmitted over the network to find vulnerabilities.

Commands

1) Capture packets from a specific network

airodump-ng --bssid BSSID -c CHANNEL -w capture wlan0mon

2) Analyze captured packets

wireshark

Last updated