Input formats
... or how to pass targets to secator.
secator
is built to be flexible in terms of input formats.
Direct input
Inputs can be passed directly as an argument to the command / workflow / scan you wish to run:
File input
Input can also be passed from a file containing one item per line:
Stdin input
Input can also be passed directly from stdin
:
You can build basic workflow using UNIX pipes:
For more complex workflows, we highly recommend using the YAML-based workflow definitions or the code-based workflow definitions (see Writing workflows).
Last updated