mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-03 15:40:17 +00:00
9 lines
287 B
Plaintext
9 lines
287 B
Plaintext
# siteciphers (Bash-Snippets)
|
|
# Checks the available ciphers for the SSL of an https site.
|
|
|
|
# Determine the available SSL ciphers for an https website
|
|
siteciphers github.com
|
|
|
|
# Determine the ciphers setting the delay between requests (default is 1 sec)
|
|
siteciphers -d 0.75 travis-ci.org
|