mirror of https://github.com/CrimsonTome/tldr.git
nmap: add `sudo` to `nmap -sn` example (#10623)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>pull/23/head
parent
9375f43e37
commit
3b8b89ffd0
|
@ -8,9 +8,9 @@
|
||||||
|
|
||||||
`nmap -O {{ip_or_hostname}}`
|
`nmap -O {{ip_or_hostname}}`
|
||||||
|
|
||||||
- Try to determine whether the specified hosts are up (ping scan) and what their names are:
|
- Try to determine whether the specified hosts are up (ping scan) and what their names and MAC addresses are:
|
||||||
|
|
||||||
`nmap -sn {{ip_or_hostname}} {{optional_another_address}}`
|
`sudo nmap -sn {{ip_or_hostname}} {{optional_another_address}}`
|
||||||
|
|
||||||
- Also enable scripts, service detection, OS fingerprinting and traceroute:
|
- Also enable scripts, service detection, OS fingerprinting and traceroute:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue