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

making ssl errors non fatal #5203

Merged
merged 2 commits into from
May 21, 2024
Merged

making ssl errors non fatal #5203

merged 2 commits into from
May 21, 2024

Conversation

Mzack9999
Copy link
Member

@Mzack9999 Mzack9999 commented May 20, 2024

Proposed changes

Closes #4981

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)

@Mzack9999 Mzack9999 added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label May 20, 2024
@Mzack9999 Mzack9999 self-assigned this May 20, 2024
@Mzack9999 Mzack9999 marked this pull request as ready for review May 20, 2024 12:59
Copy link
Member

@ehsandeep ehsandeep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

./nuclei -id deprecated-tls -u example.com

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

		projectdiscovery.io

[INF] Current nuclei version: v3.2.7 (latest)
[INF] Current nuclei-templates version: v9.8.6 (latest)
[WRN] Scan results upload to cloud is disabled.
[INF] New templates added in latest release: 65
[INF] Templates loaded for current scan: 1
[INF] Executing 1 signed templates from projectdiscovery/nuclei-templates
[INF] Targets loaded for current scan: 1
[deprecated-tls] [ssl] [info] example.com:443 ["tls10"]
[deprecated-tls] [ssl] [info] example.com:443 ["tls11"]

Copy link
Member

@tarunKoyalwar tarunKoyalwar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm !

@ehsandeep ehsandeep merged commit f633258 into dev May 21, 2024
12 checks passed
@ehsandeep ehsandeep deleted the bugfix-4981-ssl-seq branch May 21, 2024 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Potential logic error in ssl sequential processing
3 participants