man-in-the-middle
- Sign up for GitHub or sign in to edit this page
Here are 47 public repositories matching this topic...
DEPRECATED, bettercap developement moved here: https://github.com/bettercap/bettercap
-
Updated
Nov 3, 2019
⚡⚡⚡Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging
-
Updated
Nov 19, 2019 - Python
☠ Man-in-the-middle wireless access point inside a docker container 🐳
-
Updated
Nov 13, 2019 - Shell
Framework designed to automate various wireless networks attacks (the project was presented on Pentester Academy TV's toolbox in 2017).
-
Updated
Nov 17, 2019 - Shell
proxy poc implementation of STARTTLS stripping attacks
-
Updated
Oct 11, 2019 - Python
PiRogue is a small device meant to ease network interception and analysis.
-
Updated
Nov 1, 2019 - Python
Intercepting Bluetooth device communication and simulating packet responses of an iPhone from a Raspberry Pi 3
-
Updated
Nov 4, 2019 - Python
Modify requests, inject JavaScript and CSS into pages
-
Updated
Oct 31, 2019 - JavaScript
Encrypted API communication between Laravel applications
-
Updated
Oct 29, 2019 - PHP
man-in-the-middle http/https proxy library in rust
-
Updated
Nov 1, 2019 - Rust
Man-in-the-middle against Tor bridges
-
Updated
Apr 18, 2019 - Python
Mobile application and IoT network analysis automation tool.
-
Updated
Oct 23, 2019 - Python
source code for mitm.cool, a dead-simple site that doesn't have SSL... allowing public WiFi to MITM the request and get you authenticated
-
Updated
Jul 8, 2019 - JavaScript
A script for sniffing internet traffic between a machine and the gateway in your local network.
-
Updated
Oct 18, 2019 - Python
A modular network sniffer daemon written in C++
-
Updated
Aug 16, 2019 - C++
A wrapper that combines the use of arpspoof & tcpdump in order to perform MITM traffic interception
-
Updated
Jun 23, 2019 - Shell
Python library implementing a network proxy with the ability to modify stream data
-
Updated
Aug 28, 2018 - Python
WSUSpect Proxy - a tool for MITM'ing insecure WSUS connections
-
Updated
Jul 29, 2019 - Python


I noticed that the advanced installation guide recommends using
sudofor installation withpip. This can cause problems becausepipand the system package manager disagree on who owns what, and in some cases can actually break the OS.Instead, I suggest advising to install in a virtualenv, or at least in the user site. I don't have the time now to make a full PR, but here's a suggested wo