The query you've provided is a Google Dork, a search technique used to find vulnerable or public-facing internet-connected devices—specifically Axis IP cameras.
These dorks look for specific text in the page title or URL structure that is unique to the web interface of certain hardware. Anatomy of the Search Query
intitle:"Live View / - AXIS": Filters for pages that have this exact phrase in their HTML title, which is the default for many Axis camera models.
inurl:view/view.shtml: Targets the specific web file path used by the camera's software to serve the live video stream. intitle live view axis inurl view viewshtml fixed
fixed: Often added to narrow results to stationary (non-PTZ) cameras or to find specific configuration states. Why This Exists
These strings are indexed by search engines when cameras are connected to the internet without proper password protection or firewalls. Security researchers (and sometimes malicious actors) use these to: Identify unsecured hardware for security audits.
Catalog "live feeds" on platforms like the Google Hacking Database (GHDB). How to Secure Your Device The query you've provided is a Google Dork
If you own an Axis camera and want to ensure it isn't appearing in these searches, follow these steps from official documentation: AXIS Q1785-LE Network Camera
intitle:"Live View" inurl:"axis-cgi/mjpg/video.cgi"
If you are a network administrator or a home user with an Axis camera, this guide helps you understand how attackers might find your devices. Here is how to prevent your camera from appearing in these search results:
🔍 Axis Live View Finder
[ ] intitle:"live view"
[ ] inurl:"view/view.shtml"
[✓] Fixed view only
[ ] Brand: Axis Example:
http://192
[ Search ]
B. Using curl or browser manually
If you have permission to test a specific Axis camera:
http://<camera-ip>/view/view.shtml
Example:
http://192.168.1.100/view/view.shtml
3. What You Will See
When successful, the page typically includes:
- Live video stream (MJPEG or H.264)
- PTZ controls (if enabled)
- Camera name, date/time, and model info
- Sometimes no login required (misconfigured)
If authentication is required, you will see a login prompt.