- 
                Notifications
    
You must be signed in to change notification settings  - Fork 2.9k
 
Labels
Priority: HighAfter critical issues are fixed, these should be dealt with before any further issues.After critical issues are fixed, these should be dealt with before any further issues.Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.
Description
Please describe your feature request:
id: redis-lua-script
info:
  name: Redis RunLuaScript - Detect
  author: DhiyaneshDK
  severity: info
javascript:
  - code: |
      const redis = require('nuclei/redis');
      const result = redis.RunLuaScript('Host', 'Port', 'Password', 'return redis.call("get", KEYS[1])');
      log(to_json(result));
    args:
      Host: "131.72.44.54"
      Port: "6379"
      Password: ""
    matchers:
      - type: dsl
        dsl:
          - "success == true"Anything else:
is this possible to use redis lua in redis module without this? return redis.call('INFO')
reach out to @DhiyaneshGeek or @pussycat0x for more info
Metadata
Metadata
Assignees
Labels
Priority: HighAfter critical issues are fixed, these should be dealt with before any further issues.After critical issues are fixed, these should be dealt with before any further issues.Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.