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
$USER
must be a part of thedocker
group$USER
must be a part of thesudo
/wheel
group- Internet must be accessbile
curl -sS https://raw.githubusercontent.com/thirdbyte/kalidock/master/bootstrap.sh > /tmp/kdbs
bash /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.