2024-06-26 08:14:53 +00:00
|
|
|
id: neo4j-neodash-config
|
2024-06-24 16:49:57 +00:00
|
|
|
|
|
|
|
info:
|
2024-06-26 08:14:53 +00:00
|
|
|
name: Neo4j Neodash Config - Exposure
|
2024-06-24 16:49:57 +00:00
|
|
|
author: icarot
|
|
|
|
severity: medium
|
|
|
|
description: |
|
|
|
|
Detects the file config.json from Neo4j Neodash web application, it contains information about DB connection with Neo4J.
|
|
|
|
classification:
|
|
|
|
cpe: cpe:2.3:a:neo4j:*:*:*:*:*:*:*:*:*
|
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2024-06-26 08:14:53 +00:00
|
|
|
verified: true
|
2024-06-24 16:49:57 +00:00
|
|
|
vendor: neo4j
|
|
|
|
product: neodash
|
2024-06-26 08:14:53 +00:00
|
|
|
shodan-query: title:"NeoDash"
|
|
|
|
tags: config,exposure,neodash,neo4j
|
2024-06-24 16:49:57 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/config.json"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2024-06-26 08:14:53 +00:00
|
|
|
part: body
|
2024-06-24 16:49:57 +00:00
|
|
|
words:
|
|
|
|
- 'standaloneHost'
|
|
|
|
- 'standalonePort'
|
|
|
|
- 'standaloneDatabase'
|
|
|
|
condition: and
|
|
|
|
|
2024-06-26 08:14:53 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- 'application/json'
|
|
|
|
|
2024-06-24 16:49:57 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2024-06-26 08:14:53 +00:00
|
|
|
|
2024-06-24 16:49:57 +00:00
|
|
|
extractors:
|
|
|
|
- type: json
|
2024-06-26 08:14:53 +00:00
|
|
|
name: config
|
2024-06-24 16:49:57 +00:00
|
|
|
part: body
|
|
|
|
json:
|
2024-06-26 08:14:53 +00:00
|
|
|
- '.standaloneDatabase,.standaloneUsername,.standalonePassword'
|
2024-06-27 15:59:00 +00:00
|
|
|
# digest: 4a0a0047304502200d5c0975f8acab7adf6a478ec9d1e2e4fffac679464f030eebfc346df1030bf4022100888e6055414fc85406b3f2e22e6476b942f1dc16f6420f6833268a5f84848410:922c64590222798bb761d5b6d8e72950
|