68

GitHub - jakejarvis/awesome-shodan-queries: ๐Ÿ” A collection of interesting, funny...

 4 years ago
source link: https://github.com/jakejarvis/awesome-shodan-queries
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

readme.md

Awesome Shodan Search Queries Awesome

Over time, I've collected an assortment of interesting, funny, and depressing search queries to plug into Shodan, the (literal) internet search engine. Some return facepalm-inducing results, while others return serious and/or ancient vulnerabilities in the wild.

shodan.png
Most search filters require a Shodan account.

You can assume these queries only return unsecured/open instances when possible. For your own legal benefit, do not attempt to login (even with default passwords) if they aren't! Narrow down results by adding filters like country:US or org:"Harvard University" or hostname:"nasa.gov" to the end.

The world and its devices are quickly becoming more connected through the shiny new Internet of Things Sh*t โ€” and exponentially more dangerous as a result. To that end, I hope this list spreads awareness (and, quite frankly, pant-wetting fear) rather than harm.

And as always, discover and disclose responsibly! ๐Ÿค“


Table of Contents


Industrial Control Systems

Samsung Electronic Billboards ๐Ÿ”Ž โ†’

"Server: Prismview Player"
Example: Electronic Billboards

Gas Station Pump Controllers ๐Ÿ”Ž โ†’

"in-tank inventory" port:10001
Example: Gas Station Pump Inventories

Automatic License Plate Readers ๐Ÿ”Ž โ†’

P372 "ANPR enabled"
Example: Automatic License Plate Reader

Traffic Light Controllers / Red Light Cameras ๐Ÿ”Ž โ†’

mikrotik streetlight

Voting Machines in the United States ๐Ÿ”Ž โ†’

"voter system serial" country:US

Telcos Running Cisco Lawful Intercept Wiretaps ๐Ÿ”Ž โ†’

"Cisco IOS" "ADVIPSERVICESK9_LI-M"

Wiretapping mechanism outlined by Cisco in RFC 3924:

Lawful intercept is the lawfully authorized interception and monitoring of communications of an intercept subject. The term "intercept subject" [...] refers to the subscriber of a telecommunications service whose communications and/or intercept related information (IRI) has been lawfully authorized to be intercepted and delivered to some agency.

Prison Pay Phones ๐Ÿ”Ž โ†’

"[2J[H Encartele Confidential"

Tesla PowerPack Charging Status ๐Ÿ”Ž โ†’

http.title:"Tesla PowerPack System" http.component:"d3" -ga3ca4f2
Example: Tesla PowerPack Charging Status

Electric Vehicle Chargers ๐Ÿ”Ž โ†’

"Server: gSOAP/2.8" "Content-Length: 583"

Maritime Satellites ๐Ÿ”Ž โ†’

Shodan made a pretty sweet Ship Tracker that maps ship locations in real time, too!

"Cobham SATCOM" OR ("Sailor" "VSAT")
Example: Maritime Satellites

Submarine Mission Control Dashboards ๐Ÿ”Ž โ†’

title:"Slocum Fleet Mission Control"

CAREL PlantVisor Refrigeration Units ๐Ÿ”Ž โ†’

"Server: CarelDataServer" "200 Document follows"
Example: CAREL PlantVisor Refrigeration Units

Nordex Wind Turbine Farms ๐Ÿ”Ž โ†’

http.title:"Nordex Control" "Windows 2000 5.0 x86" "Jetty/3.1 (JSP 1.1; Servlet 2.2; java 1.6.0_14)"

C4 Max Commercial Vehicle GPS Trackers ๐Ÿ”Ž โ†’

"[1m[35mWelcome on console"
Example: C4 Max Vehicle GPS

DICOM Medical X-Ray Machines ๐Ÿ”Ž โ†’

Secured by default, thankfully, but these 1,700+ machines still have no business being on the internet.

"DICOM Server Response" port:104

GaugeTech Electricity Meters ๐Ÿ”Ž โ†’

"Server: EIG Embedded Web Server" "200 Document follows"
Example: GaugeTech Electricity Meters

Siemens Industrial Automation ๐Ÿ”Ž โ†’

"Siemens, SIMATIC" port:161

Siemens HVAC Controllers ๐Ÿ”Ž โ†’

"Server: Microsoft-WinCE" "Content-Length: 12581"

Door / Lock Access Controllers ๐Ÿ”Ž โ†’

