Threat detection commands
Use the following SMCTL commands to manage software scanning powered by ReversingLabs.
Command
All software scanning commands begin with:
smctl scan <subcommand>
Alternatively, you can use the abbreviated version:
smctl sc <subcommand>
Subcommands
Shortcut | Subcommand | Description |
---|---|---|
desc | Describe a scan by providing a scan ID. | |
dl | Download a scan by providing one or more scan ID. | |
Provide the source code directory you want to perform a Software composition analysis (SCA) scan on with FOSSA. | ||
ls | List all scans. | |
prj | Manage software projects. | |
Delete scans by providing one or more scan ID. | ||
Provide the file path to the files you want to scan with ReversingLabs. | ||
Install ReversingLabs scanning tool (rl-deploy). | ||
-h | --help | Help for more information on a command. |
Troubleshooting
To see more information regarding scan subcommands, use the command:
smctl scan <subcommand> --help
Alternatively, use the abbreviated version of the command:
smctl sc <subcommand> -h