Created
February 17, 2026 00:24
-
-
Save ayuxsec/21d923103795d15225abc5de1601e546 to your computer and use it in GitHub Desktop.
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
| 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