Infosec container based on the official Kali docker image. Use it as a full shell kali's environment (for a complete list of installed tools check the section below) or launch it as a Metasploit container, it will manage all the necessesary init phases (db + search cache).
Docker hub: https://hub.docker.com/r/c4nc/kalibase
Size: ~ 2.6 GB
:~# docker run [--name YouContainerName] -it c4nc/kalibase[:latest|vX.X]
*Hint: you can even launch metasploit within the shell with all the initialization using :~# msfstart [-u]
:~# docker run [--name YouContainerName] -it c4nc/kalibase[:latest|vx.x.x] msfstart [-u]
msfstart -u | update msf and rebuild the search cache before launch the console
:~# docker run [--name YouContainerName] -it c4nc/kalibase[:latest|vx.x.x] COMMAND [params]
- dnstools (dig etc)
- dnsenum
- dnsmap
- nmap
- masscan
- theharvester
- bettercap
- mitmproxy
- sslstrip
- metasploit-framework
- exploitdb
- sqlmap
- commix
- shellnoob
- webshells
- weevely
- wordlists
- hydra
- joomscan
- SET
- cryptcat
- wireshark
- vim
- git