/ButterTrace

A wrapper that combines the use of arpspoof & tcpdump in order to perform MITM traffic interception

Primary LanguageShellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

ButterTrace

A small Bash script that uses ARP spoofing in order to sniff all network traffic originating from the target device. This script acts as a wrapper that brings arpspoof and tcpdump together, it asks you for the IP addresses required in order to perform the attack then outputs a logfile based on traffic received from the target system. This script essentially allows you to perform a Man-in-the-Middle attack on the target machine.

Admin privileges are required to run this script. This script also depends on the commands 'arpspoof' and 'tcpdump' executing their respective applications, this occurs as default with most pentesting distributions.

Wiki: