PDA

View Full Version : [ubuntu] Help installing cowpatty



skorea2131
July 26th, 2009, 10:03 PM
hi, i downloaded the cowpatty tar to "andrewo@andrewo-laptop:~/tools" and then i made the directory cowpatty-4.2 there... all the files are in there but i dont know how to run or install them... HELP!!!

redspider
July 26th, 2009, 10:20 PM
open terminal type "make --help"
make is your friend.

skorea2131
August 4th, 2009, 02:58 PM
That didn't help...

serejj
November 25th, 2009, 05:54 PM
code # sudo apt-get install checkinstall -y

now when compiling cowpatty do this:

code # cd /cowpatty*

code # make

code # sudo checkinstall "a window will open, just accept the defaults"

now you must have one cowpatty*.deb inside the paste cowpatty, so:

code # dpkg -i cowpatty*.deb

or you just can do this:D:

code # sudo gedit /etc/apt/sources.list

and add this line:
deb http://repo.offensive-security.com/dist/bt4 binary/

code # sudo apt-get update
"don't worry about the gpg key error"

code # sudo apt-get install cowpatty

give some feedback please

remember this: §erejj is your friend but google is your best friend

by §erejj

Johnny2good
November 26th, 2009, 05:12 AM
or you just can do this:D:

code # sudo gedit /etc/apt/sources.list

and add this line:
deb http://repo.offensive-security.com/dist/bt4 binary/

code # sudo apt-get update
"don't worry about the gpg key error"

code # sudo apt-get install cowpatty

give some feedback please

-----------------------------------------------------------------------------------------------------
Hi serejj (http://ubuntuforums.org/member.php?u=494291) i did what you said and it went in Applications/Other/ now i can see Cowpatty when i open it i get >>>
There was an error creating the child process for this terminal

Im new to Ubuntu but learning every day so if you can help me here with this would be nice. Thanx

serejj
January 15th, 2010, 12:21 AM
hi dude...

in my system everything works fine...

post this console output:

code# sudo cowpatty
code# locate cowpatty
code# whereis cowpatty

by the way in my opinion it's better to compile from the source code but in that case you have to install kernel headers and the required development libs, try this:

code# sudo apt-get install checkinstall

and it will install most of the required packages. Then when you are compiling pay attention to the "make" output and install the required development libs.

a tip: for example you have a "libssl" error, so, go to synaptic and search for "libssl" and install the "libssl-dev" or in a console:

code# sudo apt-get install libssl-dev

i hope you're not confuse, but if so say something...or download the package that i compile for 32 bits. http://sites.google.com/site/serejj/

remember this: §erejj is your friend but google is your best friend