mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-16 05:45:41 +01:00
feat(docs): Added documentation for the 'Java-Spring-Boot.txt' wordlist
Related to #1220
This commit is contained in:
parent
3b6d3affa1
commit
11a47a36b8
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
## Java-Spring-Boot.txt
|
||||
Use for: Detecting actuator endpoints, and testing for RCEs in Spring-Boot instances.
|
||||
|
||||
Note that it's possible for a spring-boot backend to be behind a spring-cloud-gateway, which may _only_ route all traffic prefixed with `/api/` to the backend. Consider fuzzing the starting prefix `api` with many different values to find what reaches the backend. A recommended wordlist to fuzz this value with is at `Fuzzing/Miscellaneous/schemes.txt`
|
||||
Loading…
Reference in a new issue