Description
For defenders who are trying to secure their CCTV installation, they might want to use Cameradar as a way to discover their system and make an inventory of the:
- Camera models
- Supported transport types
- Supported codecs
- Authentication schemes (already shown)
- Server banners
- Other RTSP metadata (resolution, framerate, PTZ support etc.)
For example:
Camera: Hikvision DS-2CD2042WD-I
Server: HIKVISION RTSP Server
Auth: Digest
Streams:
/Streaming/Channels/101 (H264 1920x1080)
/Streaming/Channels/102 (substream 640x360)
Additional Info
This would take more time and more requests to fetch once a stream is validated, so it should likely only be enabled if an optional flag is provided.
Achieving this would likely result in needing a dependency to ffmpeg, similar to #406
Code of Conduct
Description
For defenders who are trying to secure their CCTV installation, they might want to use Cameradar as a way to discover their system and make an inventory of the:
For example:
Additional Info
This would take more time and more requests to fetch once a stream is validated, so it should likely only be enabled if an optional flag is provided.
Achieving this would likely result in needing a dependency to
ffmpeg, similar to #406Code of Conduct