updated macthers& info

patch-4
Ritik Chaddha 2024-07-04 13:17:56 +05:30 committed by GitHub
parent 48d25050a4
commit bf2160b48b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 12 deletions

View File

@ -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"'