Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

I am trying to use airmon-ng on Lion, but getting this error msg.

$ sudo !!
sudo airmon-ng 
Wireless tools not found

I installed aircrack with ports. I heard it is possible to use it with lion, but cannot find a solution for the "Wireless tools not found" problem.

Also, used KisMac as an alternative, but it seems to hang after fetching some packets (~50000).

share|improve this question
It seems airmon-ng doesn't work on OSX, you need to use another monitoring tool. – Plato Jan 18 at 19:32

2 Answers

I don't mean to come off like a smartypants but why don't you just do your capturing from a linux VM or Backtrack VM? It's much more stable. If you're just trying to capture packets use Wireshark (runs in x11) or Apple's built in Wi-Fi diagnostics in Core Services. If you're trying to hack your own network, and you really want airmong-ng on Lion, you need Command Line Tools for Xcode, which you get from Apple's dev page.

share|improve this answer
trying to hack my own network, to see if it is really possible. I heard that running from a VM like VirtualBox it will not correctly work because there VM will not be able to set the wifi in monitor mode. Is that correct? I will give it a try anyway. – x-man Jul 17 '12 at 21:26
I've never had a problem but sometimes there are supported aircard issues that may prevent you from capturing with certain setups. Unlike OS X, sometimes *nix distros take some tweaking, too. What kind of Wireless Security Protocol are you trying to hack? – Richard Belisle Jul 17 '12 at 21:52
That being said, if you download the newest Xcode airmon-ng should work with Lion, although I haven't done it in awhile. – Richard Belisle Jul 17 '12 at 22:04
What do you mean Xcode airmon-ng? I searched for it on apple developer's website - could not find it. – x-man Jul 18 '12 at 7:19
Sorry. Bad grammar. It should say, if you download the newest Xcode, airmon-ng should work. Try downloading Xcode and make sure you get the Command Line Tools package, as well. Good luck. – Richard Belisle Jul 18 '12 at 14:50

You may need the Command Line Tools component for Xcode. To install this go to Xcode Preferences and in the Downloads tab select Command Line Tools and hit Download to the right, it's about 600MB.

Having said that, I'm running Mountain Lion 10.8.2 and I also get "Wireless tools not found" when I try run airmon-ng.

share|improve this answer
airmon-ng is not part of the Command Line Tools, how should installing them help here? – patrix Nov 20 '12 at 13:00

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.