1
2
Fork 0
mirror of https://github.com/carlospolop/hacktricks.git synced 2023-12-14 19:12:55 +01:00

springboot

This commit is contained in:
syzik 2022-02-09 09:33:50 +01:00
parent 38bfa7a7ed
commit 2a04509797

View file

@ -17,6 +17,7 @@ The following Actuator endpoints could potentially have security implications le
* /mappings - shows all of the MVC controller mappings
* /env - provides access to the configuration environment
* /restart - restarts the application
* /heapdump - Builds and returns a heap dump from the JVM used by our application
For Spring 1x, they are registered under the root URL, and in 2x they moved to the "/actuator/" base path.