workspaces-images/docs/cyberbro/README.md
Teja Swaroop Pothala 933b082d7c
remove kasm_exec
2025-06-12 06:09:09 -04:00

1.3 KiB

About This Image

This Image contains a browser-accessible version of Cyberbro.

Screenshot

Environment Variables

Firefox Configuration

  • APP_ARGS - Additional arguments to pass to firefox when launched (e.g --no-sandbox).

Cyberbro Configuration

Here is a list of all available environment variables that can be used with examples:

PROXY_URL=http://127.0.0.1:9000
VIRUSTOTAL=api_key_here
ABUSEIPDB=api_key_here
IPINFO=api_key_here
GOOGLE_SAFE_BROWSING=api_key_here
MDE_TENANT_ID=api_key_here
MDE_CLIENT_ID=api_key_here
MDE_CLIENT_SECRET=api_key_here
SHODAN=api_key_here
OPENCTI_API_KEY=api_key_here
OPENCTI_URL=https://demo.opencti.io
API_PREFIX=my_api
GUI_ENABLED_ENGINES=reverse_dns,rdap,hudsonrock,mde,shodan,opencti,virustotal
CONFIG_PAGE_ENABLED=true

You can pass these environment variables to your Cyberbro Workspace with Docker Run Config Override (JSON) in your Workspace settings.

Note: if you set GUI_ENABLED_ENGINES to "" then all engines will be enabled in the GUI.
By default, all free engines will be enabled in the GUI.

Refer to Cyberbro Wiki for more information.