pecoret
pecoret copied to clipboard
implement "condition" scan type functionality
Give a brief summary
already used in DB and UI but functionality is not implemented.
The condition field should be used to filter scan objects using DjangoQL conditions. E.g: scan type web-crawling should only be queued for targets with condition service_name = "http" or service_name = "https"
Additional Information
No response