Pyrit is one of the most powerful WPA/WPA2 cracking tools in a hacker's arsenal, with the ability to benchmark a computer's CPU speeds, analyze captures files for crackable handshakes, and even tap to GPU password-cracking power.
Pyrit allows you to create a massive database of the Pre-computed WPA/WPA2-PSK authentication phase in a space-time tradeoff. Sometimes it gets tough for someone (as for me while I was a beginner it was pretty hard for me to install to know about it). you have to clone the pyrit from
https://github.com/JPaulMora/Pyrit.git. let's open the terminal and get started.
I will always recommend every user to use the terminal on root on installing or downloading. To get into root user just type "Sudo su" on your terminal.
sudo su
apt-get install libpcap-dev
apt-get install python2.7-dev libssl-dev zlib1g-dev libpcap-dev
now we just have to just the Pyrit. To download visit https://github.com/JPaulMora/Pyrit.git. or just type:
git clone https://github.com/JPaulMora/Pyrit.git
Now go to your download location of pyrit. In my case it's in desktop so:
cd Desktop
cd pyrit
Now it's our turn to install the downloaded pyrit:
python setup.py clean
python setup.py build
python setup.py install
Done ....!!! Best of luck!

Comments
Post a Comment