updated macthers& info
parent
48d25050a4
commit
bf2160b48b
|
@ -10,9 +10,11 @@ info:
|
|||
cpe: cpe:2.3:a:apache:pinot:*:*:*:*:*:*:*:*
|
||||
metadata:
|
||||
max-request: 1
|
||||
verified: true
|
||||
vendor: apache
|
||||
product: pinot
|
||||
tags: config,exposed,pinot,apache
|
||||
shodan-query: title:"Apache Pinot"
|
||||
tags: config,exposure,pinot,apache
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
|
@ -22,19 +24,18 @@ http:
|
|||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'systemConfig'
|
||||
- 'runtimeConfig'
|
||||
- 'pinotConfig'
|
||||
- 'jvmConfig'
|
||||
- 'systemProperties'
|
||||
- '"systemConfig"'
|
||||
- '"pinotConfig"'
|
||||
- '"jvmConfig"'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- 'application/json'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
extractors:
|
||||
- type: json
|
||||
name: config
|
||||
part: body
|
||||
json:
|
||||
- '.[].systemProperties."basedir",.[].systemProperties."user.home",.[].systemProperties."user.name",.[].systemProperties."user.dir",.[].systemProperties."app.home",.[].systemProperties."java.home",.[].systemProperties."java.runtime.version",.systemConfig.name,.[].systemProperties."os.version"'
|
||||
|
|
Loading…
Reference in New Issue