freelabz/secator

feat: search targets in all reports

Opened this issue · 2 comments

Describe the bug
It's a feature request, I would like to be able to input an url/domain and know what task/workflows have already been performed and if there is a report indicate the file path to use the report show command.

I really love your tool thank you :)

This is an interesting potential feature;

There is a report list command planned already, which will allow to list all reports, maybe matching some filters. I think that's what you want ;)

Something like:

report list -f "url.host ~= "*domain.com"

See #380 for the existing issue, let me know if that fits your need and we'll track the issue there.

Hi, yes I think that's what I imagined, looking forward to test it ! Thanks for the great work :)