List All IP Address on Local Area Network
// this command will list all IP address connected on LAN network, require NMAP
nmap -sP 192.168.0.0/24
At: 2008-12-10 08:30 | By: ferdhie | Tags: bash,nmap,network | 0 Comments | Tweet | FB share
// this command will list all IP address connected on LAN network, require NMAP
nmap -sP 192.168.0.0/24