Dorks for shodan.io website.
Shodan is a search engine that lets the user find specific types of computers (webcams, routers, servers, etc.) connected to the internet using a variety of filters.
Basic Shodan Filters
city:
Find devices in a particular city.
city:"México"
country:
Find devices in a particular country.
country:"MX"
geo:
Find devices by giving geographical coordinates.
geo:"89.256487,20.111111"
hostname:
Find devices matching the hostname.
server: "gws" hostname:"google"
net:
Find devices based on an IP address or /x CIDR.
net:210.214.0.0/16
os:
Find devices based on operating system.
os:"Windows IIS"
port:
Find devices based on open ports.
apache port:8080
before/after:
Find devices before or after between a given time.
apache after:22/02/2009 before:14/3/2010
YOU CAN ALSO COMBINE FILTERS TO MAKE INTO ADVANCED FILTERS FOR QUICK RECON.
EXAMPLE dORK
************
product:"Microsoft IIS" country:"MX"
Please create a pull request if you want to contribute.