Mode Motion Exclusive — Inurl Viewerframe
Don't rely on Google's cached index. Use a port scanner (like Nmap) against your public IP ranges:
nmap -p 80,8080,443,554 --open -sV YOUR_PUBLIC_IP/24
Look for HTTP servers running on ports 80/8080 that return viewerframe in the title or body.
In the vast, sprawling index of the internet, search engines like Google, Bing, and Shodan are our primary maps. Most people use these maps to find restaurants, news, or cat videos. But a small subset of users—security researchers, digital archaeologists, and curious technologists—use a specialized cartographic language called Google Dorking (or search hacking). Among their most intriguing and specific incantations is this:
inurl:viewerframe mode motion
At first glance, it looks like a fragment of a forgotten code. In reality, it is a powerful filter designed to uncover a specific, often vulnerable, piece of internet-connected technology: unsecured IP-based security cameras and webcams.
Let's break down the anatomy of this search string.
When you combine them, you get this: Find me all the web pages on the public internet whose address contains the word viewerframe and where the page is set to mode motion. inurl viewerframe mode motion exclusive
This is the most revealing part. These are HTTP GET parameters passed to the web server.
The Full Interpretation:
The search is looking for any website URL that contains the phrase viewerframe mode motion exclusive. This indicates the server is running unpatched Motion software, with an active video stream, in a privileged state, without password protection.
As Google pushes its "Crawl Once, Index Fresh" updates and modern web standards (HTTPS, CSP headers, iframe sandboxing) become mandatory, the number of valid results for this dork is decreasing. Don't rely on Google's cached index
However, the industrial internet of things (IIoT) has a long tail. Thousands of factories, small businesses, and rural properties still run Windows XP machines with GeoVision cards installed. These systems are air-gapped or simply forgotten.
For forensic analysts, inurl:viewerframe mode motion exclusive remains a valuable tool for discovering unsecured surveillance networks. For the curious, it is a museum of early 2000s web video technology.
Access your DVR/NVR via its local IP. Log in as admin and check the following: Look for HTTP servers running on ports 80/8080
If you are a system administrator or a hobbyist still running legacy Motion software (or any webcam software), here is how to ensure you never appear in a search result like this.