Skip to content
/ kalibase Public

Infosec container based on the official Kali docker image

Notifications You must be signed in to change notification settings

c4nc/kalibase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Kalibase Docker

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

Usage:

Kali interactive shell mode

:~# 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]

Metasploit console mode

:~# 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

Launch tool directly

:~# docker run [--name YouContainerName] -it c4nc/kalibase[:latest|vx.x.x] COMMAND [params]

Tools:

Information Gathering

  • dnstools (dig etc)
  • dnsenum
  • dnsmap
  • nmap
  • masscan
  • theharvester

MITM / Sniffer

  • bettercap
  • mitmproxy
  • sslstrip

Exploit / Hack

  • metasploit-framework
  • exploitdb
  • sqlmap
  • commix
  • shellnoob
  • webshells
  • weevely
  • wordlists
  • hydra
  • joomscan
  • SET

Misc

  • cryptcat
  • wireshark
  • vim
  • git

About

Infosec container based on the official Kali docker image

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages