An open API service indexing awesome lists of open source software.

https://github.com/wiibleyde/mitm

A Man In The Middle attack in Python (for a school project). DON'T USE IT FOR BAD PURPOSES
https://github.com/wiibleyde/mitm

hacking network security-tools

Last synced: 8 months ago
JSON representation

A Man In The Middle attack in Python (for a school project). DON'T USE IT FOR BAD PURPOSES

Awesome Lists containing this project

README

          

# Man In The Middle

Only for educational purposes. Do not use it for illegal purposes.

This is a simple script to scan a network for devices. It uses the arp-scan tool to scan the network and then uses the nmap tool to scan the found devices.
You can also make DNSSpoofing attacks with this script.