BetterCap
- BetterCap is an advanced network attack and monitoring tool that allows for real-time packet manipulation, sniffing, and spoofing.
- It supports a variety of attacks, such as man-in-the-middle (MITM), network sniffing, and traffic injection, making it useful for network penetration testing.
- Start a MITM attack on a local network:
bettercap -T <target_ip> -X - Sniff network traffic and capture HTTP requests:
bettercap -I eth0 --sniffer