"HID VertX" port:4070

Railroad Management ๐Ÿ”Ž โ†’

"log off" "select the appropriate"

Remote Desktop

Unprotected VNC ๐Ÿ”Ž โ†’

"authentication disabled" "RFB 003.008"

Shodan Images is a great supplementary tool to browse screenshots, by the way! ๐Ÿ”Ž โ†’

Example: Unprotected VNC
The first result right now. ๐Ÿ˜ž

Windows RDP ๐Ÿ”Ž โ†’

99.99% are secured by a secondary Windows login screen.

"\x03\x00\x00\x0b\x06\xd0\x00\x00\x124\x00"

Network Infrastructure

MongoDB ๐Ÿ”Ž โ†’

Older versions were insecure by default. Very scary.

"MongoDB Server Information" port:27017 -authentication
Example: MongoDB

Mongo Express Web GUI ๐Ÿ”Ž โ†’

Like the infamous phpMyAdmin but for MongoDB.

"Set-Cookie: mongo-express=" "200 OK"
Example: Mongo Express GUI

Jenkins CI ๐Ÿ”Ž โ†’

"X-Jenkins" "Set-Cookie: JSESSIONID" http.title:"Dashboard"
Example: Jenkins CI

Docker APIs ๐Ÿ”Ž โ†’

"Docker Containers:" port:2375

Pi-hole Open DNS Servers ๐Ÿ”Ž โ†’

"dnsmasq-pi-hole" "Recursion: enabled"

Already Logged-In as root via Telnet ๐Ÿ”Ž โ†’

"root@" port:23 -login -password -name -Session

Android Root Bridges ๐Ÿ”Ž โ†’

A tangential result of Google's sloppy fractured update approach. ๐Ÿ™„More information here.

"Android Debug Bridge" "Device" port:5555

Lantronix Serial-to-Ethernet Adapter Leaking Telnet Passwords ๐Ÿ”Ž โ†’

Lantronix password port:30718 -secured

Citrix Virtual Apps ๐Ÿ”Ž โ†’

"Citrix Applications:" port:1604
Example: Citrix Virtual Apps

Cisco Smart Install ๐Ÿ”Ž โ†’

Vulnerable (kind of "by design," but especially when exposed).

"smart install client active"

PBX IP Phone Gateways ๐Ÿ”Ž โ†’

PBX "gateway console" -password port:23

Polycom Video Conferencing ๐Ÿ”Ž โ†’

http.title:"- Polycom" "Server: lighttpd"

Telnet Configuration: ๐Ÿ”Ž โ†’

"Polycom Command Shell" -failed port:23
Example: Polycom Video Conferencing

Bomgar Help Desk Portal ๐Ÿ”Ž โ†’

"Server: Bomgar" "200 OK"

Intel Active Management CVE-2017-5689 ๐Ÿ”Ž โ†’

"Intel(R) Active Management Technology" port:623,664,16992,16993,16994,16995

HP iLO 4 CVE-2017-12542 ๐Ÿ”Ž โ†’

HP-ILO-4 !"HP-ILO-4/2.53" !"HP-ILO-4/2.54" !"HP-ILO-4/2.55" !"HP-ILO-4/2.60" !"HP-ILO-4/2.61" !"HP-ILO-4/2.62" !"HP-iLO-4/2.70" port:1900

Outlook Web Access:

Exchange 2007 ๐Ÿ”Ž โ†’

"x-owa-version" "IE=EmulateIE7" "Server: Microsoft-IIS/7.0"
Example: OWA for Exchange 2007

Exchange 2010 ๐Ÿ”Ž โ†’

"x-owa-version" "IE=EmulateIE7" http.favicon.hash:442749392
Example: OWA for Exchange 2010

Exchange 2013 / 2016 ๐Ÿ”Ž โ†’

"X-AspNet-Version" http.title:"Outlook" -"x-owa-version"
Example: OWA for Exchange 2013/2016

Lync / Skype for Business ๐Ÿ”Ž โ†’

"X-MS-Server-Fqdn"

Network Attached Storage (NAS)

SMB (Samba) File Shares ๐Ÿ”Ž โ†’

Produces ~500,000 results...narrow down by adding "Documents" or "Videos", etc.

"Authentication: disabled" port:445

Specifically domain controllers: ๐Ÿ”Ž โ†’

"Authentication: disabled" NETLOGON SYSVOL -unix port:445

FTP Servers with Anonymous Login ๐Ÿ”Ž โ†’

"220" "230 Login successful." port:21

Iomega / LenovoEMC NAS Drives ๐Ÿ”Ž โ†’

"Set-Cookie: iomega=" -"manage/login.html" -http.title:"Log In"
Example: Iomega / LenovoEMC NAS Drives

Buffalo TeraStation NAS Drives ๐Ÿ”Ž โ†’

Redirecting sencha port:9000
Example: Buffalo TeraStation NAS Drives

Logitech Media Servers ๐Ÿ”Ž โ†’

"Server: Logitech Media Server" "200 OK"
Example: Logitech Media Servers

Plex Media Servers ๐Ÿ”Ž โ†’

"X-Plex-Protocol" "200 OK" port:32400

Tautulli / PlexPy Dashboards ๐Ÿ”Ž โ†’

"CherryPy/5.1.0" "/home"
Example: PlexPy / Tautulli Dashboards

Webcams

Example images not necessary. ๐Ÿคฆ

Yawcams ๐Ÿ”Ž โ†’

"Server: yawcam" "Mime-Type: text/html"

webcamXP/webcam7 ๐Ÿ”Ž โ†’

("webcam 7" OR "webcamXP") http.component:"mootools" -401

Android IP Webcam Server ๐Ÿ”Ž โ†’

"Server: IP Webcam Server" "200 OK"

Security DVRs ๐Ÿ”Ž โ†’

html:"DVR_H264 ActiveX"

Printers & Copiers:

HP Printers ๐Ÿ”Ž โ†’

"Serial Number:" "Built:" "Server: HP HTTP"
Example: HP Printers

Xerox Copiers/Printers ๐Ÿ”Ž โ†’

ssl:"Xerox Generic Root"
Example: Xerox Copiers/Printers

Epson Printers ๐Ÿ”Ž โ†’

"SERVER: EPSON_Linux UPnP" "200 OK"
"Server: EPSON-HTTP" "200 OK"
Example: Epson Printers

Canon Printers ๐Ÿ”Ž โ†’

"Server: KS_HTTP" "200 OK"
"Server: CANON HTTP Server"
Example: Canon Printers

Home Devices

Yamaha Stereos ๐Ÿ”Ž โ†’

"Server: AV_Receiver" "HTTP/1.1 406"
Example: Yamaha Stereos

Apple AirPlay Receivers ๐Ÿ”Ž โ†’

Apple TVs, HomePods, etc.

"\x08_airplay" port:5353

Chromecasts / Smart TVs ๐Ÿ”Ž โ†’

"Chromecast:" port:8008

Crestron Smart Home Controllers ๐Ÿ”Ž โ†’

"Model: PYNG-HUB"

Random Stuff

OctoPrint 3D Printer Controllers ๐Ÿ”Ž โ†’

title:"OctoPrint" -title:"Login" http.favicon.hash:1307375944
Example: OctoPrint 3D Printers

Etherium Miners ๐Ÿ”Ž โ†’

"ETH - Total speed"
Example: Etherium Miners

Apache Directory Listings ๐Ÿ”Ž โ†’

Substitute .pem with any extension or a filename like phpinfo.php.

http.title:"Index of /" http.html:".pem"

Too Many Minecraft Servers ๐Ÿ”Ž โ†’

"Minecraft Server" "protocol 340" port:25565

Literally Everything in North Korea ๐Ÿ‡ฐ๐Ÿ‡ต๐Ÿ”Ž โ†’

net:175.45.176.0/22,210.52.109.0/24,77.94.35.0/24

TCP Quote of the Day ๐Ÿ”Ž โ†’

Port 17 (RFC 865) has a bizarre history...

port:17 product:"Windows qotd"

Find a Job Doing This! ๐Ÿ‘ฉโ€๐Ÿ’ผ๐Ÿ”Ž โ†’

"X-Recruiting:"

If you've found any other juicy Shodan gems, whether it's a search query or a specific example, definitely drop a comment on the blog or open an issue/PR here on GitHub.

Bon voyage, fellow penetrators! ๐Ÿ˜‰

License

CC0

To the extent possible under law, Jake Jarvis has waived all copyright and related or neighboring rights to this work.

Mirrored from a blog post at https://jarv.is/notes/shodan-search-queries/.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK