Skip to main content
Osmedeus configuration is managed through YAML file which store in ~/osmedeus-base/osm-settings.yaml by default.
You can modify the configuration file directly or use the Configuration CLI.

1. Edit the YAML file directly

Descriptive alt text

CLI config

See the full YAML config with comments below to understand what each field means. For increase the quality of the scan, you mostly need to modify the field global_vars.[keyname] which will hold the global variables that can be used in the workflows. Some example keys can be GITHUB_API_KEY, SHODAN_API_KEY, PASSIVETOTAL_API_KEY, etc.

2. Use Configuration CLI

Osmedeus provides a CLI tool to manage the configuration file via osmedeus config command.
Descriptive alt text

CLI config