> ## Content Index
> Fetch the complete content index at: https://kudithipudi.org/llms.txt
> Use this file to discover other available public pages before exploring further.

# nmap : how to scan a network
- URL: https://kudithipudi.org/nmap-how-to-scan-a-network/
- Published: 2006-09-07T13:35:42.000Z
- Updated: 2006-09-07T13:35:42.000Z
- Description: If you want to scan a network or range of IPs for hosts that are on a network, you can use nmap with the following option...
- Author: admin
- Tags: Networking, Uncategorized, #wp, #wp-post, #Import 2026-08-23 02:32

If you want to scan a network or range of IPs for hosts that are on a network, you can use [nmap](http://insecure.org/nmap?ref=kudithipudi.org) with the following option

**nmap -sL NETWORK/MASK** (ex: nmap -sL 192.168.1.0/24)  
or  
**nmap -sL NETWORKRANGE** (ex: nmap -sL 192.168.1.0-50)

For a complete reference of nmap capabilities, go to [http://insecure.org/nmap/man/](http://insecure.org/nmap/man/?ref=kudithipudi.org).