Last active
April 6, 2025 07:41
-
-
Save okineadev/bb5150d8c55bc85a9ad167d641a0fcb6 to your computer and use it in GitHub Desktop.
๐น MyFritz cameras
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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