What problem does it solve?
Security teams need to verify that Layer 2 defenses like Dynamic ARP Inspection, DHCP snooping, and IDS/IPS monitoring actually detect and block ARP cache poisoning, but manual ad-hoc testing often misses bidirectional poisoning, IP forwarding misconfiguration, and incomplete cleanup.
Core Features & Use Cases
- Guided MITM Simulation: Step-by-step workflow covering host discovery, IP forwarding setup, bidirectional ARP poisoning with arpspoof and Ettercap, and traffic capture with tcpdump and tshark.
- Custom Packet Crafting: Includes a Scapy script that poisons ARP caches bidirectionally and automatically restores legitimate ARP entries on interruption.
- Detection Validation: Procedures to confirm DAI statistics, IDS alerts, and SIEM correlation, plus a structured report format for documenting results.
- Use Case: A network team that deployed Cisco DAI on access switches uses this workflow on an authorized test VLAN to confirm spoofed ARP replies are dropped, verify Snort alerts fire, and document control effectiveness for auditors.
Quick Start
Ask the AI to walk you through an authorized ARP spoofing simulation against a test host on your lab VLAN, including enabling IP forwarding, running arpspoof bidirectionally, and verifying detection in your IDS.