Welcome to my home pentesting & cybersecurity lab resource hub! Below are my main scripts, configs, and notes for setting up Kali, my Ubuntu server, Wazuh SIEM, and more.
Automated bash script to install essential pentesting tools and Python packages.
My customized tmux, vim, and zsh configs for efficient terminal workflow.
Instructions and scripts to set up SSH key authentication between Kali VM and Ubuntu server.
My recommended UFW rules to restrict service ports to the local network.
sudo ufw allow 22/tcp from 10.0.0.0/24
sudo ufw allow 5000/tcp from 10.0.0.0/24
sudo ufw allow 8000/tcp from 10.0.0.0/24
sudo ufw allow 'Nginx Full'
Docker compose YAML, agent registration, and upgrade steps.
Virtual host setup, SSL with DuckDNS, and Flask Hangman enhancements.
Additional scripts, troubleshooting notes, and personal lab tips.