nuclei-templates/http/exposed-panels/arangodb-web-Interface.yaml

31 lines
639 B
YAML
Raw Normal View History

2023-07-04 06:57:36 +00:00
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
2023-07-04 06:57:36 +00:00
shodan-query: http.title:"ArangoDB Web Interface"
verified: "true"
2023-07-04 07:21:06 +00:00
tags: panel,arangodb,login
2023-07-04 06:57:36 +00:00
http:
- method: GET
path:
- "{{BaseURL}}/_db/_system/_admin/aardvark/index.html"
matchers-condition: and
matchers:
- type: word
words:
2023-07-04 07:21:06 +00:00
- "<title>ArangoDB Web Interface</title>"
2023-07-04 06:57:36 +00:00
- type: status
status:
2023-07-04 07:21:06 +00:00
- 200