Files
nuclei-templates/exposed-panels/neo4j-browser.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

26 lines
441 B
YAML

id: neo4j-browser
info:
name: Exposed Neo4j Browser
author: DhiyaneshDK
severity: low
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