From 1e3c46f09c089c8be514ed0d98f7c16e80b1aef0 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:03:05 +0530 Subject: [PATCH] updated matcher & info --- http/technologies/neo4j-neodash-detect.yaml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/http/technologies/neo4j-neodash-detect.yaml b/http/technologies/neo4j-neodash-detect.yaml index e65cb10513..7b461b5091 100644 --- a/http/technologies/neo4j-neodash-detect.yaml +++ b/http/technologies/neo4j-neodash-detect.yaml @@ -1,7 +1,7 @@ id: neo4j-neodash-detect info: - name: Neo4j Neodash Detection + name: Neo4j Neodash - Detect author: icarot severity: info description: | @@ -10,23 +10,20 @@ info: 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}}/" + - "{{BaseURL}}" - matchers-condition: and matchers: - - type: word - words: - - 'NeoDash - Neo4j Dashboard Builder' - - 'Neo4j Dashboard Builder' + - type: dsl + dsl: + - 'contains(body, "NeoDash - Neo4j Dashboard Builder")' + - 'status_code == 200' condition: and - - - type: status - status: - - 200