Resources
- By zsec : https://blog.zsec.uk/tag/homelab/
- By corelab : https://corelab.tech/tag/opnsense/
Pracitce Playground
- Machines
- vulnyx : https://vulnyx.com/machines/
- vulnhub : https://www.vulnhub.com/
- Labs
- HackLabs : https://github.com/afsh4ck/HackLabs
- Metasbloitable3 : https://github.com/rapid7/metasploitable3
- HackMyVm : https://hackmyvm.eu/
- DetectionLab : https://github.com/clong/DetectionLab
- WindowsAttackAndDefenseLab : https://github.com/jaredhaight/WindowsAttackAndDefenseLab
- Ranges
Commands
- HackLabs
- Run As Service
sudo nano /etc/systemd/system/hacklabs.service [Unit] Description=HackLabs Web App After=network.target [Service] Type=simple User=root WorkingDirectory=/root/HackLabs Environment=PATH=/root/HackLabs/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ExecStart=/root/HackLabs/venv/bin/python app.py Restart=always RestartSec=5 [Install] WantedBy=multi-user.target sudo systemctl daemon-reload sudo systemctl enable hacklabs.service sudo systemctl start hacklabs.service sudo systemctl status hacklabs.service
- Run As Service
Tools
- Homelable : https://github.com/Pouzor/homelable
