You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the command cat targets.txt | nuclei -t "/home/user/nuclei-templates/own/wp_*, Nuclei reports that there are no templates because it cannot process the wildcard * anymore. This command worked in previous versions.
Expected Behavior:
The command should correctly process the wildcard * and run all the templates in the specified directory as it did in previous versions.
Steps To Reproduce:
Create a file targets.txt with URLs to be tested.
Run the command cat targets.txt | nuclei -t "/home/user/nuclei-templates/own/wp_*.
-> alternative sth like echo "domain" | nuclei -t "/home/usr/nuclei-templates/http/takeovers/s*"
See error [FTL] Could not run nuclei: no templates provided for scan
Anything else:
__ _
____ __ _______/ /__ (_)
/ __ \/ / / / ___/ / _ \/ /
/ / / / /_/ / /__/ / __/ /
/_/ /_/\__,_/\___/_/\___/_/ v3.3.0
projectdiscovery.io
[ERR] Could not find template '/home/user/nuclei-templates/own/wp_*': no templates found for path
[INF] Current nuclei version: v3.3.0 (latest)
[INF] Current nuclei-templates version: v9.9.1 (latest)
[WRN] Scan results upload to cloud is disabled.
[INF] No results found. Better luck next time!
[FTL] Could not run nuclei: no templates provided for scan
/ / / / /_/ / /__/ / __/ /
/_/ /_/\__,_/\___/_/\___/_/ v3.2.9
projectdiscovery.io
[INF] Current nuclei version: v3.2.9 (outdated)
[INF] Current nuclei-templates version: v9.9.1 (latest)
[WRN] Scan results upload to cloud is disabled.
[INF] New templates added in latest release: 75
[INF] Templates loaded for current scan: 33
[WRN] Loading 33 unsigned templates for scan. Use with caution.
[INF] Targets loaded for current scan: 12
[INF] Using Interactsh Server: oast.me
[INF] No results found. Better luck next time!
The text was updated successfully, but these errors were encountered:
c1phy
added
the
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
label
Jul 19, 2024
Nuclei version:
3.3.0
Current Behavior:
When running the command
cat targets.txt | nuclei -t "/home/user/nuclei-templates/own/wp_*
, Nuclei reports that there are no templates because it cannot process the wildcard*
anymore. This command worked in previous versions.Expected Behavior:
The command should correctly process the wildcard
*
and run all the templates in the specified directory as it did in previous versions.Steps To Reproduce:
targets.txt
with URLs to be tested.cat targets.txt | nuclei -t "/home/user/nuclei-templates/own/wp_*
.-> alternative sth like
echo "domain" | nuclei -t "/home/usr/nuclei-templates/http/takeovers/s*"
[FTL] Could not run nuclei: no templates provided for scan
Anything else:
The text was updated successfully, but these errors were encountered: