Global options

... or options that you can use in any context.

Global options apply to all runners (task, workflow, scan) and allow to control the overrall behaviour of the run.


Workspace (-ws)

You can pass a workspace name to use for the runner, which will save all reports to a subfolder named after the workspace.

chevron-rightExample: Save results to mydomain workspacehashtag
secator x httpx mydomain.com -ws mydomain
secator w host_recon mydomain.com -ws mydomain
secator s domain mydomain.com -ws mydomain

Output (-o)

You can export reports in various formats using built-in exporters.

chevron-rightExample: export reports as table, csv, and jsonformatshashtag
secator x httpx mydomain.com -o table,csv,json
secator w host_recon mydomain.com -o table,csv,json
secator s domain mydomain.com -o table,csv,json
circle-info

Learn more about Exporters.


Drivers (-driver)

You can export live results to different targets using drivers.

To use drivers, make sure you install the corresponding addon using secator install addons <NAME>.

chevron-rightExample - export live results to MongoDBhashtag

First, install the mongodb addon using secator install addons mongodb

Then, use the -driver flag route your results:

circle-info

Learn more about Drivers.


Last updated