Skip to main content

Posts

Showing posts with the label ssl

Tool: ciphersuite check for server side

Cipherscan: SSL Ciphersuiteの調査ツール Android API: Install Cipherscan Cipherscan is useful to check support of SSL ciphersuite of server side. # yum install git #git clone https://github.com/jvehent/cipherscan.git [root@cent opt]# cd cipherscan/ [root@cent cipherscan]# ls analyze.py  ca-bundle.crt  cipherscan  openssl  openssl-darwin64  OpenSSL-LICENSE  README.md  top1m # openssl ciphers -v | sort #./cipherscan -o ./openssl-mine 10.215.200.192:4343 Scanning AOS6.1.3, 6.3 and IAP.4.1. Scanning AOS6.1.3 [root@cent cipherscan]# ./cipherscan -o ./openssl-mine 10.215.103.207:4343 custom openssl not executable, falling back to system one from /usr/bin/openssl ..... Target: 10.215.103.207:4343 prio  ciphersuite           protocols              pfs_keysize 1     DES-CBC3-SHA          TLSv1,TLSv1.1,TLSv1.2 2     AES256-SHA   ...