mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Delete javascript/enumeration/redis/redis-require-auth.yaml
This commit is contained in:
@@ -1,44 +0,0 @@
|
||||
id: redis-require-auth
|
||||
|
||||
info:
|
||||
name: Redis Require Authentication - Detect
|
||||
author: DhiyaneshDK
|
||||
severity: info
|
||||
description: |
|
||||
IsAuthenticated checks if the redis server requires authentication
|
||||
reference:
|
||||
- https://docs.projectdiscovery.io/templates/protocols/javascript/modules/redis#isauthenticated
|
||||
metadata:
|
||||
max-request: 1
|
||||
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: js,redis,network,enum,discovery
|
||||
|
||||
javascript:
|
||||
- pre-condition: |
|
||||
isPortOpen(Host,Port);
|
||||
code: |
|
||||
const redis = require('nuclei/redis');
|
||||
const isAuthenticated = redis.IsAuthenticated(Host,Port);
|
||||
Export(isAuthenticated);
|
||||
|
||||
args:
|
||||
Host: "{{Host}}"
|
||||
Port: "6379"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "success == true"
|
||||
# digest: 4b0a00483046022100ea16266b53103594bf3b416d1f8988df7e192d6ac685a94db6c82b7b42623902022100945a6cc2f5614f3a40fb2b4018d2abbb883d3cecd7ac3c4c21edde1535329181:922c64590222798bb761d5b6d8e72950
|
||||
Reference in New Issue
Block a user