mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-05-08 03:36:28 +00:00
10 lines
319 B
YAML
10 lines
319 B
YAML
name: poc-yaml-springboot-env-unauth
|
|
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
|