1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-12 14:35:40 +02:00

nmap: add -O example (#4400)

This commit is contained in:
Ray Voice 2020-10-14 18:46:17 +05:00 committed by GitHub
parent b07f472387
commit 8afd5f9445
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,10 @@
> Some features only activate when Nmap is run with privileges.
> More information: <https://nmap.org>.
- Check if an IP address is up, and guess the remote host's operating system:
`nmap -O {{ip_or_hostname}}`
- Try to determine whether the specified hosts are up and what are their names:
`nmap -sn {{ip_or_hostname}} {{optional_another_address}}`