4,461
edits
Bash |
→Networking: scan a network for connected computers |
||
Line 299: | Line 299: | ||
[https://www.digitalocean.com/community/tutorials/how-to-use-nmap-to-scan-for-open-ports-on-your-vps How To Use Nmap to Scan for Open Ports on your VPS] | [https://www.digitalocean.com/community/tutorials/how-to-use-nmap-to-scan-for-open-ports-on-your-vps How To Use Nmap to Scan for Open Ports on your VPS] | ||
{| class="wikitable" border="1" style="border-collapse:collapse" | |||
! style="text-align: center;"| Description | |||
! Command | |||
|- | |||
| style="width: 50%;" | Scan a network for connected computers | |||
| class="cli" style="width: 50%;" | sudo nmap -sP 129.24.22.0/24 | |||
|} | |||
= Security = | = Security = |