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
[INF] Your current nuclei-templates v10.1.1 are outdated. Latest is v10.1.1
indicates an inconsistency or a bug in the version-checking mechanism of the Nuclei tool (a vulnerability scanner). Specifically:
It suggests that your current version of nuclei-templates is v10.1.1.
At the same time, it states that the latest version is also v10.1.1, which implies there shouldn't be an update required.
However, it is still labeling your current version as "outdated," which is likely incorrect.
./nuclei __ _ ____ __ _______/ /__ (_) / __ \/ / / / ___/ / _ \/ / / / / / /_/ / /__/ / __/ //_/ /_/\__,_/\___/_/\___/_/ v3.3.8 projectdiscovery.io[INF] Your current nuclei-templates v10.1.1 are outdated. Latest is v10.1.1[INF] Successfully updated nuclei-templates (v10.1.1) to /home/user/nuclei-templates. GoodLuck![WRN] Found 1 templates with runtime error (use -validate flag for further examination)[INF] Current nuclei version: v3.3.8 (outdated)[INF] Current nuclei-templates version: v10.1.1 (outdated)[WRN] Scan results upload to cloud is disabled.[INF] New templates added in latest release: 154[INF] Templates loaded for current scan: 7607[WRN] Loading 182 unsigned templates for scan. Use with caution.[INF] Executing 7425 signed templates from projectdiscovery/nuclei-templates[INF] No results found. Better luck next time!
Expected Behavior
./nuclei __ _ ____ __ _______/ /__ (_) / __ \/ / / / ___/ / _ \/ / / / / / /_/ / /__/ / __/ //_/ /_/\__,_/\___/_/\___/_/ v3.3.8 projectdiscovery.io[WRN] Found 1 templates with runtime error (use -validate flag for further examination)[INF] Current nuclei version: v3.3.8 (latest)[INF] Current nuclei-templates version: v10.1.1 (latest)[WRN] Scan results upload to cloud is disabled.[INF] New templates added in latest release: 154[INF] Templates loaded for current scan: 7607[WRN] Loading 182 unsigned templates for scan. Use with caution.[INF] Executing 7425 signed templates from projectdiscovery/nuclei-templates[INF] No results found. Better luck next time!
Steps To Reproduce
run ./nuclei
Relevant log output
---
Environment
- OS: Debian
- Nuclei: 3.3.8
- Go: 1.23.4
Anything else?
the latest version of nuclei is 3.3.8 but while running ./nuclei it says the version and templates are outdated, is anyone facing similar issues?
The text was updated successfully, but these errors were encountered:
a8i-lab
added
the
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
label
Jan 7, 2025
I tried to reproduce the issue on hack the box instance, but there it says (latest) suggesting no issues. But when running nuclei on my local kali machine (or parrot machine) either through installing binaries or by cloning the entire repository and building it with go (1.23.4) it says (outdated)On 9 Jan 2025, at 17:54, Dogan Can Bakir ***@***.***> wrote:
I couldn't repro the issue:
$ go run .
__ _
____ __ _______/ /__ (_)
/ __ \/ / / / ___/ / _ \/ /
/ / / / /_/ / /__/ / __/ /
/_/ /_/\__,_/\___/_/\___/_/ v3.3.8
projectdiscovery.io
[INF] Current nuclei version: v3.3.8 (latest)
[INF] Current nuclei-templates version: v10.1.1 (latest)
[WRN] Scan results upload to cloud is disabled.
[INF] New templates added in latest release: 154
[INF] Templates loaded for current scan: 7613
[WRN] Loading 182 unsigned templates for scan. Use with caution.
[INF] Executing 7431 signed templates from projectdiscovery/nuclei-templates
[INF] No results found. Better luck next time!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
Is there an existing issue for this?
Current Behavior
[INF] Your current nuclei-templates v10.1.1 are outdated. Latest is v10.1.1
indicates an inconsistency or a bug in the version-checking mechanism of the Nuclei tool (a vulnerability scanner). Specifically:
It suggests that your current version of nuclei-templates is v10.1.1.
At the same time, it states that the latest version is also v10.1.1, which implies there shouldn't be an update required.
However, it is still labeling your current version as "outdated," which is likely incorrect.
Expected Behavior
Steps To Reproduce
run ./nuclei
Relevant log output
Environment
Anything else?
the latest version of nuclei is 3.3.8 but while running ./nuclei it says the version and templates are outdated, is anyone facing similar issues?
The text was updated successfully, but these errors were encountered: