Known Issues - WebBreacher/WhatsMyName GitHub Wiki

1. SSL handshakes issue:

Had an issue with SSL handshakes and this script. Had to do the following to get it working:

sudo apt-get install libffi-dev
pip install pyOpenSSL ndg-httpsclient pyasn1 requests

From https://github.com/kennethreitz/requests/issues/2022