-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deny List Error #3033
Comments
@Priyadhana We need more information to be able to reproduce the described behavior. Please provide all the information to the points listed in the report issue template. We would need at least:
Thanks! |
Nuclei version: v2.8.3 id: basic-auth-creds
info:
name: Basic Auth Credentials
author: gaurang
severity: high
tags: token,file,auth
file:
- extensions:
- all
- denylist:
- test
- experimental
- qa
extractors:
- type: regex
regex:
- "[a-zA-Z]{3,10}://[^/\\s:@]{3,20}:[^/\\s:@]{3,20}@.{1,100}[\"'\\s]" P.S. : Please ignore indentation or spelling errors. |
@Priyadhana , It seems like template you have given is wrong id: basic-auth-creds
info:
name: Basic Auth Credentials
author: gaurang
severity: high
tags: token,file,auth
file:
- extensions:
- all
denylist:
- test
- experimental
- qa
extractors:
- type: regex
regex:
- "[a-zA-Z]{3,10}://[^/\\s:@]{3,20}:[^/\\s:@]{3,20}@.{1,100}[\"'\\s]" This the correct template . You can validate templates using current version paniced when incorrect template was given . this is fixed in linked PR |
Hi, I am trying to create a custom template and run my repo against it.
When I try to exclude the tests folder in my repo, the nuclei throws error.
Template:
Error:
Can someone please guide me on how to exclude certain folders from the target directories?
The text was updated successfully, but these errors were encountered: