I want to be able to add scan options that would control workflow options, for instance, for the domain scan:
options:
passive:
is_flag: True
default: False
help: "Passive scan"
set:
domain_recon_passive: True
host_recon_passive: True
subdomain_recon_passive: True
url_crawl_passive: True
url_vuln_passive: True
@claude please investigate how to make this work cleanly and propose a PR.
I want to be able to add scan options that would control workflow options, for instance, for the domain scan:
@claude please investigate how to make this work cleanly and propose a PR.