Technology Networking & Internet

How to Use NMAP to List Available IP Addresses

    • 1). Navigate to the NMAP download website (see Resources). Download NMAP and install it on your computer.

    • 2). Click "Start" and point to "All Programs." Click "Accessories," right-click "Command Prompt" and click "Run as administrator."

    • 3). Type "cd\" at the command prompt and press "Enter."

    • 4). Type "cd NMAP_address" at the command prompt and press "Enter." Replace "NMAP_address" with the address of the folder in which you installed NMAP (for example, c:\Program Files).

    • 5). Type "nmap -sP 192.168.1.0/24" at the command prompt and press "Enter." In this case, 192.168.1.0 is the IP address. Alternatively, you can replace the IP address with another one of your choice. This will scan the network for all available IP addresses and display the result.



Leave a reply