0. Background Actuator endpoints allow you to monitor and interact with your application. Spring Boot includes a number of built-in endpoints, and you can add your own as well. For example, the health endpoint provides basic application health information.
dirsearch supports scanning for Actuator endpoints.
1. Vulnerability Detection Identifying SpringBoot /error, There was an unexpected error (type=None, status=<font style="color:rgb(0, 0, 0);">999</font>). /resume, There was an unexpected error (type=Method Not Allowed, status=<font style="color:rgb(0, 0, 0);">405</font>). For Spring 1x, they are registered under /; in 2x, they were moved to the /actuator/ base path.
...