-
-
Save Windows81/290e17f973706dfa133e12cc62cb5b76 to your computer and use it in GitHub Desktop.
Run the script to get all running instances of Ollama on the open web! You might find some good servers out there.
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
| shodan search 'http.html:"Ollama is running"' --fields ip_str,port --separator ":" | sed -r 's/([0-9.:]+):/https:\\/\\/\\1\\/g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment