hackingDNA

Nmap

Information Gatheringkali · parrot

Industry-standard network scanner for port discovery, service detection, and OS fingerprinting. Core recon tool for every engagement.

Install

sudo apt install nmap

Common commands

nmap -sV -sC target.com
nmap -p- --min-rate 10000 target.com
nmap --script vuln target.com

Use only on systems you are authorized to test. Follow program scope.

Related tools