-
Hi, I am using nuclei pre-compiled binary downloaded from releases page, and it is able to scan websites using pre-installed template. However, when I try to use any custom template it throws me some unknown errors. the template am trying to run is: id: git-config
info:
name: Git Config File
author: Ice3man
severity: medium
description: Searches for the pattern /.git/config on passed URLs.
http:
- method: GET
path:
- "{{BaseURL}}/.git/config"
matchers:
- type: word
words:
- "[core]" error am getting
I would be grateful if anyone could help me with it. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
ehsandeep
Sep 4, 2024
Replies: 1 comment 1 reply
-
@dat-ayush nuclei accept |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dat-ayush
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@dat-ayush nuclei accept
.yaml
instead of.yml