Vai al contenuto

Comandi Nmap

Traduzione: Copia tutti i comandi Traduzione: Generare PDF < > Comandi e flussi di lavoro di Nmap completi per la scoperta della rete e la verifica della sicurezza su tutte le piattaforme. ## Installazione ### Linux/Ubuntu Traduzione: ### mac. Traduzione: ### Windows Traduzione: ## Comandi di base |Command|Description| |---------|-------------| |`nmap --help`|Show help information| |`nmap --version`|Display version information| |`nmap -h `|Basic scan of target| |`nmap -v `|Verbose scan of target| |`nmap -o `|Save output to file| |`nmap -i `|Read input from file| |`nmap -p `|Specify port number| |`nmap -t `|Set timeout value| ## Comandi avanzati |Command|Description| |---------|-------------| |`nmap -A `|Aggressive scan mode| |`nmap -sS `|Stealth SYN scan| |`nmap -sU `|UDP scan| |`nmap -O `|OS detection| |`nmap -sV `|Version detection| |`nmap --script