Thread: The Nmap Thread
View Single Post
Posts: 18 | Thanked: 13 times | Joined on Jan 2011 @ NYC
#21
Originally Posted by tuxsavvy View Post
*technical bump* for users with nmap 5.59beta1 installed (from extras-devel repository), the issue is with nmap itself. I have kernel-power48, mp-fremantle-community-pr=20.2010.36-2maemo16.8, busybox-power=1.19.2power1 installed.

When I ran nmap=5.59beta1 with exactly the same configuration above. I got:
Code:
Nokia-N900:~# nmap -sS xxx.xxx.xxx.xxx

Starting Nmap 5.59BETA1 ( http://nmap.org ) at 2011-09-18 13:35 EST
route_dst_netlink: can't find interface "wlan0"
I ran the `nmap --iflist' command:
Code:
Nokia-N900:~# nmap --iflist

Starting Nmap 5.59BETA1 ( http://nmap.org ) at 2011-09-18 13:38 EST
INTERFACES: NONE FOUND(!)
ROUTES: NONE FOUND(!)
So I decided to downgrade nmap 5.59beta1 back to 5.50 as it worked in the case of casketizer's post:
Code:
Nokia-N900:~# apt-get install nmap=5.50-2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  supertux-data-stable
Use 'apt-get autoremove' to remove them.
The following packages will be DOWNGRADED:
  nmap
0 upgraded, 0 newly installed, 1 downgraded, 0 to remove and 35 not upgraded.
Need to get 0B/3469kB of archives.
After this operation, 1454kB disk space will be freed.
Do you want to continue [Y/n]? 
dpkg - warning: downgrading nmap from 5.59BETA1 to 5.50-2.
(Reading database ... 70405 files and directories currently installed.)
Preparing to replace nmap 5.59BETA1 (using .../nmap_5.50-2_armel.deb) ...
Unpacking replacement nmap ...
Processing triggers for catoriseplus ...
###########################################################################################################################################################################################################################################################
No changes to hildon menu.
Setting up nmap (5.50-2) ...
Now when I test nmap again, this time running 5.50-2 and it works:
Code:
Nokia-N900:~# nmap -sS -vv xxx.xxx.xxx.xxx

Starting Nmap 5.50 ( http://nmap.org ) at 2011-09-18 13:50 EST
Initiating ARP Ping Scan at 13:50
Scanning xxx.xxx.xxx.xxx [1 port]
Completed ARP Ping Scan at 13:50, 0.04s elapsed (1 total hosts)
Initiating Parallel DNS resolution of 1 host. at 13:50
Completed Parallel DNS resolution of 1 host. at 13:50, 0.17s elapsed
Initiating SYN Stealth Scan at 13:50
Scanning xxx.xxx.xxx.xxx [1000 ports]
Discovered open port 53/tcp on xxx.xxx.xxx.xxx
Discovered open port 23/tcp on xxx.xxx.xxx.xxx
Discovered open port 80/tcp on xxx.xxx.xxx.xxx
Discovered open port 5431/tcp on xxx.xxx.xxx.xxx

Nokia-N900:~#
Downgrading worked well for me