Sign inSign up

bastardhy/kali

By bastardhy

Updated over 4 years ago

kalilinux with metapackage

Image
0

302

bastardhy/kali repository overview

kali:desktop it's fork from kasmweb/core-kali-rolling:1.9.0-rolling with bit configuration changed for my personal use

to run kali:desktop as root:

  • docker run -itd --user root -p 6901:6901 -e VNC_PW=password bastardhy/kali:desktop

to acces kali via a browser just click here -> https://localhost:6901

kali:cli it's official kali-linux docker images with top-10-tools preinstalled

to run kali:cli by default as root:

  • docker run -it bastardhy/kali:cli /bin/bash

maybe you will need to:

  • apt update && apt install -y kali-linux-headless

Tag summary

Content type

Image

Digest

Size

1.2 GB

Last updated

over 4 years ago

docker pull bastardhy/kali:cli