fscan/WebScan/pocs/springboot-env-unauth2.yml

10 lines
328 B
YAML
Raw Normal View History

2021-05-05 20:37:29 -07:00
name: poc-yaml-springboot-env-unauth
rules:
- method: GET
path: /actuator/env
expression: |
response.status == 200 && response.content_type.contains("json") && response.body.bcontains(b"java.version") && response.body.bcontains(b"os.arch")
detail:
links:
- https://github.com/LandGrey/SpringBootVulExploit