Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: [SOLVED] installing cowpatty help

  1. #11
    Join Date
    Dec 2008
    Beans
    1

    Re: [SOLVED] installing cowpatty help

    I could use some help im sorry if i posted in the wrong one.
    here is the error i get when i run make

    cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb -c -o md5.o md5.c
    md5.c:20:25: error: openssl/md5.h: No such file or directory
    md5.c: In function ‘md5_mac’:
    md5.c:28: error: ‘MD5_CTX’ undeclared (first use in this function)
    md5.c:28: error: (Each undeclared identifier is reported only once
    md5.c:28: error: for each function it appears in.)
    md5.c:28: error: expected ‘;’ before ‘context’
    md5.c:29: warning: implicit declaration of function ‘MD5_Init’
    md5.c:29: error: ‘context’ undeclared (first use in this function)
    md5.c:30: warning: implicit declaration of function ‘MD5_Update’
    md5.c:33: warning: implicit declaration of function ‘MD5_Final’
    md5.c: In function ‘hmac_md5_vector’:
    md5.c:40: error: ‘MD5_CTX’ undeclared (first use in this function)
    md5.c:40: error: expected ‘;’ before ‘context’
    md5.c:48: error: ‘context’ undeclared (first use in this function)
    make: *** [md5.o] Error 1

    please help i am very new to linux/ubuntu
    Last edited by raybonz420; February 28th, 2009 at 06:27 PM. Reason: solved

  2. #12
    Join Date
    Jun 2009
    Beans
    1

    Re: [SOLVED] installing cowpatty help

    I have been reading and reading about how to compile and install cowpatty, but i haven't made much progress. I've downloaded cowpatty 4.2, but thats about as far as i have gotten.

    I ran the command below to get build-essential, it said done but now i'm confused again. How do i use build-essential to make cowpatty?
    sudo aptitude install build-essential

  3. #13
    Join Date
    Jun 2005
    Location
    Bulgaria
    Beans
    46

    Re: [SOLVED] installing cowpatty help

    Quote Originally Posted by albinootje View Post
    Dear people, how nice and delightful of you to be auditing your own wifi-networks against attacks from the outside


    Just out of curiosity i've just successfully compiled cowpatty 4.3 on Ubuntu 8.10.
    It also needed :
    Code:
    sudo apt-get install libdigest-hmac-perl
    This didn't quite help, but thank you for the effort and comments.

  4. #14
    Join Date
    Nov 2007
    Beans
    2

    Talking Re: [SOLVED] installing cowpatty help

    I had successfully compiled Cowpatty 4.3 on Ubuntu 9.10 (Linux Mint 7).
    I did the following:
    Code:
    sudo -s
    apt-get install libssl-dev
    apt-get install libpcap0.8-dev
    apt-get install libdigest-hmac-perl
    make (from inside cowpatty directory unpacked in the home folder)
    Code:
    aptitude install build-essential
    cowpatty
    I confirmed that cowpatty was working by accessing the help and running a test sample.
    Hope this helps others.

  5. #15
    Join Date
    Sep 2009
    Beans
    1

    Thumbs down Re: [SOLVED] installing cowpatty help

    good job Skylancer :
    only one thing left before insert cowpatty in console:

    Code:
    sudo cp cowpatty /usr/bin
    now you are ready to use the program only writing

    Code:
    cowpatty
    bye

  6. #16
    Join Date
    Jun 2010
    Beans
    1

    Exclamation Re: [SOLVED] installing cowpatty help

    no work, making all theses steps:
    <cowpatty: command not found>

    pls help

  7. #17
    Join Date
    Nov 2010
    Beans
    3

    Re: [SOLVED] installing cowpatty help

    Quote Originally Posted by n4p1 View Post
    apt-get install libssl-dev
    apt-get install libpcap0.8-dev
    then try make.
    This worked for me on Ubuntu 9.10 with CowPatty 4.6

    Also, to execute, do "./cowpatty" after making it.

  8. #18
    Join Date
    Mar 2011
    Beans
    10

    Re: [SOLVED] installing cowpatty help

    Quote Originally Posted by n4p1 View Post
    apt-get install libssl-dev
    apt-get install libpcap0.8-dev
    then try make.
    Worked for me!

    A hint:
    Worked for me together with "sudo" and do the "make" inside the folder you unpacked cowpatty.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •