Skip to content

Python-based MITM (Man-In-The-Middle) tool designed to intercept HTTP and HTTPS requests across the same subnet

Notifications You must be signed in to change notification settings

security007/mitm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MITM TOOL

Python-based MITM (Man-In-The-Middle) tool designed to intercept HTTP and HTTPS requests across the same subnet. This tool uses mitmproxy in transparent mode to capture and log traffic from devices in the same local network range.

Installation

pip install mitmproxy
sudo apt install dsniff

Usage

usage: mitm.py [-h] --target TARGET [--gateway GATEWAY] [--interface INTERFACE] [--port PORT]

MITM Tool

options:
  -h, --help            show this help message and exit
  --target TARGET       Target IP for the MITM attack
  --gateway GATEWAY     Specify the gateway IP address
  --interface INTERFACE
                        Network interface to use
  --port PORT           Port for mitm proxy

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Python-based MITM (Man-In-The-Middle) tool designed to intercept HTTP and HTTPS requests across the same subnet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages