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

fix missing port in matched ssl templates #3380

Merged
merged 5 commits into from
Mar 3, 2023
Merged

Conversation

tarunKoyalwar
Copy link
Member

@tarunKoyalwar tarunKoyalwar commented Mar 1, 2023

Proposed changes

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)

@tarunKoyalwar
Copy link
Member Author

Before

$  echo "ateur.fr:8443/xyz" | nuclei -id "ssl-issuer"

                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   v2.8.9

		projectdiscovery.io

[INF] Using Nuclei Engine 2.8.9 (latest)
[INF] Using Nuclei Templates 9.3.8 (latest)
[INF] Templates added in last update: 656
[INF] Templates loaded for scan: 1
[INF] Targets loaded for scan: 1
[INF] No results found. Better luck next time!

After

$ echo "ateur.fr:8443/xyz" | go run . -id "ssl-issuer" 

                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   v2.8.9

		projectdiscovery.io

[INF] Using Nuclei Engine 2.8.9 (latest)
[INF] Using Nuclei Templates 9.3.8 (latest)
[INF] Templates added in last update: 656
[INF] Templates loaded for scan: 1
[INF] Targets loaded for scan: 1
[ssl-issuer] [ssl] [info] ateur.fr:8443 [Self Signed]

@tarunKoyalwar
Copy link
Member Author

@Mzack9999 Mzack9999 requested a review from ehsandeep March 1, 2023 12:36
@ehsandeep ehsandeep merged commit 3e53087 into dev Mar 3, 2023
@ehsandeep ehsandeep deleted the issue-3237-missing-ssl-port branch March 3, 2023 23:17
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.

Nuclei templates with the ssl category do no not report the port in the finding output
3 participants