MITMer - Automated Man-In-The-Middle Attack Tool
MITMer is an automated man-in-the-middle attack tool.
It can do the following:
- MITM attack on a specific host or all LAN hosts.
- Show HTTP and DNS activity of attacked hosts.
- Drop DNS queries asking about a website and redirects them to your PC.
- Convert that website into a fake page and host it on your PC.
Dependencies:
- python2
- scapy
- python2-nfqueue
Examples:
- Attack all hosts and show their HTTP traffic, create fake page for www.somewebsite.com:
sudo ./mitmer.py -http -dnames www.somewebsite.com
- Attack 192.168.1.111 and show its DNS traffic, create fake pages for website1.com & website2.com:
sudo ./mitmer.py -ip 192.168.1.111 -dns -dnames "website1.com website2.com"
- To show help:
./mitmer -h
You might also like:
- 14 Best IP Hide Tools 2017
- CrypticSMS - An Android Tool To Encrypt/Decrypt SMS
- Hash Decrypt - An Android Tool To Crack Hashes
- Cryptonite - A Local & Cloud Data Encryption Tool
- Photo Exif Editor - An Android Forensic Tool
- How To Change The Icon Of An Executable File
- 3 Best Free Android Apps For People Search (a.k.a Social Search)
- Top 17 Antiviruses For Android
- 23 Best Malware Sample Sources For Researchers and Reviewers
- WiFinspect - An Android Tool For WiFi Network Monitoring and Auditing
- Mark Zuckerberg: Inside Facebook (Documentary Film)
- Inside The Mind of Google (Documentary Film)
- The Virtual Revolution (Documentary Film)
- Appie - Android Pentesting Portable Integrated Environment (Tool For Hackers)
- Kali Linux NetHunter - Android Penetration Testing Platform
- Radare2 - The Reverse Engineering Framework (Tool For Hackers)
- Drozer - Android Security Assessment Framework
- AppUse - Android Pentest Platform Unified Standalone Environment
- 10 Best Free Proxy/VPN Apps For Android
- How To Fake Your GPS Location On Android
from Effect Hacking full article here