nuclei-templates
nuclei-templates copied to clipboard
Improve secret detection in generic-env and extend git-config leak surfaces
Following reviewer feedback from PR #14073 requesting matcher improvement rather than duplicate templates, this enhancement adds advanced regex detection for JWT tokens, private keys, cloud provider keys, Base64-encoded secrets, database/system credentials, and extends git exposure surfaces beyond config and HEAD. This provides stronger real-world detection coverage for bug hunting reconnaissance.
is there any update on this ?
Hi @aryan-mrrobot
Thanks for sharing the template
we already have template for these
- http/exposures/configs/git-config.yaml - .git/HEAD falls under the same .git directory, so this is already handled.
- http/vulnerabilities/generic/generic-env.yaml - if you think any matcher is missing or not catching certain results, we can update the existing matcher in this template.
Looking forward to hear back from you
Thanks