Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/husam212/mitmer
Automated man-in-the-middle attack tool.
https://github.com/husam212/mitmer
Last synced: 23 days ago
JSON representation
Automated man-in-the-middle attack tool.
- Host: GitHub
- URL: https://github.com/husam212/mitmer
- Owner: husam212
- License: mit
- Created: 2014-01-27T21:31:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-04T22:07:50.000Z (over 10 years ago)
- Last Synced: 2024-08-04T09:06:29.049Z (4 months ago)
- Language: Python
- Size: 557 KB
- Stars: 50
- Watchers: 13
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-network-stuff - **42**星 - in-the-middle attack tool. (<a id="42f9e068b6511bcbb47d6b2b273097da"></a>未分类 / <a id="3bd67ee9f322e2c85854991c85ed6da0"></a>投毒&&Poisoning)
README
MITMer
======**This tool 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