Disable any "Guest," "Public," or "Anonymous" viewing privileges within the user management settings. 2. Network Isolation
If you own an IP camera and want to ensure it doesn't appear in such searches: Set a Strong Password
In the early days of the internet, finding unsecured connected devices required sophisticated hacking tools. Today, a simple Google search string can expose thousands of private live video streams. One of the most infamous examples of this is the search query: inurl:viewerframe?mode=motion .
Some cameras allow you to disable the HTTP/HTTPS interface and only use RTSP or ONVIF. If you don't need the web UI, turn it off. inurl viewerframe mode motion my location full
Even if the interface is exposed, a strong username/password (not admin/admin) will prevent unauthorized viewing. But remember: authentication does not guarantee privacy if the camera has known vulnerabilities.
The query uses the inurl: operator to search for specific strings of text within a website's URL.
: This URL parameter dictates how the web interface renders video, requesting a live motion JPEG (MJPEG) stream rather than static snapshots. Technical Architecture of Exposed IP Cameras Today, a simple Google search string can expose
If your camera interface must be web-facing, configure a robots.txt file on the hosting server to instruct Google and other search engines not to crawl or index the site. If you want to secure your network further, let me know: What of security camera you use
operator tells Google to look for URLs containing the specific text viewerframe?mode=motion Live Streams
The phrase "inurl:viewerframe?mode=motion" is a known "Google Dork" used to find publicly exposed network cameras, specifically those manufactured by If you don't need the web UI, turn it off
full May try to find the full video feed rather than a thumbnail.
When run on Shodan, for example, inurl:viewerframe might return a list of IP addresses with open ports 80, 8080, or 554 (RTSP). From there, adding mode motion filters for cameras actively processing movement.