using RTSP to find your device on local network.

Any major updates coming, Upcoming Software, General Security advice for others and topics alike Post them here so other users can chat with you.
Post Reply
User avatar
Revo2Maxx
Site Admin
Posts: 5909
Joined: Sat Jun 15, 2019 3:05 pm

using RTSP to find your device on local network.

Post by Revo2Maxx »

So had someone ask if there was something they could do to find cameras on the local network without having to install IP Scan tool or some 3rd party camera scanner. I thought since I have been on the topic of RTSP I would show a way using that.. Pressing windows key on your keyboard and R at the same time, type in cmd and press enter, this will bring you to a command prompt. Type in what is listed below using your ip address from starting to end and it will list all the info about cameras that have RTSP enabled and open, I do have a few that were not listed and that is becasue they are filtered ports.

Code: Select all

nmap -p 554 --open 10.0.0.2-254
Starting Nmap 7.94 ( https://nmap.org ) at 2024-01-01 20:23 Eastern Standard Time
Nmap scan report for 10.0.0.2
Host is up (0.019s latency).

PORT    STATE SERVICE
554/tcp open  rtsp
MAC Address: 00:2A:xx:xx:75:37 (Unknown)

Nmap scan report for 10.0.0.20
Host is up (0.0014s latency).

PORT    STATE SERVICE
554/tcp open  rtsp
MAC Address: 14:2F:xx:xx:19:E6 (LT Security)

Nmap scan report for 10.0.0.36
Host is up (0.011s latency).

PORT    STATE SERVICE
554/tcp open  rtsp
MAC Address: 6C:1C:xx:xx:5D:EC (Zhejiang Dahua Technology)

Nmap scan report for 10.0.0.65
Host is up (0.0041s latency).

PORT    STATE SERVICE
554/tcp open  rtsp
MAC Address: 24:52:xx:xx:90:DE (Zhejiang Dahua Technology)

Nmap scan report for 10.0.0.70
Host is up (0.0031s latency).

PORT    STATE SERVICE
554/tcp open  rtsp
MAC Address: 9C:8E:CD:xx:xx:C2 (Amcrest Technologies)

Nmap scan report for 10.0.0.73
Host is up (0.0059s latency).

PORT    STATE SERVICE
554/tcp open  rtsp
MAC Address: 9C:8E:CDxx:xx:84 (Amcrest Technologies)

Nmap scan report for 10.0.0.87
Host is up (0.0048s latency).

PORT    STATE SERVICE
554/tcp open  rtsp
MAC Address: 9C:8E:CD:xx:xx:B1 (Amcrest Technologies)

Nmap scan report for 10.0.0.146
Host is up (0.16s latency).

PORT    STATE SERVICE
554/tcp open  rtsp
MAC Address: 9C:8E:CD:xx:xx:46 (Amcrest Technologies)

Nmap scan report for 10.0.0.174
Host is up (0.013s latency).

PORT    STATE SERVICE
554/tcp open  rtsp
MAC Address: 9C:8E:CD:xx:xx:2A (Amcrest Technologies)

Nmap scan report for 10.0.0.175
Host is up (0.0026s latency).

PORT    STATE SERVICE
554/tcp open  rtsp
MAC Address: 9C:8E:CD:xx:xx:13 (Amcrest Technologies)

Nmap scan report for 10.0.0.177
Host is up (0.14s latency).

PORT    STATE SERVICE
554/tcp open  rtsp
MAC Address: 9C:8E:CDxx:xx:8E (Amcrest Technologies)

Nmap scan report for 10.0.0.218
Host is up (0.0064s latency).

PORT    STATE SERVICE
554/tcp open  rtsp
MAC Address: 9C:8E:CD:xx:xx:FE (Amcrest Technologies)

Nmap scan report for 10.0.0.219
Host is up (0.0066s latency).

PORT    STATE SERVICE
554/tcp open  rtsp
MAC Address: 9C:8E:CDxx:xx:AD (Amcrest Technologies)

Nmap scan report for 10.0.0.222
Host is up (0.0065s latency).

PORT    STATE SERVICE
554/tcp open  rtsp
MAC Address: 9C:8E:CDxx:xx:05 (Amcrest Technologies)

Nmap scan report for 10.0.0.223
Host is up (0.0056s latency).

PORT    STATE SERVICE
554/tcp open  rtsp
MAC Address: 9C:8E:CDxx:xx:55 (Amcrest Technologies)

Nmap scan report for 10.0.0.232
Host is up (0.28s latency).

PORT    STATE SERVICE
554/tcp open  rtsp
MAC Address: 9C:8E:CD:xx:xx:A7 (Amcrest Technologies)

Nmap scan report for 10.0.0.235
Host is up (0.19s latency).

PORT    STATE SERVICE
554/tcp open  rtsp
MAC Address: 9C:8E:CD:xx:xx:3D (Amcrest Technologies)

Nmap scan report for 10.0.0.236
Host is up (0.027s latency).

PORT    STATE SERVICE
554/tcp open  rtsp
MAC Address: C0:39:5A:xx:xx:8F (Zhejiang Dahua Technology)

Nmap scan report for 10.0.0.237
Host is up (0.023s latency).

PORT    STATE SERVICE
554/tcp open  rtsp
MAC Address: 9C:8E:CD:xx:xx:98 (Amcrest Technologies)

Nmap scan report for 10.0.0.245
Host is up (0.0037s latency).

PORT    STATE SERVICE
554/tcp open  rtsp
MAC Address: 9C:8E:CD:xx:xx:17 (Amcrest Technologies)

Nmap done: 253 IP addresses (37 hosts up) scanned in 10.60 seconds
Be Safe.
Post Reply