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

[FEATURE] - port protocol field #5802

Open StaviNahum opened 2 weeks ago

StaviNahum commented 2 weeks ago

Describe your feature request

It would be very useful to have a field that specifies the protocol of the tested port (e.g., udp/tcp).

Describe the use case of the feature

When I use a template, it would be helpful to know the protocol of the tested port.

Describe alternatives you've considered

No response

Additional context

No response

dogancanbakir commented 2 weeks ago

Thank you for opening the issue. Could you please provide more details? An example would be helpful.

StaviNahum commented 2 weeks ago

This template tests a UDP port, and it would be helpful for the result to include both the port (631) and its protocol (UDP).