Skip to content

Instantly share code, notes, and snippets.

View scottwilkerson's full-sized avatar

Scott Wilkerson scottwilkerson

View GitHub Profile
#!/bin/bash
# check_freak.sh
# (c) 2015 Martin Seener
# Simple script which checks SSL/TLS services for the FREAK vulnerability (CVE 2015-0204)
# It will output if the checked host is vulnerable and returns the right exit code
# so it can also be used as a nagios check!
PROGNAME=$(basename $0)