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:

  • Installing Fedora 41 KDE Plasma
  • Installing Fedora 41 Xfce
  • Jekyll on Fedora - Installation and use
  • LAMP on Fedora
  • Creating one or multiple buttons to copy text to the clipboard