2022-04-13 07:34:06 +00:00
|
|
|
id: neo4j-browser
|
|
|
|
|
|
|
|
info:
|
2023-01-27 14:57:27 +00:00
|
|
|
name: Neo4j Browser - Detect
|
2022-04-13 07:34:06 +00:00
|
|
|
author: DhiyaneshDK
|
2023-01-27 14:57:27 +00:00
|
|
|
severity: info
|
2023-01-27 15:01:26 +00:00
|
|
|
description: The Neo4j Browser has been detected.
|
2023-01-27 14:57:27 +00:00
|
|
|
classification:
|
2023-02-02 23:05:19 +00:00
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
2023-01-27 14:57:27 +00:00
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-04-13 07:34:06 +00:00
|
|
|
metadata:
|
2022-04-22 10:38:41 +00:00
|
|
|
shodan-query: http.title:"Neo4j Browser"
|
2022-04-13 07:34:06 +00:00
|
|
|
tags: neo4j,exposure,unauth
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/browser/'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '<title>Neo4j Browser</title>'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-01-27 14:57:27 +00:00
|
|
|
|
|
|
|
# Enhanced by cs 01/26/2023
|