Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 618 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 618 Bytes

drowncheck

DROWN SSL attack checker

Important

This script should be executed in an environment where SSLv2 is enabled.

Usage

./DROWNcheck.sh 10.0.0.2 443
./DROWNcheck.sh 10.0.0.2 993

Simple usage using custom docker container

Either build this image yourself using the Dockerfile in this repository, or use the image available from Docker hub:

docker pull anexia/drowncheck:latest
docker run --rm=true -t -i anexia/drowncheck:latest 10.0.0.2 443
docker run --rm=true -t -i anexia/drowncheck:latest 10.0.0.2 993