/security_utilities_python

Simple, often reinvention of the wheel, Security Utilities and hacking tools for fun. Inspired hugely by the work of others such as ZSecurity etc.

Primary LanguagePython

Overview

Simple series of security utilities inspired by Zsecurity. More for learning than anything else and if you need a network scanner for example stick with nmap or your current favorite. Primarily tested from a kali 2021.4 instance run as an ARM VM on a Mac M1 with Parallels. All python3, all using mainly standard libs as much as possible.

Tools

  • arp_spoof - Very simple but working arp spoofer
  • info_gather - Basic header retrieval use curl or httpie (http) instead
  • mac_address_changer - Basic MAC address changer
  • network_scanner - Network Scanner, but I'd use nmap...

Resources