Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

disable thread count warning upon validate #5078

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Conversation

dogancanbakir
Copy link
Member

@dogancanbakir dogancanbakir commented Apr 22, 2024

Proposed changes

Closes #5066

$ go run . -t ~/nuclei-templates/http/vulnerabilities/weaver/weaver-ebridge-lfi.yaml -validate

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

                projectdiscovery.io

[VER] Started metrics server at localhost:9092
[INF] All templates validated successfully


$ go run . -t ~/nuclei-templates/http/vulnerabilities/weaver/weaver-ebridge-lfi.yaml -verbose

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

                projectdiscovery.io

[VER] Started metrics server at localhost:9092
[WRN] Excluded 114 template[s] with known weak matchers / tags excluded from default run using .nuclei-ignore
[WRN] Setting thread count to 0 for 1 templates, dynamic extractors are not supported with payloads yet
[INF] Current nuclei version: v3.2.4 (latest)
[INF] Current nuclei-templates version: v9.8.1 (latest)
[WRN] Scan results upload to cloud is disabled.
[INF] New templates added in latest release: 77
[INF] Templates loaded for current scan: 1
[INF] Executing 1 signed templates from projectdiscovery/nuclei-templates
[INF] No results found. Better luck next time!

Checklist

  • Pull request is created against the dev branch
  • All checks passed (lint, unit/integration/regression tests etc.) with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@ehsandeep ehsandeep merged commit 465894d into dev Apr 23, 2024
9 of 12 checks passed
@ehsandeep ehsandeep deleted the disable_wrn_on_validate branch April 23, 2024 10:34
@ehsandeep ehsandeep removed the request for review from tarunKoyalwar April 23, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

disable thread count warning upon validate
2 participants