Nmap - practical use

Nmap (Network Mapper) is a free and open source utility for network discovery and security auditing.
It is a network scanner, used to discover hosts and services on a computer network by sending packets and analyzing the responses.

 

Install the Nmap application
sudo dnf install nmap
ls

General network discovery:

sudo nmap -sV --allports -T4 192.164.1.0/24

Wait for the result.

 




Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • Step by step instructions to get al-folio up and running on your local machine using Docker and Visual Studio Code (VS Code)
  • Installing Fedora 42 KDE Plasma
  • Installing Fedora 42 Xfce
  • Installing Fedora 42 Beta KDE Plasma
  • Installing Fedora 42 Beta Xfce