Packages and Binaries:

caldera

This package contains a cyber security framework designed to easily automate adversary emulation, assist manual red-teams, and automate incident response.

Installed size: 69.93 MB
How to install: sudo apt install caldera

Dependencies:
  • adduser
  • curl
  • git
  • golang-go
  • python3
  • python3-aioftp
  • python3-aiohttp
  • python3-aiohttp-apispec
  • python3-aiohttp-jinja2
  • python3-aiohttp-security
  • python3-aiohttp-session
  • python3-asyncssh
  • python3-croniter
  • python3-cryptography
  • python3-cssselect2
  • python3-dnspython
  • python3-docker
  • python3-donut
  • python3-jinja2
  • python3-ldap3
  • python3-lxml
  • python3-markdown
  • python3-marshmallow
  • python3-myst-parser
  • python3-packaging
  • python3-pathspec
  • python3-pygments
  • python3-recommonmark
  • python3-reportlab
  • python3-rich
  • python3-sphinx
  • python3-sphinx-rtd-theme
  • python3-websockets
  • python3-yaml
  • sudo
  • unzip
caldera
root@kali:~# caldera -h
usage: server.py [-h] [-E ENVIRONMENT]
                 [-l {DEBUG,INFO,WARNING,ERROR,CRITICAL}] [--fresh]
                 [-P PLUGINS] [--insecure] [--uidev UIDEVHOST] [--build]


 ██████╗ █████╗ ██╗     ██████╗ ███████╗██████╗  █████╗
██╔════╝██╔══██╗██║     ██╔══██╗██╔════╝██╔══██╗██╔══██╗
██║     ███████║██║     ██║  ██║█████╗  ██████╔╝███████║
██║     ██╔══██║██║     ██║  ██║██╔══╝  ██╔══██╗██╔══██║
╚██████╗██║  ██║███████╗██████╔╝███████╗██║  ██║██║  ██║
 ╚═════╝╚═╝  ╚═╝╚══════╝╚═════╝ ╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝


options:
  -h, --help            show this help message and exit
  -E, --environment ENVIRONMENT
                        Select an env. file to use
  -l, --log {DEBUG,INFO,WARNING,ERROR,CRITICAL}
                        Set the logging level
  --fresh               remove object_store on start
  -P, --plugins PLUGINS
                        Start up with a single plugin
  --insecure            Start caldera with insecure default config values.
                        Equivalent to "-E default".
  --uidev UIDEVHOST     Start VueJS dev server for front-end alongside the
                        caldera server. Provide hostname, i.e. localhost.
  --build               Build the VueJS front-end to serve it from the caldera
                        server.



Updated on: 2025-Aug-26