RTSP (Real Time Streaming Protocol) Pentesting
RTSP is an application level network protocol designed for multiplexing and packetizing multimedia transport streams over a suitable transport protocol. Default ports are 554, 8554.
Enumeration
Default Credential
Watch RTSP Stream using VLC Media Player
Reference: https://www.youtube.com/watch?v=ksUylvdJQDQ
We might be able to watch RTSP stream using a media player such as VLC. Here is the example for VLC.
First off, if we don’t have the VLC Media Player, we need to install it by the following command.
Then open VLC, follow these steps:
- Click on Open Network Stream... in Media menu.
- In another dialog, enter the network URL like
rtsp://10.0.0.2:554
. Replace10.0.0.2
with target ip address. - Enter username and password in login screen.
Now we might be able to watch RTSP stream.