Output options
... or how to change secator's console output.
secator
is built to be flexible in terms of output options.
Console
The default secator
output is the Output types repr
function. It is supposed to be pretty and readable to quickly understand secator
's findings:

Unicode icons are printed before each result to distinguish each output type:
When an output type has a low confidence
, the output will be dimmed:

JSON lines (-json
)
-json
)You can use -json
to output live results as JSON lines:
secator x httpx example.com -json
Raw (-raw
)
-raw
)You can use -raw
to output live results in plaintext format:
secator x httpx example.com -raw
Custom format (-fmt
)
-fmt
)You can use -fmt
to output live results in a format of your choice:
secator x naabu example.com -fmt '{host}:{port} -> {service_name}'
Last updated
Was this helpful?