DevOps Finding stuff on local network with nmap Finding stuff on local network with nmap Igor Rendulic Nov 11, 2022 Photo by Johannes Groll / Unsplash nmap -p 22 192.168.1.0/24Find all SSH ports nmap -p 22 192.168.1.0/24 --openFind open SSH portssudo nmap --script rtsp-url-brute -p 554,8554 192.168.1.0/24Find RTSP camera on the local networknmap -sp 192.168.1.0/24Ping scannmap -p 1-65535 localhost --openScan open ports on local machinenmap --top-ports 20 localhostScan most popular ports