1834154 Members
2342 Online
110064 Solutions
New Discussion

nmap

 
SOLVED
Go to solution
Ruben Cardenal
Frequent Advisor

nmap

Hi guys,

Can someone tell me where to find a precompiled version of nmap for hp/ux 11.00 ?

TIA
10 REPLIES 10
Steven Sim Kok Leong
Honored Contributor

Re: nmap

Hi,

nmap-2.53 depot is available here:

http://planetmirror.com.au/pub/hpfreeware/Networking/Admin/nmap-2.53/

Hope this helps. Regards.

Steven Sim Kok Leong
Ruben Cardenal
Frequent Advisor

Re: nmap

Steven,

It depends on glib.glib-RUN Gtk+. I took a look at http://planetmirror.com.au/pub/hpfreeware/Gtk, but I don't know exactly what of that packets must install. What is the correct one?
Steven Sim Kok Leong
Honored Contributor

Re: nmap

Hi,

These are the ones you need:

nmap-2.53-sd-11.00
glib-1.2.9-sd-11.00
gtk+-1.2.9-sd-11.00

Hope this helps. Regards.

Steven Sim Kok Leong
Ruben Cardenal
Frequent Advisor

Re: nmap

root@grecopr2:/opt/nmap/bin# ./nmap 135.10.0.6

Starting nmap V. 2.53 by fyodor@insecure.org ( www.insecure.org/nmap/ )
pcap_open_live: can't find PPA for /dev/lan2
There are several possible reasons for this, depending on your operating system:
LINUX: If you are getting Socket type not supported, try modprobe af_packet or recompile your kernel with SOCK_PACKET enabled.
*BSD: If you are getting device not configured, you need to recompile your kernel with Berkeley Packet Filter support. If you are getting No such file or directory, try creating the device (eg cd /dev; MAKEDEV ; or use mknod).
SOLARIS: If you are trying to scan localhost and getting '/dev/lo0: No such file or directory', complain to Sun. I don't think Solaris can support advanced localhost scans. You can probably use "-P0 -sT localhost" though.


QUITTING!
root@grecopr2:/opt/nmap/bin#

And if I try o use xnmap, I get this error all the time:

root@grecopr2:/opt/nmap/bin# ./xnmap
Gdk-ERROR **: X connection to 135.10.0.23:0.0 broken (explicit kill or server shutdown).
root@grecopr2:/opt/nmap/bin# ./nmap 135.10.0.6

Steven Sim Kok Leong
Honored Contributor
Solution

Re: nmap

Hi,

Thread with identical problem:

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd96287dc4d7dd5118ff00090279cd0f9,00.html

Hope this helps. Regards.

Steven Sim Kok Leong
Ruben Cardenal
Frequent Advisor

Re: nmap

Perfect :)

It would be great resolve this too:

root@grecopr2:/opt/nmap/bin# ./xnmap
Gdk-ERROR **: X connection to 135.10.0.23:0.0 broken (explicit kill or server shutdown).
root@grecopr2:/opt/nmap/bin#

But anyway, with console version, It's just enough for me in any case.
Steven Sim Kok Leong
Honored Contributor

Re: nmap

Hi,

Just a hunch. Check the forward and reverse name resolution of your host.

Hope this helps. Regards.

Steven Sim Kok Leong
Ruben Cardenal
Frequent Advisor

Re: nmap

root@grecopr2:/opt/nmap/bin# nslookup 10.15.7.22
Using /etc/hosts on: grecopr2

looking up FILES
Name: grecopr2
Address: 10.15.7.22

root@grecopr2:/opt/nmap/bin# nslookup grecopr2
Using /etc/hosts on: grecopr2

looking up FILES
Name: grecopr2
Address: 10.15.7.22

root@grecopr2:/opt/nmap/bin#
Steven Sim Kok Leong
Honored Contributor

Re: nmap

Hi,

I notice that your display connection is directed to a remote system 135.10.0.23 which is not your local system?

Is the trust relationship setup already (eg. xhost and export DISPLAY etc) ?

Hope this helps. Regards.

Steven Sim Kok Leong
Ruben Cardenal
Frequent Advisor

Re: nmap

I run other display applications such as NNM, Omniback II without problems from here too