nuclei-templates/exposed-panels/neo4j-browser.yaml

33 lines
645 B
YAML
Raw Normal View History

id: neo4j-browser
info:
2023-01-27 14:57:27 +00:00
name: Neo4j Browser - Detect
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
metadata:
shodan-query: http.title:"Neo4j Browser"
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