informatica:linux:nmap
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| informatica:linux:nmap [2015/04/13 20:19] – external edit 127.0.0.1 | informatica:linux:nmap [2026/03/01 14:24] (current) – jose | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | Escaneo de IPs con descripción de MAC: | ||
| + | < | ||
| + | nmap -sn 192.168.1.0/ | ||
| + | /Nmap scan report/ { | ||
| + | ip=$NF | ||
| + | gsub(/ | ||
| + | } | ||
| + | /MAC Address/ { | ||
| + | match($0, /\((.*)\)/, m) | ||
| + | if (ip != "" | ||
| + | }' | ||
| + | </ | ||
| + | En una línea | ||
| + | nmap -sn 192.168.1.0/ | ||
| + | |||
| * Listar puertos abiertos: | * Listar puertos abiertos: | ||
informatica/linux/nmap.1428956385.txt.gz · Last modified: by 127.0.0.1
