Like WireShark, but Doge.
WireDoge is a simple Man in the Middle Attack tool written in Python. It provides a friendly CLI menu interface that lets the attacker detect all the devices on their network, choose two hosts (one of which is generally the Gateway) and perform an ARP Cache poisoning attack to insert itself between the two targets. Once the attacker's machine is between the two targets, they can choose what kind of packets to sniff from that link. Currently supported packet types are:
- ICMP
- TCP
- UDP
The contents of the packets are well formatted in the output for easy understanding.
On completion of the attack, WireDoge cleans up after itself (name another dog that can do that, I'll wait), resets the ARP caches of the two target machines, leaving them none the wiser.
from https://github.com/dkapur17/WireDoge
------
a simple sniffer.
from https://github.com/gtxx3600/WireDog


No comments:
Post a Comment