Nuclei version:
v3.2.4 (latest)
Current Behavior:
None of the cloud credential stuffing templates containing variables extracted from requests are working. It appears that nuclei couldn't properly retrieve the variables from the extractors.
Expected Behavior:
The templates seems to have the correct extractors logic, therefore they should work.
Steps To Reproduce:
- Run
nuclei -var [email protected] -var password=test123 -id datadog-login-check -debug
- Observe the response.

Additional Information
The logic of the extractor seems to be correct.


This issue may be related with #5017 and the recent resolved issue #5016 (which doesn't fix this and other cases)