API Discovery (OpenAPI/WSDL/Kiterunner) #766
TheTechromancer
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
I could probably have a look into this it would be similar to the They would probably be quite short modules with a list of common paths and use the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Having a module to detect the presence of APIs (and especially unauthenticated endpoints) would be very valuable. Suggested by @pjhartlieb.
@liquidsec you may have some thoughts on this. I think a simple swagger/WSDL detector could probably fit into
web-basic
, whereas something like Kiterunner would probably be inweb-thorough
.Detect Spring Boot available endpoints:
https://github.com/projectdiscovery/nuclei-templates/blob/main/http/technologies/springboot-actuator.yaml
Beta Was this translation helpful? Give feedback.
All reactions