Skip to content

arjnklc/Simple-MitM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-MitM

Performs man in the middle attack to the specified target IP and saves the intercepted network traffic as ".pcap" file then analyzes it to extract visited websites, possible credentials, target information etc.

It does NOT support HTTPS since it is encrypted traffic.

It must run as superuser because it has to change some system configs like IP forwarding.

Usage

pip3 install -r requirements.txt

sudo python3 main.py

Test

Tested on macOS Mojave 10.14 and Ubuntu 16.04

About

Simple Man in the Middle Attack Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages