Skip to content

Commit

Permalink
Add support for specifying the "PortableCiphers" cipher-suite list ad…
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Greene committed Mar 4, 2021
1 parent 46ed65f commit 7c7c0b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func (t *TLSFlags) GetTLSConfigForTarget(target *ScanTarget) (*tls.Config, error

// TODO: Find standard names
cipherMap := map[string][]uint16{
"portable": tls.PortableCiphers,
"dhe-only": tls.DHECiphers,
"ecdhe-only": tls.ECDHECiphers,
"exports-dh-only": tls.DHEExportCiphers,
Expand Down

0 comments on commit 7c7c0b9

Please sign in to comment.