You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take values like "0xC020,0xC030,0xC02F". Less clear whether we should accept const values like "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384".
The text was updated successfully, but these errors were encountered:
justinbastress
changed the title
Allow a comma-separated list of hex values for --cipher-suites
tls.go/arguments: Allow a comma-separated list of hex values for --cipher-suites
Mar 22, 2018
The docs say (https://github.com/zmap/zgrab2/blob/master/tls.go#L50) "A list of cipher suites to use.", but currently that really means "the name of one of our pre-defined lists".
Take values like
"0xC020,0xC030,0xC02F"
. Less clear whether we should accept const values like"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384"
.The text was updated successfully, but these errors were encountered: