z9g / mitmAP

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

           _ _              ___  ______ 
          (_) |            / _ \ | ___ \
 _ __ ___  _| |_ _ __ ___ / /_\ \| |_/ /
| '_ ` _ \| | __| '_ ` _ \|  _  ||  __/ 
| | | | | | | |_| | | | | | | | || |    
|_| |_| |_|_|\__|_| |_| |_\_| |_/\_| 1.1

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

features:

  • Full featured access point, with configurable speed limit
  • SSLstrip
  • 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 dependenices, you don't have to do it)

downloading:

Kali Linux -> "wget https://raw.githubusercontent.com/xdavidhu/mitmAP/master/mitmAP.py"
Raspberry PI -> "wget https://raw.githubusercontent.com/xdavidhu/mitmAP/master/mitmAP_rpi.py"

starting:

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!

About

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


Languages

Language:Python 100.0%