Monday 25 July 2011

Installing Pyrit on Ubuntu 11.04

You could install pyrit using synaptic, but is usually a older version.

The best way to install the latest version is to download the source and compile it yourself.

But there is a problem satisfying all the dependencies, but we can cheat here.
  • Install pyrit using synaptic, version 0.3.0.  Leave it installed on your system.
  • Download the latest source from the pyrit website
  • Try and compile it python setup.py build if it has a spaz make sure all the dependencies are installed.

    I needed to do sudo apt-get install libpcap0.8 libpcap0.8-dev
    and also check g++ python-dev zlib1g-dev libssl-dev python-scapy while u are there.
  •  Once the dependencies are installed sudo python setup.py install



WindyCityTech Blogger
windywindycitytech wordpress

No comments:

Post a Comment