name: poc-yaml-CVE-2017-7504-Jboss-serialization-RCE
rules:
- method: GET
path: /jbossmq-httpil/HTTPServerILServlet
expression: |
response.status == 200 && response.body.bcontains(b"This is the JBossMQ HTTP-IL")
detail:
vulnpath: "/"
author: mamba
description: "CVE-2017-7504-Jboss-serialization-RCE by chaosec公众号"
links:
name: poc-yaml-CVE-2017-7504-Jboss-serialization-RCE
rules:
path: /jbossmq-httpil/HTTPServerILServlet
expression: |
response.status == 200 && response.body.bcontains(b"This is the JBossMQ HTTP-IL")
detail:
vulnpath: "/"
author: mamba
description: "CVE-2017-7504-Jboss-serialization-RCE by chaosec公众号"
links:
少了个 &&