Kali Linux as a docker container.
Mac/Linux
docker run -t --user="$(id -u):$(id -g)" -v "$(pwd):/tmp" leplusorg/kali
Add the --rm
option if you want to discard the container when you exit it.
Windows
In cmd
:
docker run -t -v "%cd%:/tmp" leplusorg/kali
In PowerShell:
docker run --rm -t -v "${PWD}:/tmp" leplusorg/kali
Add the --rm
option if you want to discard the container when you exit it.
Please use this link (GitHub account required) to request that a new tool be added to the image. I am always interested in adding new capabilities to these images.