Olivier Cervello
Olivier Cervello
To sanitize the code, we removed some unused functions but they can maybe be used later on: ```py # secator/utils.py def find_list_item(array, val, key='id', default=None): """Find item by key in...
### Features - [ ] Grab reports using a match (`secator report list`) - [ ] Filter results in specific reports using a match and filter ### Implementation ```sh secator...
Use https://www.cisa.gov/sites/default/files/feeds/known_exploited_vulnerabilities.json as reference to find actively exploited vulns.
It would be nice to be able to: - [ ] Run a task on a given event (e.g run bypasser on all url.status_code == 403) - [ ] Batch...