Skip to content

Instantly share code, notes, and snippets.

@ayuxsec
Created February 17, 2026 00:24
Show Gist options
  • Select an option

  • Save ayuxsec/21d923103795d15225abc5de1601e546 to your computer and use it in GitHub Desktop.

Select an option

Save ayuxsec/21d923103795d15225abc5de1601e546 to your computer and use it in GitHub Desktop.
api_key=""
## reverse ip lookup
curl -X GET "https://api.shodan.io/dns/reverse?ips=8.8.8.8,1.1.1.1&key=$api_key"
## search
curl -X GET https://api.shodan.io/shodan/host/search?key=$api_key&query='http.title:"Grafana" -org:"YourCompany"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment