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,268
    @chewzzqq you need root permissions sudo!
     
  2. h3ld3r_kid

    h3ld3r_kid Active Member

    Joined:
    8 Jun 2013
    Messages:
    3
    Likes Received:
    0
    same for me......
     
  3. chewzzqq

    chewzzqq Active Member

    Joined:
    9 Aug 2013
    Messages:
    2
    Likes Received:
    0
    that mean i just type below code can or not ?
    sry ,i not familiar about the command .


    Code:
    Select All
    sudo mkdir /usr/local/bin sudo make sudo make install
     
  4. Mr. Penguin

    Mr. Penguin Administrator
    Staff Member VIP Admin

    Joined:
    18 May 2012
    Messages:
    3,093
    Likes Received:
    1,268
  5. light_cursor

    light_cursor Member

    Joined:
    25 Jan 2014
    Messages:
    1
    Likes Received:
    0
    i have this error :

    In file included from iwlib.c:14: ./iwlib.h:54:10: fatal error: 'linux/types.h' file not found #include <linux/types.h> /* for "caddr_t" et al */ ^


    mavericks 10.9.1
     
  6. meknb

    meknb Mod
    Moderator Dev Team VIP

    Joined:
    2 Jun 2012
    Messages:
    702
    Likes Received:
    203
  7. alexxxmg

    alexxxmg New Member

    Joined:
    12 Feb 2014
    Messages:
    1
    Likes Received:
    0
    on Snow Leopard it succesfully compiled&installed - but I've got a problem: I now have the binaries
    /usr/local/bin/aircrack-ng
    /usr/local/bin/airdecap-ng
    /usr/local/bin/airdecloak-ng
    /usr/local/sbin/airbase-ng
    /usr/local/sbin/airodump-ng
    /usr/local/sbin/airserv-ng
    /usr/local/sbin/aireplay-ng
    /usr/local/sbin/airodump-ng-oui-update
    /usr/local/sbin/airtun-ng

    ... but no airmon-ng, which was the reason I installed the packet!!! What did I wrong?
     
  8. meknb

    meknb Mod
    Moderator Dev Team VIP

    Joined:
    2 Jun 2012
    Messages:
    702
    Likes Received:
    203
    faq [Aircrack-ng]

    Is Mac OS X supported?

    The aircrack-ng suite has limited Mac OS X support. Currently it only supports the following tools: aircrack-ng, packetforge-ng, ivstools and makeivs. Any program which requires opening a wireless interface is not supported.
     
  9. Android

    Android Well-Known Member

    Joined:
    31 Mar 2013
    Messages:
    3
    Likes Received:
    2
    but associate not work i am on mavericks
     

    Attached Files:

  10. Mr. Penguin

    Mr. Penguin Administrator
    Staff Member VIP Admin

    Joined:
    18 May 2012
    Messages:
    3,093
    Likes Received:
    1,268
    Check @Android

    If you are in root? and if
    ESSID null = WPS disabled
     
  11. din mor

    din mor New Member

    Joined:
    7 Jun 2013
    Messages:
    1
    Likes Received:
    0
    worked perfect for me on maverics to use the internal network card use

    wash -i en1
     
  12. reve

    reve New Member

    Joined:
    19 Apr 2014
    Messages:
    2
    Likes Received:
    0
    Hi all!
    i'va correct this problem:
    In file included from iwlib.c:14: ./iwlib.h:54:10: fatal error: 'linux/types.h' file not found #include <linux/types.h>
    on my Mavericks.

    but now i have
    ./iwlib.h:512:17: error: no member named 'ifr_name' in 'struct iwreq'
    strncpy(pwrq->ifr_name, ifname, IFNAMSIZ);

    ./iwlib.h:572:39: error: use of undeclared identifier 'ETH_ALEN'
    memset((char *) sap->sa_data, 0xFF, ETH_ALEN);

    iwlib.c:156:22: error: use of undeclared identifier 'AF_AX25'

    AF_INET, AF_IPX, AF_AX25, AF_APPLETALK

    .... etc etc etc...

    someone tell me the solution? :)

    ps.
    my solution of linux/types.h
    Code:
    Select All
    #ifndef my_linux_types_h #define my_linux_types_h #ifdef __linux__ # include "linux/types.h" #else # include <stdint.h> typedef int32_t __s32; typedef uint32_t __u32; typedef uint8_t __u8; typedef uint16_t __u16; typedef int16_t __s16; #endif #endif

    Many thanks
     
  13. Jules66

    Jules66 Member

    Joined:
    20 May 2014
    Messages:
    2
    Likes Received:
    0
    Terminal or X-Code? I'm having problems getting Terminal to work!
     

Share This Page

Loading...