Skip to content

Instantly share code, notes, and snippets.

@okineadev
Last active April 6, 2025 07:41
Show Gist options
  • Save okineadev/bb5150d8c55bc85a9ad167d641a0fcb6 to your computer and use it in GitHub Desktop.
Save okineadev/bb5150d8c55bc85a9ad167d641a0fcb6 to your computer and use it in GitHub Desktop.
๐Ÿ“น MyFritz cameras
subfinder -d myfritz.net -silent | while read sub; do
if curl -Is --max-time 5 "http://$sub" > /dev/null; then
echo "http://$sub:83/view/index.shtml"
fi
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment