TLS scan the SUT multiple times with different cipiher suites and version#13
Open
akarmegam wants to merge 1 commit intokubearmor:mainfrom
Open
TLS scan the SUT multiple times with different cipiher suites and version#13akarmegam wants to merge 1 commit intokubearmor:mainfrom
akarmegam wants to merge 1 commit intokubearmor:mainfrom
Conversation
nyrahul
requested changes
Jul 6, 2023
Contributor
nyrahul
left a comment
There was a problem hiding this comment.
Many thanks for the PR @raja-ashok
It would be great to have separate plugins to handle NIST on top of TLS scan report. This would make it extensible. The plugins should enrich the base TLS scan report with their own findings.
8066cb2 to
edd4812
Compare
15342c4 to
814fdaf
Compare
Contributor
|
Hey @raja-ashok , this looks great! Can you attach a sample report that is generated as part of this? Thanks |
814fdaf to
2c8927c
Compare
2c8927c to
9c06084
Compare
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Created a json file
config/nist-sp-800-52.jsonto keep NIST recommended and non recommended ciphersuites. And updatedtlsscanto parse it usingjqand invokeopenssl s_clientmultiple times to scan each service.And finally
tlsscangenerates report filetls_conn_report.json. From this asummar.csvis generated with list of tls versions supported and ciphersuites count and it is displayed in table form on console usingtabled.