🧪Lab Setup🥼 & Scripts📜

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.

🛠 Kali Pentesting Setup Script

Automated bash script to install essential pentesting tools and Python packages.

View on GitHub

⚙️ Dotfiles & Environment Configs

My customized tmux, vim, and zsh configs for efficient terminal workflow.

View on GitHub

🔐 SSH Key Setup & Configs

Instructions and scripts to set up SSH key authentication between Kali VM and Ubuntu server.

View on GitHub

🛡️ Firewall (UFW) Rules

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'
    

🖥️ Wazuh SIEM Stack Configs

Docker compose YAML, agent registration, and upgrade steps.

View on GitHub

🌐 Portfolio & Flask Game Deployment

Virtual host setup, SSL with DuckDNS, and Flask Hangman enhancements.

View on GitHub

📦 Miscellaneous Tools & Notes

Additional scripts, troubleshooting notes, and personal lab tips.

View on GitHub