Skip to content

brimstone/docker-kali

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0d9659d · Mar 25, 2023
Jan 3, 2021
May 27, 2017
Dec 10, 2017
Feb 8, 2019
Dec 29, 2020
Jun 15, 2017
May 18, 2020
May 4, 2020
Mar 5, 2021
Apr 4, 2022
Mar 25, 2023
Mar 25, 2023
Dec 29, 2020
Apr 14, 2020
Jul 18, 2021
Apr 14, 2020
Jan 10, 2021
Jan 5, 2021
Feb 3, 2021
Oct 16, 2018
Apr 4, 2022
Jan 1, 2021
Feb 6, 2019

Repository files navigation

kali

A Docker image for various bits of Kali Linux

Example: Basic Usage

Get up and going fast for a CTF:

docker run --rm -ti --net host -e LHOST=tun0 brimstone/kali:c2 msf

This will start msfconsole with a postgresql server, ready to rock.

Tags

latest

All other tags derive from this base.

Example: bash

docker run --rm -it --net host brimstone/kali

c2

Contains C2 tools like pupy, shellz, metasploit.

Example: Armitage

docker run --rm -it --net host -e DISPLAY=unix$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix brimstone/kali armitage

crack

Contains cracking tools, passwords mostly.

gui

Contains tools that need a GUI.

Example: Zaproxy

docker run --rm -it --net host -e DISPLAY=unix$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix brimstone/kali zaproxy

web

Contains tools for exploiting web applications.

wifi

Contains tools for wifi attacks, 802.11 and otherwise.