From charlesreid1

(Created page with "Cowpatty is yet another WPA cracking program. You are required to give cowpatty a word file, a cap file, and the name (ESSID) of an access point.")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Cowpatty is yet another WPA cracking program. You are required to give cowpatty a word file, a cap file, and the name (ESSID) of an access point.
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 cowpatty_4.3-1kali3_amd64.deb
sudo apt-get upgrade cowpatty
</pre>
 
Problem: the dpkg-buildpackage requires libssl-dev to be installed.
 
Okay, I run <code>apt-get install libssl-dev</code> and it is happy.
 
But then I run dpkg -i and it fails with libssl1.0.0 not installed.
 
There is not libssl1.0.0 available, only libssl1.0.2, and if I install it and the header files, <code>apt-get install libssl1.0.2 libssl1.0-dev</code>, then it uninstalls libssl-dev.
 
Baffling.
 
=Using=
 
 
 
 
==Flags==
 
{{KaliFlag}}
 
[[Category:Wireless]]
[[Category:Passwords]]

Latest revision as of 03:21, 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 -i cowpatty_4.3-1kali3_amd64.deb
sudo apt-get upgrade cowpatty

Problem: the dpkg-buildpackage requires libssl-dev to be installed.

Okay, I run apt-get install libssl-dev and it is happy.

But then I run dpkg -i and it fails with libssl1.0.0 not installed.

There is not libssl1.0.0 available, only libssl1.0.2, and if I install it and the header files, apt-get install libssl1.0.2 libssl1.0-dev, then it uninstalls libssl-dev.

Baffling.

Using

Flags