RTSP Surveillance Camera Access Multitool: Cameradar
RTSP Surveillance Camera Access Multitool Cameradar hacks its way into RTSP CCTV cameras Cameradar allows you to: Detect open RTSP hosts on any accessible target Get their public info (hostname, port, camera model, etc.) Bruteforce your way into them to get their stream route (for example /live.sdp) Bruteforce your way into them to get the username and password of the cameras Generate thumbnails from them to check if the streams are valid and to have a quick preview of their content Try to create a Gstreamer pipeline to check if they are properly encoded Print a summary of all the informations Cameradar could get Installation The manual installation is recommended if you want to tweak Cameradar and quickly test them using CMake and running Cameradar in command-line. If you just want to use Cameradar, it is recommended to use the quick install instead. Dependencies To install Cameradar you will need these packages cmake (cmake) git (git) gstreamer1.x (libgstreamer1.0-dev) ffmpeg (ffmpeg...