+4 votes
251 views
Examples of NMAP commands for Linux systems

in Linux / Unix by (551k points)
reopened | 251 views

1 Answer

+5 votes
Best answer

1. How to install Nmap on Linux

When we work on Linux environments and distributions, we know that we have numerous commands that help us make administration tasks a truly satisfying experience. One of these commands is Nmap which, at the network level , is quite broad and gives us multiple features in order to carry out centralized management on multiple aspects of the system used..

In this opportunity we will analyze some of the best uses that Nmap offers us in Linux.

What is Nmap
Nmap (Network Mapper) is a free and open source utility which was created for the detection of networks and security audit issues offering relevant details about the network.

By using Nmap we can be sure of having a practical command to carry out tasks such as network inventory, administration of service update schedules and monitoring of host or service activity time..

The Nmap command makes use of unprocessed IP packets to determine what hosts are available on the network , what services (name and version of the application) these hosts offer, what operating systems (and versions of the operating system) are running, what kind of packet filters / firewalls are in use , and dozens of other features. In this way, especially if we manage networks, have complete and detailed information on each network point at the source and destination.

The Nmap command was designed to quickly scan large networks, but this does not mean that it does not work optimally on small networks or on single computers..

Another of the great advantages of using Nmap, is that it can be run on all current operating systems , and its official binary packages are available for Linux, Windows and Mac OS X. In addition to these great advantages, the Nmap suite includes a GUI Advanced and a result viewer (Zenmap). A flexible data transfer , redirection and debugging tool (Ncat), a utility to compare scan results (Ndiff) and a packet generation and response analysis (Nping) tool with which we have multiple options for complete administration.


1. How to install Nmap on Linux


In Debian and Ubuntu distributions, Nmap can be installed by running the following command.
 sudo apt-get install nmap 
In the case of CentOS and RedHat we will use the following command:
 yum install nmap 
If we use OpenBSD we can install it by executing the following:
 export PKG_PATH = http: //mirror.esc7.net/pub/OpenBSD/`uname -r` / packages / `machine -a` / pkg_add -v nmap 

image

Now we will see some practical examples of how to use Nmap in Linux.

image

Login Join up!


by (3.5m points)
edited

Related questions

+3 votes
1 answer
asked Nov 14, 2019 in Linux / Unix by backtothefuture (551k points) | 238 views
+3 votes
1 answer
asked Jan 26, 2023 in Linux/Unix by backtothefuture (551k points) | 62 views
+5 votes
1 answer
asked Nov 2, 2022 in Linux/Unix by backtothefuture (551k points) | 69 views
+4 votes
1 answer
asked Sep 22, 2020 in Linux / Unix by backtothefuture (551k points) | 313 views
+5 votes
1 answer
asked Feb 22, 2020 in Linux / Unix by backtothefuture (551k points) | 339 views
Sponsored articles cost $40 per post. You can contact us via Feedback

Most popular questions within the last 30 days

  1. Cell phone location by number: How easy it is to do it in Latam
10,634 questions
10,766 answers
510 comments
3 users