Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xdavidhu/mitmap
📡 A python program to create a fake AP and sniff data.
https://github.com/xdavidhu/mitmap
access-point fake-ap hacking infosec kali-linux mitm pentesting python wifi wireless
Last synced: 4 months ago
JSON representation
📡 A python program to create a fake AP and sniff data.
- Host: GitHub
- URL: https://github.com/xdavidhu/mitmap
- Owner: xdavidhu
- License: mit
- Archived: true
- Created: 2016-10-22T21:49:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T11:34:06.000Z (about 5 years ago)
- Last Synced: 2024-09-26T04:40:10.961Z (4 months ago)
- Topics: access-point, fake-ap, hacking, infosec, kali-linux, mitm, pentesting, python, wifi, wireless
- Language: Python
- Homepage:
- Size: 114 KB
- Stars: 1,655
- Watchers: 100
- Forks: 270
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **1425**星
README
_ _ ___ ______
(_) | / _ \ | ___ \
_ __ ___ _| |_ _ __ ___ / /_\ \| |_/ /
| '_ ` _ \| | __| '_ ` _ \| _ || __/
| | | | | | | |_| | | | | | | | || |
|_| |_| |_|_|\__|_| |_| |_\_| |_/\_| 2.2### ⚠️ Warning! This project is no longer maintained and may not work as excepted.
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
* Full featured access point, with 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 dependenices, you don't have to do it)# downloading:
"git clone https://github.com/xdavidhu/mitmAP"
# 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!
# disclaimer:
I'm not responsible for anything you do with this program, so please only use it for good and educational purposes.