Core functionality of Nuclei #707
-
How does Nuclei send requests based on the templates? |
Beta Was this translation helpful? Give feedback.
Answered by
ehsandeep
May 12, 2021
Replies: 1 comment
-
@Prankster1028 Nuclei supports multiple protocols including HTTP/DNS/TCP/FILE and all the codes specific to protocols listed below:- Protocols:- https://github.com/projectdiscovery/nuclei/tree/master/v2/pkg/protocols |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Prankster1028
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Prankster1028 Nuclei supports multiple protocols including HTTP/DNS/TCP/FILE and all the codes specific to protocols listed below:-
Protocols:- https://github.com/projectdiscovery/nuclei/tree/master/v2/pkg/protocols
Workflows:- https://github.com/projectdiscovery/nuclei/tree/master/v2/pkg/workflows