Skip to content

Directus - Detect

ID: directus-detect

Severity: info

Author: ricardomaia

Tags: tech,directus,detect

Directus is a content manager with dynamic access API generation and transparent integration with the main databases.

id: directus-detect
info:
name: Directus - Detect
author: ricardomaia
severity: info
description: |
Directus is a content manager with dynamic access API generation and transparent integration with the main databases.
reference:
- https://directus.io/
classification:
cpe: cpe:2.3:a:monospace:directus:*:*:*:*:-:*:*:*
metadata:
verified: true
max-request: 1
vendor: monospace
product: directus
google-query: 'X-Powered-By: Directus'
tags: tech,directus,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: header
words:
- "X-Powered-By: Directus"
case-insensitive: true
# digest: 4a0a00473045022001982975ef4c324f84a434d6d3e5e96948ecc5cabd83f264836166e89bfa0e30022100f302fee41dd95559fb7f2e3e212286f9006b8ddf896b5d9c292946122cb27fd9: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/technologies/directus-detect.yaml"

View on Github