32 lines
635 B
YAML
32 lines
635 B
YAML
id: neo4j-browser
|
|
|
|
info:
|
|
name: Neo4j Browser - Detect
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
description: The Neo4j Browser has been detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"Neo4j Browser"
|
|
tags: neo4j,exposure,unauth,panel
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/browser/'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Neo4j Browser</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|