mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 18:55:06 +01:00
[NMAP] Correct a bug
This commit is contained in:
parent
041bcd2f63
commit
5805d2c52e
@ -33,7 +33,7 @@ nmap -traceroute [target]
|
||||
# ARP ping: -PR
|
||||
|
||||
# Example: Ping scan all machines on a class C network
|
||||
nmap -sP 192.168.0.0/24*
|
||||
nmap -sP 192.168.0.0/24
|
||||
|
||||
# Use some script:
|
||||
nmap --script default,safe
|
||||
|
Loading…
Reference in New Issue
Block a user