CyberKit

CyberKit

5 devlogs
8h 17m
Created by Oliver

Penetration testing tools built in Python for the Linux CLI.

I built these tools whilst following zSecurity's Ethical Hacking with Python course, and made my own adaptations and improvements.

Timeline

Wow, that took some time. Restructured the project and eventually figured out how to get it onto PyPi!

Update attachment

Forgot to devlog some progress, but a packet sniffer, network cutter and DNS spoofer are complete!

Update attachment

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

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