Wednesday, August 12, 2020

Kali Linux Virtual Box Pyrit Installation

Update 04/04/2022: use python2 also followed by sudo if needed

sudo apt-get install libpcap-dev

sudo apt-get install python-dev 

sudo apt-get install libssl-dev 

sudo apt-get install zlib1g-dev

Download zip from https://github.com/JPaulMora/Pyrit

or from https://drive.google.com/file/d/1xTYyMmc-dazKf95rF4unsYPELJ3doCvw/view?usp=sharing

Use Linux GUI file manager to extract the .ZIP file into Pyrit-master.

cd Pyrit-master

python setup.py clean

python setup.py build
If get error, then sudo ntpdate -v pool.ntp.org and then sudo apt-get update. Then run: sudo apt-get install libssl-dev

sudo python setup.py install

Mind you that these notes are more for me than you.  Good thing, because I did a Google search on how to install hcxpcaptool and hcxdumptool and out popped my notes from 2018.

https://s33me.blogspot.com/2018/12/kali-linux-wifite-missing-hcxpcaptool.html?spref=tw

No comments:

Post a Comment