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).
Attachment | Size | Date |
---|---|---|
nmap_7.40_armel.deb | 7.05 MB | 02/06/2017 - 10:11 |
nmap_7.00_armel.deb | 4.71 MB | 18/12/2015 - 15:36 |
Comments
amigos157
Sat, 2017/06/03 - 11:08
Permalink
After installing nmap 7.40 gives an error
nmap: error while loading shared libraries: libpcap.so.1 cannot open...
Solved it by running:
Now nmap working, but Zenmap doesn`t work as before, writes that it can not find it... :(
DameCENO
Fri, 2015/12/18 - 19:23
Permalink
Any luck for the sailfish build please?
NielDK
Fri, 2015/12/18 - 20:30
Permalink
Sure, just uploaded.
https://openrepos.net/content/nieldk/nmap-0
zxcvbnm3230
Mon, 2015/07/06 - 23:29
Permalink
That's what I get after installation
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
Mon, 2015/07/06 - 23:40
Permalink
install openssl
zxcvbnm3230
Tue, 2015/07/07 - 23:06
Permalink
stupid me :D
thank you!
NielDK
Tue, 2013/11/26 - 01:08
Permalink
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
Mon, 2013/11/25 - 23:48
Permalink
NielDK
Sun, 2014/04/27 - 19:08
Permalink
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
Mon, 2013/11/25 - 23:18
Permalink
debexpert
Mon, 2013/11/25 - 23:11
Permalink