Skip to content

Commit

Permalink
Merge pull request #131 from castillar/master
Browse files Browse the repository at this point in the history
Added info about OpenSSL proxy option to cipherscan script.
  • Loading branch information
jvehent authored Jan 13, 2017
2 parents 6d66214 + c693456 commit 1f2846d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cipherscan
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ Some useful OpenSSL options:
that require turning TLS after initial protocol specific
hello
-servername name Request SNI support for connections
-proxy proxyhost:port Connect to the scan target via specified proxy
(req. OpenSSL 1.1.0 or bundled OpenSSL)
-verify_hostname name Request host name verification in connection
(req. OpenSSL 1.0.2)
-verify_ip ip Request host name verification for an IP address, usually
Expand All @@ -258,6 +260,7 @@ Some useful OpenSSL options:
EXAMPLES:
$0 -starttls xmpp jabber.ccc.de:5222
$0 -servername youtube.com youtube.com:443
$0 -proxy myproxy.example.com:8080 youtube.com:443
"
}

Expand Down Expand Up @@ -843,7 +846,7 @@ display_results_in_terminal() {
fi
done|column -t
echo

if [[ ($sigalg =~ RSA && $pubkey -ge 2047) || ($cipher =~ ECDSA && $pubkey -gt 255) ]]; then
pubkey="${c_green}${pubkey}${c_reset}"
else
Expand Down

0 comments on commit 1f2846d

Please sign in to comment.