Nmap

From Steak Wiki
Revision as of 00:55, 11 August 2020 by Adminguy (talk | contribs) (Created page with "===Get DHCP Servers in LAN=== $ sudo nmap --script broadcast-dhcp-discover -e eth0 ===Ping Lan Address Range and Report who is Active=== $ nmap -sP 192.168.1.1/24")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Get DHCP Servers in LAN

$ sudo nmap --script broadcast-dhcp-discover -e eth0

Ping Lan Address Range and Report who is Active

$ nmap -sP 192.168.1.1/24