dEEpEst
☣☣ In The Depths ☣☣
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
- Joined
- Mar 29, 2018
- Messages
- 13,860
- Solutions
- 4
- Reputation
- 27
- Reaction score
- 45,546
- Points
- 1,813
- Credits
- 55,340
7 Years of Service
56%


Disclaimer: This post is intended for educational and research purposes only. Do not scan or interact with systems without proper authorization.
This section covers basic filters that allow you to refine your Shodan results by location, organization, operating system, ports, SSL certificates, and more.

- City:
city:"Bangalore"
- Country (ISO code):
country:"IN"
- Coordinates (lat,long):
geo:"56.913055,118.250862"
- Regional combinations:
country:us
country:ru country:de city:chicago

- Exact hostname:
hostname:example.com
- Exclude subdomains:
hostname:example.com -hostname:subdomain.example.com
- Multiple domains:
hostname:example.com,example.org
- Server + domain:
server:"gws" hostname:"google"
- IP range or CIDR:
net:210.214.0.0/16

- Specific organization:
org:microsoft
- With spaces:
org:"United States Department"
- By Autonomous System Number (ASN):
asn:AS15169

os:"windows 7"
os:"windows server 2012"
os:"linux 3.x"

port:21
– FTP (ej:proftpd port:21
)port:22
– SSHport:80
– HTTPport:443
– HTTPSport:3306
– MySQLport:27017
– MongoDB

apache after:22/02/2009 before:14/3/2010

- Self-signed certificates:
ssl.cert.issuer.cn:example.com ssl.cert.subject.cn:example.com
- Expired certificates:
ssl.cert.expired:true
- Specific certificate:
ssl.cert.subject.cn:example.com
- Certificate serial number:
ssl.cert.serial:146473198
- Known C2 certificates:
ssl:"Covenant"
ssl:"MetasploitSelfSignedCA"
🖥 Device Type
device:firewall
device:router
device:webcam
device:printer
device:media
device:storage
device:voip phone
device:switch
device:power
device:telecom
device:"load balancer"
device:"print server"
device:remote

product:apache
product:nginx
product:chromecast
cpe:apple
cpe:microsoft
cpe:nginx
cpe:cisco
server: nginx
server: apache
server: microsoft

- Exact fingerprint:
dc:14:de:8e:d7:c1:15:43:23:82:25:81:d2:59:e8:c0
Next: Part 2 will include Database exposure (MySQL, Mongo, Redis...), ICS/SCADA, C2 infra, webcams, NAS and more.
Join the discussion:
Share your favorite dorks, use cases, or insane things you've found. Let's expand this list together!

Last edited: