detrojones / reaver-wps

Automatically exported from code.google.com/p/reaver-wps
0 stars 0 forks source link

Cannot compile on MacOSX Lion #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download source
2. Unzip
3. ./configure
4. make - fails

What is the expected output? What do you see instead?
Expected output is a successful 'make'.
I see many errors halfway through the make compile:

iwlib.c:2661: warning: (near initialization for ‘standard_event_descr[8]’)
iwlib.c:2662: error: unknown field ‘max_tokens’ specified in initializer

iwlib.c:3002: error: ‘iwstats’ has no member named ‘qual’
iwlib.c:3011: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:3080: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:3096: error: request for member ‘length’ in something not a 
structure or union

etc.

What version of the product are you using? 
reaver1.2

On what operating system?
MacOSX Lion

Please provide any additional information below.

Original issue reported on code.google.com by tdensm...@lotame.com on 1 Jan 2012 at 8:59

GoogleCodeExporter commented 9 years ago
iwlib.c:3135: warning: passing argument 3 of ‘iw_init_event_stream’ makes 
integer from pointer without a cast
make[1]: *** [iwlib.so] Error 1
make: *** [libiw] Error 2

Original comment by tdensm...@lotame.com on 1 Jan 2012 at 9:00

GoogleCodeExporter commented 9 years ago
As mentioned in the README and the wiki, Reaver is only supported on Linux. We 
have no plans to port it or support it on OSX.

Original comment by cheff...@tacnetsol.com on 2 Jan 2012 at 1:10

GoogleCodeExporter commented 9 years ago
That's a shame - this has been recommended as a good pen testing tool by 
private security companies in the City of London none the less ! 

I think it would be advantageous to support it on Mac, even if you only 
recommend a dirty way of hacking it together so that it works on OSX.

Original comment by Fletcher...@gmail.com on 8 Sep 2014 at 7:12