Mr. Penguin submitted a new resource: Reaver OS X (version 1.0) - Ported Reaver for Mac Read more about this resource...
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.
bene my Macbook is a little broken at the moment. I suggest you contact drspring for a tutorial directly: https://code.google.com/p/reaver-wps/issues/detail?id=245 and try macports: http://guide.macports.org/
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.
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?
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.
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...
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
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
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