Pyrit
From charlesreid1
The code for Pyrit is here: https://code.google.com/p/pyrit/downloads/list
Building
Ubuntu on AWS
To build Pyrit on any AWS machine, you'll want to grab the NVidia drivers, since those are the only kinds of GPUs currently offered by AWS.
Installing on Ubuntu will require the OpenSSL and Libpcap development libraries (i.e., headers), which aren't on Ubuntu by default:
$ sudo apt-get install libssl-dev $ sudo apt-get install libpcap0.8-dev $ python setup.py build $ python setup.py install