SecLists icon indicating copy to clipboard operation
SecLists copied to clipboard

[spring-boot.txt] Add new endpoints

Open righettod opened this issue 2 years ago • 2 comments

Hi,

This PR use this documentation to add the prefix management/ to endpoints list from this documentation:

image

image

Command used to extract endpoints:

curl -sk https://docs.spring.io/spring-boot/docs/2.1.7.RELEASE/reference/html/production-ready-endpoints.html | grep -Po '<code class="literal">([a-z]+)</code>' | cut -d'>' -f2 | cut -d'<' -f1 | sort -u

Thanks in advance 😃

righettod avatar Sep 05 '22 16:09 righettod

Good stuff @righettod 👍

ItsIgnacioPortal avatar Sep 09 '22 02:09 ItsIgnacioPortal

Thank you very much @ItsIgnacioPortal 👍

righettod avatar Sep 09 '22 07:09 righettod

Thanks @righettod . Great suggestion - as all the others <3

and I love how detailed the pull request is!

g0tmi1k avatar Nov 22 '22 12:11 g0tmi1k

Thank you very much ❤️

righettod avatar Nov 22 '22 12:11 righettod