31 lines
639 B
YAML
31 lines
639 B
YAML
id: arangodb-web-interface
|
|
|
|
info:
|
|
name: ArangoDB Web Interface - Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
description: |
|
|
ArangoDB Web Interface was detected.
|
|
reference:
|
|
- https://www.arangodb.com/docs/stable/
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"ArangoDB Web Interface"
|
|
verified: "true"
|
|
tags: panel,arangodb,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/_db/_system/_admin/aardvark/index.html"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>ArangoDB Web Interface</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|