wok-current diff nmap/description.txt @ rev 25692

Up gnutls CVE-2024-28834, CVE-2024-28835, Up python3 CVE-2023-52425, CVE-2024-0450, CVE-2023-6597
author Stanislas Leduc <shann@slitaz.org>
date Fri Mar 22 16:28:42 2024 +0000 (3 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/nmap/description.txt	Fri Mar 22 16:28:42 2024 +0000
     1.3 @@ -0,0 +1,9 @@
     1.4 +Nmap ("Network Mapper") is a utility for network discovery and security 
     1.5 +auditing. Many systems and network administrators also find it useful for tasks 
     1.6 +such as network inventory, managing service upgrade schedules, and monitoring 
     1.7 +host or service uptime. Nmap uses raw IP packets in novel ways to determine what
     1.8 +hosts are available on the network, what services (application name and version)
     1.9 +those hosts are offering, what operating systems (and OS versions) they are 
    1.10 +running, what type of packet filters/firewalls are in use, and dozens of other 
    1.11 +characteristics. It was designed to rapidly scan large networks, but works fine 
    1.12 +against single hosts.