Commands for capturing and analyzing network traffic.
• Purpose: Captures network packets.
• Example: sudo tcpdump -i eth0 → Captures traffic on eth0 (Ctrl+C to stop).
• Purpose: Launches Wireshark GUI for packet analysis.
• Example: wireshark & → Opens Wireshark in the background.
• Purpose: Scans local network for devices via ARP.
• Example: sudo arp-scan -l → Lists devices on the network.