A Docker image for various bits of Kali Linux
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.
All other tags derive from this base.
docker run --rm -it --net host brimstone/kali
Contains C2 tools like pupy, shellz, metasploit.
docker run --rm -it --net host -e DISPLAY=unix$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix brimstone/kali armitage
Contains cracking tools, passwords mostly.
Contains tools that need a GUI.
docker run --rm -it --net host -e DISPLAY=unix$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix brimstone/kali zaproxy
Contains tools for exploiting web applications.
Contains tools for wifi attacks, 802.11 and otherwise.