Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
ARP-poisoning-packet-sniffer — Aynı ağda bulunan hedef bilgisayarlar üzerinde ARP zehirlemesi(poisoning) yapmak ve ağ trafiğini izlemenizi sağlamak için yazılmış iki scripttir. | Kitploit
Tools/GitHubGitHub/mustafadalga/arp-poisoning-packet-sniffer
Packet Sniffing & AnalysisInformation GatheringNetwork SecurityPenetration Testing
GitHubmustafadalga/arp-poisoning-packet-sniffer

ARP-poisoning-packet-sniffer

Aynı ağda bulunan hedef bilgisayarlar üzerinde ARP zehirlemesi(poisoning) yapmak ve ağ trafiğini izlemenizi sağlamak için yazılmış iki scripttir.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
546 years agoNot yet reviewed

ARP Poisoning - Packet Sniffer

Two scripts written to perform ARP poisoning on target computers on the same network and to monitor network traffic.

  • 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.

Modules to install

  • Installation for Linux
root@kitploit:~
sudo pip install -r requirements.txt

ARP Spoof Usage

root@kitploit:~
python arp_spoof.py --hedef TARGETIP --gateway GATEWAY

Packet Sniffer Usage

root@kitploit:~
python packet_sniffer.py --interface INTERFACE

ARP Spoof Example Usage

root@kitploit:~
python arp_spoof.py --hedef 10.0.2.15 --gateway 10.0.2.1

Packet Sniffer Example Usage

root@kitploit:~
python packet_sniffer.py --interface wlan0

Arp Spoofing

arp

Packet Sniffer

packet

Captured Possible Login Information

request-response

Download Tool