Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 481 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 481 Bytes

docker-kali-pentest

Lazy Docker setup of Kali 🐲 Linux for HTB pen testing 🚩

Operation

  1. Download your OVPN file from HTB.eu and place it in this folder
  2. Build using: docker build -t hilalh/kali-linux:latest .
  3. Run using: docker run -ti --privileged hilalh/kali-linux:latest /bin/bash
  4. Enable tunnel using sudo ./enalbe-tunnel inside the container (pass: newpassword)
  5. Connect to vpn using openvpn --config <myvpnfile> --daemon
  6. Start hacking ⚔️