projectdiscovery / nuclei

Nuclei is a fast, customizable vulnerability scanner powered by the global security community and built on a simple YAML-based DSL, enabling collaboration to tackle trending vulnerabilities on the internet. It helps you find vulnerabilities in your applications, APIs, networks, DNS, and cloud configurations.
https://docs.projectdiscovery.io/tools/nuclei
MIT License
20.81k stars 2.52k forks source link

Add Reporting Export with SDK lib #5814

Open alban-stourbe-wmx opened 1 week ago

alban-stourbe-wmx commented 1 week ago

Describe your feature request

Nuclei cli allows to export results with some exporters (Github, Jira, ...). Nevertheless, the feature is not implemented with the SDK Lib.

Describe the use case of the feature

Export results through the SDK

Describe alternatives you've considered

No alternative possible here.

Additional context

I have already create a PR https://github.com/projectdiscovery/nuclei/pull/5806 to create the feature

GeorginaReeder commented 1 week ago

Thanks for your feature request @alban-stourbe-wmx , we'll take a look into this!