Mac Reaver OS X 1.0a

Ported Reaver for Mac

  1. Mr. Penguin

    Mr. Penguin Administrator
    Staff Member VIP Admin

    Joined:
    18 May 2012
    Messages:
    3,093
    Likes Received:
    1,262
    Mr. Penguin submitted a new resource:

    Reaver OS X (version 1.0) - Ported Reaver for Mac

    Read more about this resource...
     
  2. bene

    bene New Member

    Joined:
    7 Apr 2013
    Messages:
    1
    Likes Received:
    0
    Can someone help me in the right direction for getting this working on a Mac, I think I have managed to patch the file by uncompressing reaver 1.4 and in terminal applying the patch with "patch -i", but what do I have to do after, do I need xcode installed to be able to run the make command? Any help would be much appreciated as I am a bit stuck, having never done something like this before.
     
  3. Mr. Penguin

    Mr. Penguin Administrator
    Staff Member VIP Admin

    Joined:
    18 May 2012
    Messages:
    3,093
    Likes Received:
    1,262
  4. scorpius

    scorpius Well-Known Member

    Joined:
    12 Jul 2012
    Messages:
    32
    Likes Received:
    22
    I just compiled this on my mac very easily
    Code:
    Select All
    tarx reaver-1.4.tar.gz cd reaver-1.4/src/ patch -p0 -i ../../reaver_osx.diff ./configure make sudo make install
    Then Reaver and wash are both available for use. You do need xCode installed.
     
    • Like Like x 4
  5. XZi

    XZi Guest

    How well does this work? In your opinion, is it worth using instead of Xiaopan in Parallels?
     
  6. Shlomo

    Shlomo Member

    Joined:
    20 May 2013
    Messages:
    1
    Likes Received:
    0
    Sure, you could prob. all tell that in the box on the left, thats my dog Ozzy, but, could you tell hes standing on the wall?! Oh and did i miss the download link for reaver?
     
  7. scorpius

    scorpius Well-Known Member

    Joined:
    12 Jul 2012
    Messages:
    32
    Likes Received:
    22
    The best reason to use a Mac to hack is because of the better wifi range. My Alfa gets better range when running on a Mac via VirtualBox than it does when running in a native environment.

    However, this reaver patch won't work with an external wifi adapter (an Alfa, for example) because there's no way to enable monitor mode. You would be able to use it with an airport card as long as you are in monitor mode.
     
  8. multirex1

    multirex1 Member

    Joined:
    28 Jul 2013
    Messages:
    1
    Likes Received:
    0
    how do i install it? do i need to install macports and Xcode?
     
  9. wanda77

    wanda77 New Member

    Joined:
    7 Aug 2013
    Messages:
    1
    Likes Received:
    0
    Hm... it doesn't associate on my Mac :(
     
  10. oz-man

    oz-man New Member

    Joined:
    14 Sep 2013
    Messages:
    1
    Likes Received:
    0
    that DL link doesn't contain a zip file but just the .diff.
     
  11. Mr. Penguin

    Mr. Penguin Administrator
    Staff Member VIP Admin

    Joined:
    18 May 2012
    Messages:
    3,093
    Likes Received:
    1,262
    Mr. Penguin updated Reaver OS X with a new update entry:

    Easier to Install, only requires a Unix compile

    Read the rest of this update entry...
     
    • Like Like x 1
  12. optiato

    optiato New Member

    Joined:
    3 Nov 2013
    Messages:
    1
    Likes Received:
    0
    It unfortunately doesn't build correctly on my Maverick's machine.
     
  13. hainamluke

    hainamluke Member

    Joined:
    5 Aug 2013
    Messages:
    1
    Likes Received:
    0
    This is great to have reaver running natively on Mac
    However, I couldnt figure out how to put my wifi card on monitor mode so that I can perform reaver command

    reaver -i mon0 -b ...

    Appreciate if you may share with me the how.

    Thanks,
    LUKE
     
  14. m4ko

    m4ko Member

    Joined:
    6 Nov 2013
    Messages:
    1
    Likes Received:
    0
    Yeah doesn't seem to build on mavericks:

    Code:
    Select All
    if [ -e wash ]; then cp wash /usr/local/bin/wash; fi cp: /usr/local/bin/wash: No such file or directory make: *** [install] Error 1
     
    #14 m4ko, 6 Nov 2013
    Last edited by a moderator: 6 Nov 2013
  15. Mr. Penguin

    Mr. Penguin Administrator
    Staff Member VIP Admin

    Joined:
    18 May 2012
    Messages:
    3,093
    Likes Received:
    1,262
    @m4ko and @optiato please create the directory.

    Code:
    Select All
    usr/local/bin/wash
     
  16. trash beneva

    trash beneva New Member

    Joined:
    6 Nov 2013
    Messages:
    1
    Likes Received:
    1
    Fix to build on OS X Mavericks:

    Code:
    Select All
    sudo mkdir /usr/local/bin make make install
     
    • Like Like x 1
  17. thewood

    thewood Active Member

    Joined:
    9 Aug 2012
    Messages:
    16
    Likes Received:
    5
    i used macports to install it on mavericks...
     
    • Like Like x 1
  18. meknb

    meknb Mod
    Moderator Dev Team VIP

    Joined:
    2 Jun 2012
    Messages:
    702
    Likes Received:
    202
    KisMac supports monitor mode and injection for a lot of alfas you could use their drivers.
     
  19. h3ld3r_kid

    h3ld3r_kid Active Member

    Joined:
    8 Jun 2013
    Messages:
    3
    Likes Received:
    0
    someone can post some pics of this working on mavericks*
     
  20. chewzzqq

    chewzzqq Active Member

    Joined:
    9 Aug 2013
    Messages:
    2
    Likes Received:
    0
    i cant make install on maverick 10.9.1

    error

    Code:
    Select All
    rm -f /usr/local/bin/reaver /usr/local/bin/wash /usr/local/bin/walsh if [ ! -d /usr/local/etc/reaver ]; then mkdir -p /usr/local/etc/reaver; fi mkdir: /usr/local/etc/reaver: Permission denied make: *** [install] Error 1
     

Share This Page

Loading...