Skip to content
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

Open
flaviostutz opened this issue Feb 22, 2020 · 4 comments
Open

Add support to detect streams other than RTSP #259

flaviostutz opened this issue Feb 22, 2020 · 4 comments

Comments

@flaviostutz
Copy link

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

@flaviostutz
Copy link
Author

flaviostutz commented Feb 22, 2020

HTTP routes could be got from
https://raw.githubusercontent.com/ispysoftware/iSpy/master/XML/Sources.xml

(https://www.ispyconnect.com)

@Ullaakut
Copy link
Owner

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!

@flaviostutz
Copy link
Author

flaviostutz commented Feb 23, 2020 via email

@analyserdmz
Copy link

That might help detecting other types of streams. Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants