mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-13 21:02:44 +08:00
11 lines
350 B
YAML
11 lines
350 B
YAML
name: poc-yaml-jboss-unauth
|
|
rules:
|
|
- method: GET
|
|
path: /jmx-console/
|
|
follow_redirects: false
|
|
expression: |
|
|
response.status == 200 && response.body.bcontains(b"jboss.management.local") && response.body.bcontains(b"jboss.web")
|
|
detail:
|
|
author: FiveAourThe(https://github.com/FiveAourThe)
|
|
links:
|
|
- https://xz.aliyun.com/t/6103 |