This project provides a MITM ARP spoofing tool designed for capturing DNS traffic within a local network.
This tool is intended for educational and ethical use only. Unauthorized use on networks without explicit permission may violate legal and ethical standards.
_____ _ _
| __ \| | | |
| |__) | |__ __ _ ___ __| |_ __ __ _
| ___/| '_ \ / _` |/ _ \/ _` | '__/ _` |
| | | | | | (_| | __/ (_| | | | (_| |
|_| |_| |_|\__,_|\___|\__,_|_| \__,_|
clone the repo and run install.sh
git clone git@github.com:njeru-codes/Phaedra.git
cd Phaedra
chmod +x install
sudo ./install
sudo pheedra-sniffer #runs the script
smaple usage
sudo $(which python3) sniffer.py --network 192.168.100.0/24 --iface eth0 --router_ip 192.168.100.1