mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21:53 +08:00
commit message
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user