
Aynı ağda bulunan hedef bilgisayarlar üzerinde ARP zehirlemesi(poisoning) yapmak ve ağ trafiğini izlemenizi sağlamak için yazılmış iki scripttir.
The arp_spoofy.py script is used to perform ARP poisoning on a target computer on the same network.
While the arp_spoofy.py script performs ARP poisoning on the target computer, the packet_sniffer.py script simultaneously monitors HTTP requests and displays possible username/password entries.
sudo pip install -r requirements.txt
python arp_spoof.py --hedef TARGETIP --gateway GATEWAY
python packet_sniffer.py --interface INTERFACE
python arp_spoof.py --hedef 10.0.2.15 --gateway 10.0.2.1
python packet_sniffer.py --interface wlan0


