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
- Host: GitHub
- URL: https://github.com/wiibleyde/mitm
- Owner: Wiibleyde
- Created: 2022-11-07T13:49:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T11:14:46.000Z (over 3 years ago)
- Last Synced: 2025-02-14T00:47:51.818Z (over 1 year ago)
- Topics: hacking, network, security-tools
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.