You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filter results in specific reports using a match and filter
Implementation
secator report list -ws <WORKSPACE> -m <MATCH>
secator report show /path/to/report.json -m <MATCH> -f <FILTER>
We could maybe use jq for this so that it gets compatible with multiple backends.
We can call jq as a Python library which will be more user-friendly (needs addon).
Use cases
Show all ports matching a certain IP:
secator report show /path/to/report.json -m port.ip == 127.0.0.1 -f port.port
Features
secator report list
)Implementation
We could maybe use
jq
for this so that it gets compatible with multiple backends.We can call
jq
as a Python library which will be more user-friendly (needs addon).Use cases
Show all ports matching a certain IP:
would result in:
List all reports where *domain.com is found:
The text was updated successfully, but these errors were encountered: