inurl:viewerframe mode motion top
This is a specialized Google search query used to find exposed or poorly secured web-based camera interfaces, particularly those running older video surveillance software (e.g., from vendors like Topica, URMET, or some DVR systems).
If you must expose the camera, enable "Digest Authentication" or "Basic Authentication" in the DVR settings. Ensure the "Anonymous Access" checkbox is unchecked. Test it: If you can see the video without logging in, it is broken.
Manufacturers like AVTECH and Hikvision patched the mode=motion bypass years ago. Check your device manufacturer’s website for the latest firmware. If your device is end-of-life (EOL), replace it immediately.
While the specific "viewerframe" dork is largely a relic of the past, the concept is more relevant than ever. We live in the era of the Internet of Things (IoT). We have smart fridges, smart doorbells, and baby monitors connected to Wi-Fi. inurl viewerframe mode motion top
The lesson remains the same: If it is connected to the internet, it is vulnerable.
While you might
The search query inurl:viewerframe?mode=motion (and its variations like top) is a known Google Dork used to find live, unsecured webcasts from network cameras—most notably older Panasonic IP camera models. While it may seem like a "hack," it is actually a method of discovering devices that have been indexed by search engines because they lack proper security configurations. What Does This Query Reveal?
This specific URL string is part of the default web interface for certain IP cameras. When these cameras are connected to the internet without a password or firewall, Google’s crawlers index the page just like a public website. Viewerframe: Refers to the camera's viewing interface. inurl:viewerframe mode motion top This is a specialized
Mode=Motion: Often triggers a mode that updates the image only when motion is detected or provides a specific stream type.
Access: Because these devices often ship with default credentials (like admin/admin or no password at all), anyone who finds the link via a search engine can view the live feed. The Security Risk: "Security by Obscurity"
The primary reason these feeds are public is a lack of access control. Many users assume that because they haven't shared their camera’s IP address, it is "hidden." However, search engines and specialized scanners like Shodan constantly crawl the web for open ports and recognizable URL patterns. How to Protect Your Own Camera
If you own an IP camera, you can prevent it from appearing in these search results by following these steps: ResearchGate Step 4: HTTP Authentication If you must expose
Threat actors use these feeds for:
robots.txt FileWhile not a security fix (hackers ignore it), adding:
User-agent: *
Disallow: /
To the root of the DVR’s web server will prevent search engines from indexing the URLs. This stops casual discovery, though it does not stop Shodan.
inurl:viewerframe?mode=motion&topThe string originates from older ActiveX or Java-based web interfaces for DVRs, where:
viewerframe.html or .htm contained the main layout.mode=motion set the view to motion-triggered streams.top referenced the top frame of a frameset (navigation or video area).Example URL structure found with this query might look like:
http://[IP address]/viewerframe?mode=motion&top=1