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.
Daksh Shrivastav
Check their projects out: TrayTrail, sync, FocusFlow, Portfolio Website
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Wow, that took some time. Restructured the project and eventually figured out how to get it onto PyPi!
Forgot to devlog some progress, but a packet sniffer, network cutter and DNS spoofer are complete!
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.
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.
Written a MAC address changer script, which can be used interactively or by arguments when running the code.