Skip to content

ArangoDB Web Interface - Detect

ID: arangodb-web-interface

Severity: info

Author: pussycat0x

Tags: panel,arangodb,login

ArangoDB Web Interface was detected.

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/
classification:
cpe: cpe:2.3:a:arangodb:arangodb:*:*:*:*:*:*:*:*
metadata:
verified: "true"
max-request: 1
vendor: arangodb
product: arangodb
shodan-query:
- http.title:"ArangoDB Web Interface"
- http.title:"arangodb web interface"
fofa-query: title="arangodb web interface"
google-query: intitle:"arangodb web interface"
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
# digest: 4b0a00483046022100ecfb1f84c67e401264151560117eadc19a50738abd2b47eeeb0c06e7c513877b022100f1db2cd3211b5ee53b2f026680a3ff55cf71ab08d70f814e689df7b9436c6c3f:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/arangodb-web-Interface.yaml"

View on Github