554 - RTSP
Overview
The Real Time Streaming Protocol (RTSP) is a non-stateless network control protocol designed for media streaming between endpoints.
RTSP defines a number of commands for controlling multimedia playback, which can be send both way, from client to server or vice versa.
The connection to a RTSP service is made using an RTSP URL of the following format: rtsp://<HOSTNAME | IP>:<PORT>/<STREAM_ROUTE>
.
Network scan
nmap
can be used to scan the network for RTSP
services:
The Cameradar
GO tool can be used to scan the network for RTSP services and conduct automated dictionary attacks on the stream route and username/password of the retrieved services.
RTSP stream access
The utility VLC Media Player
can be used to access the video stream using Open Network Stream
/ Ctrl + N
and specifying the RTSP URL in the following format:
Last updated