mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-07-18 09:49:26 -04:00
Update spring-boot.txt
Added some other paths according to: https://www.veracode.com/blog/research/exploiting-spring-boot-actuators
This commit is contained in:
parent
ca946eefff
commit
61b92c599d
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
trace
|
||||
health
|
||||
loggers
|
||||
logfile
|
||||
metrics
|
||||
autoconfig
|
||||
heapdump
|
||||
|
@ -11,3 +12,8 @@ configprops
|
|||
mappings
|
||||
auditevents
|
||||
beans
|
||||
/actuator/dump
|
||||
/actuator/trace
|
||||
/actuator/logfile
|
||||
/actuator/mappings
|
||||
/actuator/env
|
||||
|
|
Loading…
Add table
Reference in a new issue