Last active
December 9, 2017 01:54
-
-
Save himalay/2f29cc79d311bf6412df4133394aab2d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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