Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[BUG] ... outdated version output #5962

Open
1 task done
a8i-lab opened this issue Jan 7, 2025 · 3 comments
Open
1 task done

[BUG] ... outdated version output #5962

a8i-lab opened this issue Jan 7, 2025 · 3 comments
Assignees
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@a8i-lab
Copy link

a8i-lab commented Jan 7, 2025

Is there an existing issue for this?

  • I have searched the existing issues.

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.

./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?

@a8i-lab a8i-lab added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Jan 7, 2025
@GeorginaReeder
Copy link

Thanks for your contribution @a8i-lab !

@dogancanbakir dogancanbakir self-assigned this Jan 9, 2025
@dogancanbakir
Copy link
Member

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!

@a8i-lab
Copy link
Author

a8i-lab commented Jan 10, 2025 via email

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

3 participants