Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 830 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 830 Bytes

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