Skip to content

Instantly share code, notes, and snippets.

@Windows81
Created December 8, 2024 08:57
Show Gist options
  • Select an option

  • Save Windows81/290e17f973706dfa133e12cc62cb5b76 to your computer and use it in GitHub Desktop.

Select an option

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.
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