-
-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to detect streams other than RTSP #259
Comments
HTTP routes could be got from |
I would indeed appreciate a PR on this, but keep in mind that it might not be as simple as it sounds 🤔 A lot of the attack code of Cameradar is very much based on the RTSP protocol and the way it responds to DESCRIBE requests. If you are able to find a reliable way to use a similar method for HTTP streams though, it would be pretty awesome! |
Ok. I’ll take a look. Thanks!
…Sent from my iPhone
On 23 Feb 2020, at 15:05, Brendan Le Glaunec ***@***.***> wrote:
I would indeed appreciate a PR on this, but keep in mind that it might not be as simple as it sounds 🤔 A lot of the attack code of Cameradar is very much based on the RTSP protocol and the way it responds to DESCRIBE requests.
If you are able to find a reliable way to use a similar method for HTTP streams though, it would be pretty awesome!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
That might help detecting other types of streams. Cheers! |
It is very common for Network Cameras to have MJPG/MP4 streaming support through HTTP.
It would be great to detect those streams too, specially when no RTSP stream is found.
Would you appreciate a PR on this?
Examples:
http://93.87.72.254:8090/view/index.shtml
http://212.68.79.187/cgi-bin/guestimage.html
http://121.151.159.230:8000/Login.htm
http://185.76.59.48:8080/
http://87.139.9.247/#view
http://87.57.111.162/view/index.shtml
The text was updated successfully, but these errors were encountered: