KISS way of running Kali Linux (kali-bleeding-edge) in container with host networking, SSH X forwarding and more, all using docker
- Docker must be installed
- Git must be installed
$USERmust be a part of thedockergroup$USERmust be a part of thesudo/wheelgroup- Internet must be accessbile
curl -sS https://raw.githubusercontent.com/thirdbyte/kalidock/master/bootstrap.sh > /tmp/kdbsbash /tmp/kdbs
container_name-start: Start the containercontainer_name-stop: Stop the containercontainer_name-shell: SSH into the container
container_name-uninstall: Stop and remove the container, image and files
Note: Replace container_name with the name given to the container at the time of installation.