Aircrack-ng
Welcome, Guest. Please login or register.
September 02, 2010, 10:02:06 pm

Login with username, password and session length
Search:     Advanced search
Aircrack-ng 1.1 released. See News board.
35272 Posts in 6560 Topics by 22190 Members
Latest Member: drurgycirurse
* Home Help Search Login Register
+  Aircrack-ng
|-+  Members only
| |-+  Mac OSX
| | |-+  Compiling aircrack-NG 1.0 on Snow Leopard
« previous next »
Pages: [1] Print
Author Topic: Compiling aircrack-NG 1.0 on Snow Leopard  (Read 6664 times)
mokum
Newbie
*
Posts: 1


Compiling aircrack-NG 1.0 on Snow Leopard
« on: September 15, 2009, 01:30:25 pm »

harleyb on the kismac-ng forums posted this working change to compile the current AirCrack-NG [version 1.0] on Snow Leopard.

Carbon Copy:
Quote from: harleyb
Obviously, you need Xcode installed. However, you don't need gmake or sqlite like aircrack-ng's guide says.
Open Terminal, run:
Code:
svn co http://trac.aircrack-ng.org/svn/trunk/ aircrack-ng

Now, you need to edit common.mak to build for a 32-bit architecture using 10.5 headers, and have it use gcc-4.0 instead of 4.2.

Find this line:
Code:
CC              = $(TOOL_PREFIX)gcc
and replace with:
Code:
CC              = $(TOOL_PREFIX)gcc-4.0

Then find this line:
Code:
CFLAGS          ?= -g -W -Wall -Werror -O3 -Wno-strict-aliasing
and replace with:
Code:
CFLAGS          ?= -g -W -Wall -Werror -O3 -Wno-strict-aliasing -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk

Go back to Terminal and:
Code:
cd aircrack-ng
make
sudo make install

Look at the make install output to find out where stuff got placed; the tools you'll likely use are in /usr/local/bin/

Hope this helps somebody!

And this actually works.
Logged
//abnormal.\ \\
Newbie
*
Posts: 4


Re: Compiling aircrack-NG 1.0 on Snow Leopard
« Reply #1 on: January 17, 2010, 03:00:05 pm »

are these directions from the very start/??

*do i need to download any other items.../?
i saw two things on the wiki page that i needed but i could not figure out which versions of which ones to get.../?

does that first line/link in terminal download the item needed/?

please, post if any additional instruction/s needed...
ex. download aircrack or Aircrack -ng/? version?   simple ones.. Huh

'thank/s,
Logged
//abnormal.\ \\
Newbie
*
Posts: 4


Re: Compiling aircrack-NG 1.0 on Snow Leopard
« Reply #2 on: January 18, 2010, 05:18:00 am »

^/? Embarrassed
Logged
leomartin6
Newbie
*
Posts: 1


Re: Compiling aircrack-NG 1.0 on Snow Leopard
« Reply #3 on: May 07, 2010, 11:28:35 am »

I didn't manage to run Airodump-ng
Logged

Leo
Copybot
Newbie
*
Posts: 3


Re: Compiling aircrack-NG 1.0 on Snow Leopard
« Reply #4 on: June 14, 2010, 12:42:06 pm »

and after installing it creates an icon? or only by terminal
Logged
darkAudax
Administrator
Hero Member
*****
Posts: 5921


Re: Compiling aircrack-NG 1.0 on Snow Leopard
« Reply #5 on: June 14, 2010, 02:56:52 pm »

All basic aircrack-ng commands are console mode.

d.
Logged
Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Aircrack-ng | Powered by SMF 1.0.10.
© 2005, Simple Machines LLC. All Rights Reserved.
Valid XHTML 1.0! Valid CSS!