Replies: 5 comments 9 replies
|
OK |
|
Hello @testsia ! Could you try doing the same with the latest version of Cameradar (v6)? Since we switched from libcurl to gortsplib for our RTSP requests, there's a chance this would now work just fine on latest :) If not, we can open a feature request to change the way we validate streams to actually try to read data from the stream itself. |
|
Hi. It worked perfectly! I have an RVi-IPN16/2-PRO-4K (1.DN4.001.001, Build Date: 2017-03-18) and a new problem is arising with it. During testing, Cameradar successfully: rtsp://192.168.111.11554 After investigation, I found that the issue comes from the custom routes definition. If a route is defined as: Cameradar generates an invalid RTSP URL. |
|
👋 @testsia From the logs, the RTSP URL seems correct: The issue you're having is actually one I saw as well and fixed as part of v6.0.1, where the valid credentials trigger a timeout: When I saw this issue yesterday, it was because the route had a I will try something on an experimental branch, and let you know when you can test it :) Thanks again for your help! |
I think there's been a shift. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am testing Cameradar on my own test IP cameras and would like to report what appears to be an issue in the RTSP authentication detection logic.
Problem summary:
Cameradar sometimes reports RTSP credentials as “successful” even though they are not valid. From my observation, the tool seems to use the first username/password entries from the credentials dictionary and marks them as valid, while the camera actually requires authentication and rejects those credentials.
Observed behavior:
Example Cameradar logs (debug mode):
When opening the same URL in VLC:
rtsp://administrator:11wbox123@192.168.111.11:554
VLC prompts for credentials and rejects the above username/password as invalid.
Valid credentials entered manually in VLC work correctly.
Possible cause:
Cameradar appears to rely mainly on DESCRIBE / SETUP responses and does not verify actual RTP stream playback (PLAY), which can result in false positives for authentication success.
This behavior may mislead users during RTSP security assessments.
Thank you for your work on Cameradar.
I would be happy to provide additional logs or help with further testing.
All reactions