brimstone / docker-kali

A Docker image for bits of Kali Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Docker image for bits of Kali Linux


Languages

Language:Shell 49.5%Language:HTML 33.7%Language:Python 13.3%Language:Dockerfile 2.6%Language:Makefile 0.5%Language:C 0.4%