Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
MITMer — Automated man-in-the-middle attack tool. | Kitploit
Tools/GitHubGitHub/husam212/mitmer
Packet Sniffing & AnalysisWeb Application ExploitationPhishingNetwork SecurityPenetration TestingSocial EngineeringRed TeamingDNS Analysis
GitHubhusam212/mitmer

MITMer

Automated man-in-the-middle attack tool.

View Repository
5316512 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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:

    root@kitploit:~
      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:

    root@kitploit:~
      sudo ./mitmer.py -ip 192.168.1.111 -dns -dnames "website1.com website2.com"
    
  • To show help:

    root@kitploit:~
      ./mitmer -h
    
Download Tool