Neo4j Neodash - Detect
ID: neo4j-neodash-detect
Severity: info
Author: icarot
Tags: tech,neodash,neo4j,detect
Description
Section titled “Description”Detects a Neo4j Neodash web application, a Dashboard Builder for Neo4j.
YAML Source
Section titled “YAML Source”id: neo4j-neodash-detect
info: name: Neo4j Neodash - Detect author: icarot severity: info description: | Detects a Neo4j Neodash web application, a Dashboard Builder for Neo4j. classification: cpe: cpe:2.3:a:neo4j:*:*:*:*:*:*:*:*:* metadata: max-request: 1 verified: true vendor: neo4j product: neodash shodan-query: title:"NeoDash" tags: tech,neodash,neo4j,detect
http: - method: GET path: - "{{BaseURL}}"
matchers: - type: dsl dsl: - 'contains(body, "<title>NeoDash - Neo4j Dashboard Builder")' - 'status_code == 200' condition: and# digest: 4a0a0047304502202cf5ba82aa5820b493f52485abe9582a8776ec909ed6219e76c8762410bc5c48022100c4067598cc3b34ae62cd5c8a3a338487c6ff9602bd11d19c7c8250a049807bfe:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/neo4j-neodash-detect.yaml"