mirror of
https://github.com/mozilla/cipherscan.git
synced 2024-11-22 14:23:41 +01:00
Rename CiphersScan to cipherscan
This commit is contained in:
parent
34a011ab71
commit
af7b4ce18c
@ -2,7 +2,7 @@ CipherScan
|
|||||||
==========
|
==========
|
||||||
A very simple way to find out which SSL ciphersuites are supported by a target.
|
A very simple way to find out which SSL ciphersuites are supported by a target.
|
||||||
|
|
||||||
Run: ./CipherScan.sh www.google.com:443
|
Run: ./cipherscan www.google.com:443
|
||||||
And watch.
|
And watch.
|
||||||
|
|
||||||
The newer your version of openssl, the better results you'll get. Older versions
|
The newer your version of openssl, the better results you'll get. Older versions
|
||||||
@ -20,14 +20,14 @@ Use '-a' to force openssl to test every single cipher it know.
|
|||||||
|
|
||||||
Use '-json' to output the results in json format
|
Use '-json' to output the results in json format
|
||||||
```
|
```
|
||||||
$ ./CiphersScan.sh www.google.com:443 -json
|
$ ./cipherscan www.google.com:443 -json
|
||||||
```
|
```
|
||||||
|
|
||||||
Example
|
Example
|
||||||
-------
|
-------
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ./CiphersScan.sh www.google.com:443
|
$ ./cipherscan www.google.com:443
|
||||||
prio ciphersuite protocols pfs_keysize
|
prio ciphersuite protocols pfs_keysize
|
||||||
1 ECDHE-RSA-AES128-GCM-SHA256 SSLv3,TLSv1,TLSv1.1,TLSv1.2 ECDH,P-256,256bits
|
1 ECDHE-RSA-AES128-GCM-SHA256 SSLv3,TLSv1,TLSv1.1,TLSv1.2 ECDH,P-256,256bits
|
||||||
2 ECDHE-RSA-RC4-SHA SSLv3,TLSv1,TLSv1.1,TLSv1.2 ECDH,P-256,256bits
|
2 ECDHE-RSA-RC4-SHA SSLv3,TLSv1,TLSv1.1,TLSv1.2 ECDH,P-256,256bits
|
||||||
|
@ -24,12 +24,12 @@ usage() {
|
|||||||
$0 attempts to connect to a target site using all the ciphersuites it knowns.
|
$0 attempts to connect to a target site using all the ciphersuites it knowns.
|
||||||
Julien Vehent [:ulfr] - https://github.com/jvehent/cipherscan
|
Julien Vehent [:ulfr] - https://github.com/jvehent/cipherscan
|
||||||
|
|
||||||
example: $ ./CipherScan.sh www.google.com:443
|
example: $ $0 www.google.com:443
|
||||||
|
|
||||||
Use only one of the options below:
|
Use only one of the options below:
|
||||||
-v\tincrease verbosity
|
-v increase verbosity
|
||||||
-a\ttest all known ciphers individually at the end
|
-a test all known ciphers individually at the end
|
||||||
-json\toutput results in json format
|
-json output results in json format
|
||||||
|
|
||||||
OpenSSL path can be changed in the OPENSSLBIN variable
|
OpenSSL path can be changed in the OPENSSLBIN variable
|
||||||
Benchmarking can be enabled in the DOBENCHMARK variable
|
Benchmarking can be enabled in the DOBENCHMARK variable
|
Loading…
Reference in New Issue
Block a user