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

10 lines
319 B
YAML
Raw Normal View History

name: poc-yaml-springboot-env-unauth
2021-04-22 12:06:03 +08:00
rules:
- method: GET
path: /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