Sign inSign up

apolloclark/kali-linux-web-cli

By apolloclark

•Updated over 9 years ago

Docker image using kali-linux, with the kali-linux-web metapackage installed.

Image
0

285

apolloclark/kali-linux-web-cli repository overview

⁠Diamonds, kali-linux-web-cli

This is the Vagrant and Docker build folder for the "kali-linux-web" toolset.

# build and launch with Vagrant
vagrant up



# build in Docker
docker build --force-rm --no-cache=true -t apolloclark/kali-linux-web-cli .

# launch with Docker
docker run -dit diamonds/kali-linux-web-cli

# attach to the running Bash instance
docker attach $(docker ps -qf "ancestor=apolloclark/kali-linux-web-cli" | tail -n +2 | cut -f 1)

Tag summary

Content type

Image

Digest

Size

3.1 GB

Last updated

over 9 years ago

docker pull apolloclark/kali-linux-web-cli