From charlesreid1

Revision as of 09:45, 2 August 2015 by Admin (talk | contribs) (Created page with "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 dr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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