Description
I've noticed that many Hipcam devices that expose RTSP streams without any credentials typically use the route /1
When running Cameradar on these devices, it correctly detects the port and credentials (none in this case), but the discovered route ends up being // instead of /1. As a result, Cameradar reports a valid connection, but there’s actually nothing accessible at the // route
Steps to Reproduce
- Scan a Hipcam device that uses the
/1 route for RTSP (no credentials)
- Observe that Cameradar identifies the correct port and authentication
- Check the reported route - it appears as
// instead of /1
Expected Behavior
Cameradar should detect and report the correct route /1 instead of //.
Additional Context
- The
/1 route is present in default dictionary
- Might be an issue for more devices, but I've seen it happen only for Hipcams
Description
I've noticed that many Hipcam devices that expose RTSP streams without any credentials typically use the route
/1When running Cameradar on these devices, it correctly detects the port and credentials (none in this case), but the discovered route ends up being
//instead of/1. As a result, Cameradar reports a valid connection, but there’s actually nothing accessible at the//routeSteps to Reproduce
/1route for RTSP (no credentials)//instead of/1Expected Behavior
Cameradar should detect and report the correct route
/1instead of//.Additional Context
/1route is present in default dictionary