Global options
... or options that you can use in any context.
Last updated
... 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.
-ws)You can pass a workspace name to use for the runner, which will save all reports to a subfolder named after the workspace.
mydomain workspacesecator x httpx mydomain.com -ws mydomain
secator w host_recon mydomain.com -ws mydomain
secator s domain mydomain.com -ws mydomain-o)You can export reports in various formats using built-in exporters.
table, csv, and jsonformatssecator 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,jsonLearn more about Exporters.
-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>.
First, install the mongodb addon using secator install addons mongodb
Then, use the -driver flag route your results:
Learn more about Drivers.
Last updated
secator x httpx mydomain.com -driver mongodb
secator w host_recon mydomain.com -driver mongodb
secator s domain mydomain.com -driver mongodb