Integration with OpenAPI to discover URL endpoints? #4609
pbnj-dragon
started this conversation in
General
Replies: 1 comment 1 reply
-
I just came across this PR. Correct me if I am wrong, but it seems to address the question by adding support for openapi input format, among other formats (e.g. burp, postman, ...etc). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Instead of providing individual URL(s) (e.g.
-u, -target string[]
) or an input list (e.g.-l, -list string
), is it possible to point nuclei at an openapi endpoint (e.g.http://127.0.0.1:8080/openapi.json
) and have nuclei discover the available URL endpoints to scan?Beta Was this translation helpful? Give feedback.
All reactions