Skip to content

Instantly share code, notes, and snippets.

@s41n1k
Forked from JoyGhoshs/shodan-dorks.txt
Created January 17, 2022 05:25
Show Gist options
  • Save s41n1k/19e6859571d89861a5a3b78bb36f8b6c to your computer and use it in GitHub Desktop.
Save s41n1k/19e6859571d89861a5a3b78bb36f8b6c to your computer and use it in GitHub Desktop.
hostname:target.com | to find all asset available for target.com on shodan
http.title:"title" | to find server/host with similer title
http.html:"/file" | to find server/host with similar path
html:"context" | to find server/host with similar string
server: "apache 2.2.3" | to find server/host with same server
port:80 | to find server/host with same port
os:"windows" | to find server/host with same os
asn:AS3214 | to find host/server with matched asn
http.status:200 | to find server/host with 200 http response code
http.favicon.hash:"hash" | to find server/host with same favico hash
ssl.cert.subject.cn:"uber.com" | find all server/host with same common name
product: "service_name" | to find all the server/host with same service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment