Feature: Run sslyze against a target Background: # sslyze.attack:3 Given "sslyze" is installed # gauntlt-1.0.13/lib/gauntlt/attack_adapters/sslyze.rb:1 sslyze.py not installed or $SSLYZE_PATH not set! 1. Download sslyze from: https://github.com/iSECPartners/sslyze 2. In your .zshrc or .bash_profile (or whatever), set $SSLYZE_PATH export SSLYZE_PATH=/path/to/sslyze.py 3. Make sure you have python installed: $ which python