Lazy Docker setup of Kali π² Linux for HTB pen testing π©
- Download your OVPN file from HTB.eu and place it in this folder
- Build using:
docker build -t hilalh/kali-linux:latest . - Run using:
docker run -ti --privileged hilalh/kali-linux:latest /bin/bash - Enable tunnel using
sudo ./enalbe-tunnelinside the container (pass: newpassword) - Connect to vpn using
openvpn --config <myvpnfile> --daemon - Start hacking βοΈ