updated matcher & info
parent
fe7637a45a
commit
1e3c46f09c
|
@ -1,7 +1,7 @@
|
||||||
id: neo4j-neodash-detect
|
id: neo4j-neodash-detect
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Neo4j Neodash Detection
|
name: Neo4j Neodash - Detect
|
||||||
author: icarot
|
author: icarot
|
||||||
severity: info
|
severity: info
|
||||||
description: |
|
description: |
|
||||||
|
@ -10,23 +10,20 @@ info:
|
||||||
cpe: cpe:2.3:a:neo4j:*:*:*:*:*:*:*:*:*
|
cpe: cpe:2.3:a:neo4j:*:*:*:*:*:*:*:*:*
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 1
|
max-request: 1
|
||||||
|
verified: true
|
||||||
vendor: neo4j
|
vendor: neo4j
|
||||||
product: neodash
|
product: neodash
|
||||||
|
shodan-query: title:"NeoDash"
|
||||||
tags: tech,neodash,neo4j,detect
|
tags: tech,neodash,neo4j,detect
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/"
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
matchers-condition: and
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: dsl
|
||||||
words:
|
dsl:
|
||||||
- '<title>NeoDash - Neo4j Dashboard Builder</title>'
|
- 'contains(body, "<title>NeoDash - Neo4j Dashboard Builder")'
|
||||||
- 'Neo4j Dashboard Builder'
|
- 'status_code == 200'
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
- type: status
|
|
||||||
status:
|
|
||||||
- 200
|
|
||||||
|
|
Loading…
Reference in New Issue