updated matcher & info
parent
fe7637a45a
commit
1e3c46f09c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue