Changes between Version 10 and Version 11 of Docs/825gen2/Dev/Networking/NetworkPrinting
- Timestamp:
- 04/02/25 07:12:16 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Networking/NetworkPrinting
v10 v11 7 7 [https://nmap.org/ NMAP] is a tool that can be helpful to find the IP addresses of devices on a network. 8 8 9 Using NMAP on PC command prompt or PowerShell window:9 Using NMAP on PC command prompt or !PowerShell window: 10 10 11 11 In this case the range of IP addresses is limited to 10.1.0.0 through 10.1.5.255 to reduce the time it takes to scan the network because it is known that it will be within this range. 12 12 {{{ 13 13 nmap -T4 -F -oN C:\temp\scan_q.txt 10.1.0-5.* 14 }}} 14 15 15 … 16 This outputs the scan to a text file on the PC C:\temp\scan_q.txt 17 18 {{{ 16 19 17 20 Nmap scan report for 10.1.5.123