nmap
Network mapper and port scanner. Used for network reconnaissance, host discovery, service enumeration, and OS detection.
Binary Paths
/usr/bin/nmap/usr/local/bin/nmap
Glob Patterns
| Pattern | Notes |
|---|---|
nma?
|
Wildcard replaces 'p' |
n*p
|
Star matches 'ma' |
nm[a]p
|
Bracket class on third char |
n?ap
|
Wildcard replaces 'm' |
nma[p]
|
Bracket class on last char |
/usr/bin/nma?
|
Full path wildcard |
/???/bin/n*p
|
Full path mixed wildcards |
Pattern Tester
$
Try typing nmap or a full path like /usr/bin/nmap
YARA Rule
Auto-generated detection rule for nmap