Python Ethical Hacking Toolkit

Python Ethical Hacking Toolkit

3 devlogs
5h 7m
Created by Oliver

Ethical hacking tools made with Python.

Timeline

Written an ARP spoofing tool that alters the ARP records of the victim's machine to show the attacker's MAC address as the gateway.

Update attachment
Oliver
Oliver
1h 18m 7 days ago

Written a network scanner tool that uses ARP packets to find the MAC address of a device by supplying its IP address through either a command line argument or interactively when the code is run.

Update attachment

Written a MAC address changer script, which can be used interactively or by arguments when running the code.

Update attachment