Redis Service - Detect
ID: redis-detect
Severity: info
Author: pussycat0x
Tags: network,redis,detect,detection,tcp
Description
Section titled “Description”Redis service was detected.
YAML Source
Section titled “YAML Source”id: redis-detect
info: name: Redis Service - Detect author: pussycat0x severity: info description: Redis service was detected. classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 metadata: verified: true max-request: 2 shodan-query: - product:"redis" - http.title:"airflow - dags" || http.html:"apache airflow" - http.title:"sign in - airflow" product: airflow vendor: apache fofa-query: - apache airflow - title="airflow - dags" || http.html:"apache airflow" - title="sign in - airflow" google-query: - intitle:"airflow - dags" || http.html:"apache airflow" - intitle:"sign in - airflow" tags: network,redis,detect,detection,tcptcp: - inputs: - data: "*1\r\n$4\r\ninfo\r\n"
host: - "{{Hostname}}" - "tls://{{Hostname}}" port: 6379,6380 read-size: 1024
matchers: - type: word words: - "DENIED Redis" - "CONFIG REWRITE" - "NOAUTH Authentication" condition: or# digest: 4b0a00483046022100b9fde9c2c2384e0f8a75398d11503cf5691a2c904b3d41ebdfd26be6e4e669e8022100da2a8d6b51edf59f359239a031b1c77c54de3a71e944b20bda304af4909efada:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "network/detection/redis-detect.yaml"