Skip to content

Instantly share code, notes, and snippets.

@harukasan
Created April 15, 2017 02:35
Show Gist options
  • Save harukasan/c6d42b313e47f80f38253e0c1362e3e0 to your computer and use it in GitHub Desktop.
Save harukasan/c6d42b313e47f80f38253e0c1362e3e0 to your computer and use it in GitHub Desktop.
cryptcheck for pawoo.net
root@16977bc19d24:/cryptcheck# ./bin/check_https pawoo.net
54.65.204.188:443 [pawoo.net]
Key : RSA 2048 bits
Prefered cipher for TLSv1_2 : ECDHE-RSA-AES128-GCM-SHA256
Prefered cipher for TLSv1_1 : ECDHE-RSA-AES128-SHA
Prefered cipher for TLSv1 : ECDHE-RSA-AES128-SHA
unknown SSL method `SSLv2'.
52.192.64.238:443 [pawoo.net]
Key : RSA 2048 bits
Prefered cipher for TLSv1_2 : ECDHE-RSA-AES128-GCM-SHA256
Prefered cipher for TLSv1_1 : ECDHE-RSA-AES128-SHA
Prefered cipher for TLSv1 : ECDHE-RSA-AES128-SHA
unknown SSL method `SSLv2'.
FROM debian:jessie
RUN apt-get update && apt-get install -y openssl git ruby ruby-dev build-essential ruby-dev libxml2-dev libxslt-dev libz-dev wget
RUN cd / && git clone https://github.com/aeris/cryptcheck.git
WORKDIR /cryptcheck
RUN gem install --no-ri --no-doc bundler
RUN bundle install
RUN make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment