projectdiscovery / nuclei

Fast and customizable vulnerability scanner based on simple YAML based DSL.
https://docs.projectdiscovery.io/tools/nuclei
MIT License
19.85k stars 2.44k forks source link

Payloads are not working with digest auth #2229

Open princechaddha opened 2 years ago

princechaddha commented 2 years ago

Nuclei version: 2.7.3

Current Behavior:

The payloads variables are not working with digest authentication

Screenshot 2022-06-26 at 8 04 02 AM

Expected Behavior:

The payloads should work as usual even when defined as digest username/password.

Steps To Reproduce:

requests:
  - raw:
      - |
        GET /admin HTTP/1.1
        Host: {{Hostname}}

    digest-username: "{{username}}"
    digest-password: "{{password}}"

    payloads:
      username:
        - admin
      password:
        - admin
k3mlol commented 1 month ago

Hi, this issue is fixed?