updated matcher & info

patch-4
Ritik Chaddha 2024-06-26 14:03:05 +05:30 committed by GitHub
parent fe7637a45a
commit 1e3c46f09c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 11 deletions

View File

@ -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:
- '<title>NeoDash - Neo4j Dashboard Builder</title>'
- 'Neo4j Dashboard Builder'
- type: dsl
dsl:
- 'contains(body, "<title>NeoDash - Neo4j Dashboard Builder")'
- 'status_code == 200'
condition: and
- type: status
status:
- 200