Cowpatty: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Cowpatty is yet another WPA cracking program | Cowpatty is yet another WPA cracking program. | ||
Cowpatty requires a word file, a cap file, and the name (ESSID) of an access point. | |||
=Installing= | |||
==Dependencies== | |||
Cowpatty requires the SSL library headers: | |||
<pre> | |||
sudo apt-get install libssl-dev | |||
</pre> | |||
==Installing cowpatty with kali tools== | |||
Cowpatty can be installed using [[Kali Tools]]. | |||
<pre> | |||
cd kali-tools | |||
python3 kali.py cowpatty | |||
cd dist/cowpatty | |||
dpkg-buildpackage -us -uc -b | |||
cd ../ | |||
sudo dpkg -i | |||
=Using= | |||
==Flags== | |||
{{KaliFlag}} | |||
[[Category:Wireless]] | [[Category:Wireless]] | ||
[[Category:Passwords]] | [[Category:Passwords]] | ||
Revision as of 03:00, 27 January 2018
Cowpatty is yet another WPA cracking program.
Cowpatty requires a word file, a cap file, and the name (ESSID) of an access point.
Installing
Dependencies
Cowpatty requires the SSL library headers:
sudo apt-get install libssl-dev
Installing cowpatty with kali tools
Cowpatty can be installed using Kali Tools.
cd kali-tools python3 kali.py cowpatty cd dist/cowpatty dpkg-buildpackage -us -uc -b cd ../ sudo dpkg -iUsing
Flags