2022-04-13 07:34:06 +00:00
|
|
|
id: neo4j-browser
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Exposed Neo4j Browser
|
|
|
|
author: DhiyaneshDK
|
|
|
|
severity: low
|
|
|
|
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
|