Ullaakut/cameradar — reverse-engineered prompt
Reverse engineered prompt
Build me a simple command line tool for auditing RTSP cameras on networks I’m authorized to test. I want to point it at a subnet, IP, range, or hostname, have it check the usual RTSP ports, find reachable RTSP endpoints, identify the camera model when possible, and try known routes and credentials from dictionary files that I provide. It should also have a mode where I skip discovery and just test specific targets and ports I already know about. Please make the output easy to read, with a clear report of what was found and which streams were accessible, and support secure RTSP with certificate handling for trusted or local certs.
I’d like it to be easy to run either in Docker or as a local binary, with sensible defaults but flags for targets, ports, custom routes, custom credentials, scanner choice, plain text UI, and debug logging. Keep the setup straightforward, and look up current docs online if you need to.
Want more depth? Deep Reverse