run
Start a new scan on your assets.
You use oxo scan run to start a new scan on your assets.
Usage:
oxo scan run [OPTIONS] COMMAND [ARGS]...
Options
| Option | Description |
|---|---|
| --agent AGENT_KEY | List agents keys (agent/<org>/<name> or @<org>/<name>). Org name can be omitted for defaults agent hosted by Ostorlab |
| --arg ARG_NAME:ARG_VALUE | Add an argument to an agent. The argument should be in the format: <name>:<value>. Example: --arg fast_mode:true. |
| -t, --title TEXT | Scan title. |
| -g, --agent-group-definition FILENAME | Path to agents group definition file (yaml). |
| -a, --assets FILENAME | Path to target list definition file (yaml). |
| -i, --install | Install missing agents. |
| --follow AGENT_KEY | Follow logs of agents (agent/<org>/<name> or @<org>/<name>). Org name can be omitted for defaults agents hosted by Ostorlab. |
| --no-asset | Start the environment without injecting assets. |
| --help | Show this message and exit. |
Commands
| Command | Description | Usage |
|---|---|---|
| agent | Run scan for agent. | oxo scan run agent [OPTIONS] |
| android-aab | Run scan for Android .AAB package file. | oxo scan run android-aab [OPTIONS] |
| android-apk | Run scan for Android .APK package file. | oxo scan run android-apk [OPTIONS] |
| android-store | Run scan for a package name on Android. | oxo scan run android-store [OPTIONS] |
| domain-name | Run scan for Domain Name asset. | oxo scan run domain-name [OPTIONS] |
| file | Run scan for file asset. | oxo scan run file [OPTIONS] |
| ios-ipa | Run scan for iOS .IPA package file. | oxo scan run ios-ipa [OPTIONS] |
| ios-store | Run scan for a bundle ID on iOS. | oxo scan run ios-store [OPTIONS] |
| ip | Run scan for IP asset. | oxo scan run ip [OPTIONS] |
| link | Run scan for links. | oxo scan run link [OPTIONS] |