I'm trying to install Wifite
from these instructions, but I can't install cowpatty
.
See below:
root@vitor-hp:~# apt-get install cowpatty
Reading package lists ... ready
Building dependency tree
Reading state information ... ready
E: Could not find package cowpatty
root@vitor-hp:~#
Translated from Portuguese
I use Ubuntu 13.10 64-bit.
Did you got it working? I have full script pm me. As for just this part in question
According to the link you mentioned
Cowpatty is not available in the Ubuntu repository and the link describes that you have to manually download it from the link mentioned..
Anyway I make it simple for you. Execute these commands in terminal to install
Cowpatty
:Now you've to continue with your steps...
Main answer
The appropriate way of installing
cowpatty
in your system is to grab a carefully packaged deb from a distribution that is compatible with Ubuntu.My recommendation would be to grab
cowpatty
from Kali Linux's repository and keep it updated with your system. You will not only have the version that others indicated, but also future versions updated automatically.The appropriate entry for
/etc/apt/sources.list
would be, according to the documentation:Addendum
This answer of mine tries to keeping in spirit with the "don't install packages from source if you don't have to" and to "stay only with packages from curated repositories". This applies in general and also especially for the case of security-minded people asking/learning about security.
Also, installing things from source and compiling yourself without them being in a Debian package makes
dpkg
(and higher level tools, likeapt
andaptitude
) not aware of removing libraries that the tools depend on, likelibpcap
and OpenSSL (vialibssl
-variants).There is a high probability of programs breaking when one of their underlying libraries is removed from the system (like OpenSSL pre-1.1 to OpenSSL 1.1 or any other library transition at all).
I understand that a Debian package may not have existed at the time the question was asked, but:
then try
make
.