Linux: Difference between revisions

Jump to navigation Jump to search
253 bytes added ,  24 September 2019
→‎Networking: scan a network for connected computers
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 =

Navigation menu