projectdiscovery / nuclei-templates

Community curated list of templates for the nuclei engine to find security vulnerabilities.
https://github.com/projectdiscovery/nuclei
MIT License
8.96k stars 2.56k forks source link

Unable to use http/fuzzing/iis-shortname.yaml template #10425

Closed TuAgT closed 1 week ago

TuAgT commented 1 month ago
### 问题描述:

When I try to call this template it doesn't respond. image### 任何其他:

TuAgT commented 1 month ago
 nuclei -t http/fuzzing/iis-shortname.yaml -l target.txt -itags fuzzing

It is not work.

image
DhiyaneshGeek commented 1 week ago

Hi @TuAgT

You can run the excluded template using this following flag

Reference: https://docs.projectdiscovery.io/tools/nuclei/running#template-exclusion

 nuclei -u https://example.com -tags fuzz -include-templates http/fuzzing/iis-shortname.yaml -vv

                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   v3.3.1

        projectdiscovery.io

[INF] Current nuclei version: v3.3.1 (latest)
[INF] Current nuclei-templates version: v9.9.3 (latest)
[WRN] Scan results upload to cloud is disabled.
[INF] New templates added in latest release: 56
[INF] Templates loaded for current scan: 1
[INF] Executing 1 signed templates from projectdiscovery/nuclei-templates
[INF] Targets loaded for current scan: 1
[iis-shortname] IIS - Short Name Detect (@nodauf) [info]
[INF] No results found. Better luck next time!