Skip to content

Instantly share code, notes, and snippets.

@himalay
Last active December 9, 2017 01:54
Show Gist options
  • Select an option

  • Save himalay/2f29cc79d311bf6412df4133394aab2d to your computer and use it in GitHub Desktop.

Select an option

Save himalay/2f29cc79d311bf6412df4133394aab2d to your computer and use it in GitHub Desktop.
# pull the kali docker
docker pull kalilinux/kali-linux-docker
# run the container
docker run --interactive --tty --network=host --privileged --name=kali kalilinux/kali-linux-docker bash
# install top 10 tools https://www.kali.org/news/kali-linux-metapackages/
apt update && apt install kali-linux-top10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment