mitmAP v2.2: create a fake AP and sniff data

mitmAP

mitmAP

A python program to create a fake AP and sniff data.

new in 2.0:

  • SSLstrip2 for HSTS bypass
  • Image capture with Driftnet
  • TShark for command line .pcap capture

features:

  • SSLstrip2
  • Driftnet
  • Tshark
  • The full-featured access point, with a configurable speed limit
  • mitmproxy
  • Wireshark
  • DNS Spoofing
  • Saving results to file

Requirements:

  • Kali Linux / Raspbian with root privileges
  • A wireless card and an ethernet adapter / 2 wireless card
  • Python3 (mitmAP will install the dependencies, you don’t have to do it)

Downloading:

git clone https://github.com/xdavidhu/mitmAP

Usage:

  • Kali Linux -> “sudo python3 mitmAP.py”
  • Raspberry PI -> “sudo python3 mitmAP_rpi.py”

Important: At the first run, choose ‘y’ on installing dependencies and on creating the config files!

Copyright (c) 2017 David Schütz

Source: https://github.com/xdavidhu/