Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.46 KB

File metadata and controls

43 lines (30 loc) · 1.46 KB

About This Image

This Image contains a browser-accessible version of Cyberbro.

Screenshot

Environment Variables

Firefox Configuration

  • FIREFOX_APP_ARGS - Additional arguments to pass to firefox when launched.

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

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.

You must edit the config in your KASM Cyberbro Workspace settings to add these environment variables, according to KASM official doc

image