Add files via upload

patch-1
pussycat0x 2023-07-04 12:27:36 +05:30 committed by GitHub
parent 7313d259f0
commit df4003c0a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
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:
verified: "true"
shodan-query: http.title:"ArangoDB Web Interface"
tags: panel,arangodb
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/_db/_system/_admin/aardvark/index.html"
host-redirects: true
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "<title>ArangoDB Web Interface"
- type: status
status:
- 200