Jan
1
Running NMAP on Intel Macs
Filed Under Computers & Tech, Security, System Administration on January 1, 2007 at 11:44 pm
Before I switched to an Intel based Mac I had always used NMapFE as my nmap
front end. Since I only need to run nmap
on my G4 MacMini at home and my G5 PowerMac at work I didn’t notice until today that NMapFE doesn’t work in Intel Macs. I had recommended NMapFE to Allison of the NosillaCast and she replied to tell me it didn’t work for her. I tried it on my own MacBookPro and sure enough, it doesn’t work. So, I went hunting for a good nmap
GUI for Intel Macs and eventually came up with a good solution. The bad news is that this solution involves installing three things separately. But, don’t worry, all three are small and painlessly simple to install.
[tags]nmap, security, Mac, OS X[/tags]
The first thing you have to install is the nmap
command-line tool. You have a couple of options here including building from source or getting from Fink but IMO the simplest thing to do is to download the universal binary package from here and install it. This will install version 4.11 of nmap
to /usr/local/bin/
.
At this stage you have a fully working command-line version of nmap
but no GUI. XNmap is a nice free GUI which allows you to specify which nmap
binary to use so it can work with any nmap
you choose to install. Once you have that installed you can do many types of scan but not all. XNmap doesn’t run with admin privileges like NMapFE does so you can’t run all types of scan from it. To get around this problem I wrote a very simple little application called XNmap Launcher which lets you easily launch XNmap with full administrator privileges so all scan types can be used. You can get this little app from the downloads page on my website or from here.
Hey Bart – this works! I had to go back and delete the PPC version of nmap that was installed in /usr/loca/bin/ which I didn’t do the first time. now all I gotta do is figure out what all this data means!
Hi Bart,
1) Where are your MacWorld predictions?
2) Can you ask Allison to put something inside her tag, and maybe have a “What is this site” section?
Des
Hi Des,
Your wish is my command!
One set of MacWorld predictions: http://www.bartbusschots.ie/blog/?p=362
As for your comments on Allison’s site I don’t quite get what you mean, any chance of popping me off an email about it?
Ta,
Bart.
Thanks so much ! I am the security officer for a County Government and I badly needed Nmap !
Thanks again!