From charlesreid1

(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...")
 
No edit summary
Line 15: Line 15:
  $ python setup.py install
  $ python setup.py install
  </pre>
  </pre>
[[Category:Kali]]
[[Category:Passwords]]

Revision as of 17:30, 2 August 2015

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