nmap

Rating: 
5
Your rating: None Average: 5 (4 votes)

Nmap ("Network Mapper") is a free and open source (license) utility for network discovery and security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics. It was designed to rapidly scan large networks, but works fine against single hosts. Nmap runs on all major computer operating systems, and official binary packages are available for Linux, Windows, and Mac OS X. In addition to the classic command-line Nmap executable, the Nmap suite includes an advanced GUI and results viewer (Zenmap), a flexible data transfer, redirection, and debugging tool (Ncat), a utility for comparing scan results (Ndiff), and a packet generation and response analysis tool (Nping).

Application versions: 
AttachmentSizeDate
File nmap_7.40_armel.deb7.05 MB02/06/2017 - 10:11
File nmap_7.00_armel.deb4.71 MB18/12/2015 - 15:36

Comments

amigos157's picture

After installing nmap 7.40 gives an error

nmap: error while loading shared libraries: libpcap.so.1 cannot open...

Solved it by running:

ln -s /usr/lib/libpcap.so.1.1.1  /usr/lib/libpcap.so.1

Now nmap working, but Zenmap doesn`t work as before, writes that it can not find it... :(

DameCENO's picture

Any luck for the sailfish build please?

NielDK's picture
zxcvbnm3230's picture

That's what I get after installation

# nmap

nmap: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

Actually there are tons of dependencies errors. After 'fixing' (not sure though) the above problem I got:

nmap: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

I'm sensing I've seen somewhere these packages for N9, but I can't find them.

 

NielDK's picture

install openssl

zxcvbnm3230's picture

stupid me :D

thank you!

NielDK's picture

do like this:

$ devel-su (rootme)

# develsh

# AEGIS_FIXED_ORIGIN=com.nokia.maemo apt-get install nmap

you also want this

https://openrepos.net/content/nieldk/libpcap

That should do it

debexpert's picture
getting invalid package error, tried with dpkg but same problem
NielDK's picture

I cant reproduce that issue

 

~ # cd /home/user/
/home/user # dpkg -i nmap_6.45_armel.deb
(Læser database ... 56628 filer og kataloger installeret i øjeblikket.)
Gør klar til at erstatte nmap 6.45 (med nmap_6.45_armel.deb)...
Udpakker erstatning for nmap...
aegis-installing nmap (from '')
Sætter nmap (6.45) op...
Behandler udløsere for desktop-file-utils ...
Behandler udløsere for applauncherd-launcher ...
/home/user # nmap --version

Nmap version 6.45 ( http://nmap.org )
Platform: arm-unknown-linux-gnueabi
Compiled with: liblua-5.2.2 openssl-1.0.1g libpcre-8.33 libpcap-1.4.0 nmap-libdnet-1.12 ipv6
Compiled without:
Available nsock engines: epoll poll select

debexpert's picture
getting invalid package error
debexpert's picture
great