1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 12:15:34 -04:00

improve some inline post styles

This commit is contained in:
2020-04-05 13:07:51 -04:00
parent 251f154aef
commit 22c7e76e51
6 changed files with 14 additions and 107 deletions

View File

@@ -2,7 +2,7 @@ name: Purge old artifacts
on: on:
schedule: schedule:
- cron: '0 9 * * *' # every day at 9 AM UTC = 5 AM EDT - cron: '0 9 * * 3' # every Wednesday at 9 AM UTC == 5 AM EDT
jobs: jobs:
purge-artifacts: purge-artifacts:

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

View File

@@ -13,11 +13,11 @@ draft: false
--- ---
{{< page-css >}} {{< page-css >}}
/* disable link underlines in h2's */ /* disable link underlines for octocats */
h2 a { h2 a:last-child {
background-image: none !important; background-image: none !important;
padding-bottom: 0 !important; padding-bottom: 0 !important;
margin-right: 8px !important; margin-left: 8px;
} }
/* align octocat with text */ /* align octocat with text */
h2 img { h2 img {
@@ -105,7 +105,8 @@ You can [download their software here](https://foldingathome.org/start-folding/)
**Fun fact:** The team behind Folding@home has seen a [**huge** spike in computational power](https://www.reddit.com/r/pcmasterrace/comments/flgm7q/ama_with_the_team_behind_foldinghome_coronavirus/) this month after cryptominers started mining coronavirus proteins instead of boring, old Ethereum with their insanely overpowered GPUs! 👏 **Fun fact:** The team behind Folding@home has seen a [**huge** spike in computational power](https://www.reddit.com/r/pcmasterrace/comments/flgm7q/ama_with_the_team_behind_foldinghome_coronavirus/) this month after cryptominers started mining coronavirus proteins instead of boring, old Ethereum with their insanely overpowered GPUs! 👏
{{< youtube NTLU1anxe8c >}} <!-- https://www.youtube.com/watch?v=NTLU1anxe8c -->
{{< video mp4="images/folding.mp4" webm="images/folding.webm" width="365" height="291" poster="images/folding-thumb.png" >}}
## [Coronavirus Tracker API](https://coronavirus-tracker-api.herokuapp.com/v2/locations) [<img src="/notes/coronavirus-open-source/images/github.svg" width="30" height="30" alt="View on GitHub">](https://github.com/ExpDev07/coronavirus-tracker-api "View on GitHub") ## [Coronavirus Tracker API](https://coronavirus-tracker-api.herokuapp.com/v2/locations) [<img src="/notes/coronavirus-open-source/images/github.svg" width="30" height="30" alt="View on GitHub">](https://github.com/ExpDev07/coronavirus-tracker-api "View on GitHub")

View File

@@ -12,10 +12,17 @@ image: "shodan.png"
draft: false draft: false
--- ---
{{< page-css >}}
/* disable hover underlines for search links */
h3 a:last-child, h4 a:last-child {
background-image: none !important;
padding-bottom: 0 !important;
margin-left: 6px;
}
{{< /page-css >}}
{{< gh-buttons username="jakejarvis" repo="awesome-shodan-queries" >}} {{< gh-buttons username="jakejarvis" repo="awesome-shodan-queries" >}}
Over time, I've collected an assortment of interesting, funny, and depressing search queries to plug into [Shodan](https://www.shodan.io/), the ([literal](https://www.vice.com/en_uk/article/9bvxmd/shodan-exposes-the-dark-side-of-the-net)) internet search engine. Some return facepalm-inducing results, while others return serious and/or ancient vulnerabilities in the wild. Over time, I've collected an assortment of interesting, funny, and depressing search queries to plug into [Shodan](https://www.shodan.io/), the ([literal](https://www.vice.com/en_uk/article/9bvxmd/shodan-exposes-the-dark-side-of-the-net)) internet search engine. Some return facepalm-inducing results, while others return serious and/or ancient vulnerabilities in the wild.
{{< image src="images/shodan.png" >}}[**Most search filters require a Shodan account.**](https://account.shodan.io/register){{< /image >}} {{< image src="images/shodan.png" >}}[**Most search filters require a Shodan account.**](https://account.shodan.io/register){{< /image >}}
@@ -26,11 +33,8 @@ The world and its devices are quickly becoming more connected through the shiny
**And as always, [discover and disclose responsibly](https://www.bugcrowd.com/resource/what-is-responsible-disclosure/)! 😊** **And as always, [discover and disclose responsibly](https://www.bugcrowd.com/resource/what-is-responsible-disclosure/)! 😊**
--- ---
### **Table of Contents:** ### **Table of Contents:**
- [Industrial Control Systems](#industrial-control-systems) - [Industrial Control Systems](#industrial-control-systems)
@@ -42,14 +46,10 @@ The world and its devices are quickly becoming more connected through the shiny
- [Home Devices](#home-devices) - [Home Devices](#home-devices)
- [Random Stuff](#random-stuff) - [Random Stuff](#random-stuff)
--- ---
## Industrial Control Systems {#industrial-control-systems} ## Industrial Control Systems {#industrial-control-systems}
### Samsung Electronic Billboards [🔎 &#x2192;](https://www.shodan.io/search?query=%22Server%3A+Prismview+Player%22) ### Samsung Electronic Billboards [🔎 &#x2192;](https://www.shodan.io/search?query=%22Server%3A+Prismview+Player%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -58,7 +58,6 @@ The world and its devices are quickly becoming more connected through the shiny
{{< image src="images/billboard3.png" width="450" alt="Example: Electronic Billboards" />}} {{< image src="images/billboard3.png" width="450" alt="Example: Electronic Billboards" />}}
### Gas Station Pump Controllers [🔎 &#x2192;](https://www.shodan.io/search?query=%22in-tank+inventory%22+port%3A10001) ### Gas Station Pump Controllers [🔎 &#x2192;](https://www.shodan.io/search?query=%22in-tank+inventory%22+port%3A10001)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -67,7 +66,6 @@ The world and its devices are quickly becoming more connected through the shiny
{{< image src="images/7-11.png" width="600" alt="Example: Gas Station Pump Inventories" />}} {{< image src="images/7-11.png" width="600" alt="Example: Gas Station Pump Inventories" />}}
### Automatic License Plate Readers [🔎 &#x2192;](https://www.shodan.io/search?query=P372+%22ANPR+enabled%22) ### Automatic License Plate Readers [🔎 &#x2192;](https://www.shodan.io/search?query=P372+%22ANPR+enabled%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -76,21 +74,18 @@ P372 "ANPR enabled"
{{< image src="images/plate-reader.png" width="680" alt="Example: Automatic License Plate Reader" />}} {{< image src="images/plate-reader.png" width="680" alt="Example: Automatic License Plate Reader" />}}
### Traffic Light Controllers / Red Light Cameras [🔎 &#x2192;](https://www.shodan.io/search?query=mikrotik+streetlight) ### Traffic Light Controllers / Red Light Cameras [🔎 &#x2192;](https://www.shodan.io/search?query=mikrotik+streetlight)
```plaintext {linenos=false} ```plaintext {linenos=false}
mikrotik streetlight mikrotik streetlight
``` ```
### Voting Machines in the United States [🔎 &#x2192;](https://www.shodan.io/search?query=%22voter+system+serial%22+country%3AUS) ### Voting Machines in the United States [🔎 &#x2192;](https://www.shodan.io/search?query=%22voter+system+serial%22+country%3AUS)
```plaintext {linenos=false} ```plaintext {linenos=false}
"voter system serial" country:US "voter system serial" country:US
``` ```
### Telcos Running [Cisco Lawful Intercept](https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/12-2SX/lawful/intercept/book/65LIch1.html) Wiretaps [🔎 &#x2192;](https://www.shodan.io/search?query=%22Cisco+IOS%22+%22ADVIPSERVICESK9_LI-M%22) ### Telcos Running [Cisco Lawful Intercept](https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/12-2SX/lawful/intercept/book/65LIch1.html) Wiretaps [🔎 &#x2192;](https://www.shodan.io/search?query=%22Cisco+IOS%22+%22ADVIPSERVICESK9_LI-M%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -101,14 +96,12 @@ Wiretapping mechanism outlined by Cisco in [RFC 3924](https://tools.ietf.org/htm
> 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. > 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 [🔎 &#x2192;](https://www.shodan.io/search?query=%22%5B2J%5BH+Encartele+Confidential%22) ### Prison Pay Phones [🔎 &#x2192;](https://www.shodan.io/search?query=%22%5B2J%5BH+Encartele+Confidential%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
"[2J[H Encartele Confidential" "[2J[H Encartele Confidential"
``` ```
### [Tesla PowerPack](https://www.tesla.com/powerpack) Charging Status [🔎 &#x2192;](https://www.shodan.io/search?query=http.title%3A%22Tesla+PowerPack+System%22+http.component%3A%22d3%22+-ga3ca4f2) ### [Tesla PowerPack](https://www.tesla.com/powerpack) Charging Status [🔎 &#x2192;](https://www.shodan.io/search?query=http.title%3A%22Tesla+PowerPack+System%22+http.component%3A%22d3%22+-ga3ca4f2)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -117,14 +110,12 @@ http.title:"Tesla PowerPack System" http.component:"d3" -ga3ca4f2
{{< image src="images/tesla.png" alt="Example: Tesla PowerPack Charging Status" />}} {{< image src="images/tesla.png" alt="Example: Tesla PowerPack Charging Status" />}}
### Electric Vehicle Chargers [🔎 &#x2192;](https://www.shodan.io/search?query=%22Server%3A+gSOAP%2F2.8%22+%22Content-Length%3A+583%22) ### Electric Vehicle Chargers [🔎 &#x2192;](https://www.shodan.io/search?query=%22Server%3A+gSOAP%2F2.8%22+%22Content-Length%3A+583%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
"Server: gSOAP/2.8" "Content-Length: 583" "Server: gSOAP/2.8" "Content-Length: 583"
``` ```
### Maritime Satellites [🔎 &#x2192;](https://www.shodan.io/search?query=%22Cobham+SATCOM%22+OR+%28%22Sailor%22+%22VSAT%22%29) ### Maritime Satellites [🔎 &#x2192;](https://www.shodan.io/search?query=%22Cobham+SATCOM%22+OR+%28%22Sailor%22+%22VSAT%22%29)
Shodan made a pretty sweet [Ship Tracker](https://shiptracker.shodan.io/) that maps ship locations in real time, too! Shodan made a pretty sweet [Ship Tracker](https://shiptracker.shodan.io/) that maps ship locations in real time, too!
@@ -135,14 +126,12 @@ Shodan made a pretty sweet [Ship Tracker](https://shiptracker.shodan.io/) that m
{{< image src="images/sailor-vsat.png" width="700" alt="Example: Maritime Satellites" />}} {{< image src="images/sailor-vsat.png" width="700" alt="Example: Maritime Satellites" />}}
### Submarine Mission Control Dashboards [🔎 &#x2192;](https://www.shodan.io/search?query=title%3A%22Slocum+Fleet+Mission+Control%22) ### Submarine Mission Control Dashboards [🔎 &#x2192;](https://www.shodan.io/search?query=title%3A%22Slocum+Fleet+Mission+Control%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
title:"Slocum Fleet Mission Control" title:"Slocum Fleet Mission Control"
``` ```
### [CAREL PlantVisor](https://www.carel.com/product/plantvisor) Refrigeration Units [🔎 &#x2192;](https://www.shodan.io/search?query=%22Server%3A+CarelDataServer%22+%22200+Document+follows%22) ### [CAREL PlantVisor](https://www.carel.com/product/plantvisor) Refrigeration Units [🔎 &#x2192;](https://www.shodan.io/search?query=%22Server%3A+CarelDataServer%22+%22200+Document+follows%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -151,14 +140,12 @@ title:"Slocum Fleet Mission Control"
{{< image src="images/refrigeration.png" alt="Example: CAREL PlantVisor Refrigeration Units" />}} {{< image src="images/refrigeration.png" alt="Example: CAREL PlantVisor Refrigeration Units" />}}
### [Nordex Wind Turbine](http://www.nordex-online.com/en/products-services/wind-turbines.html) Farms [🔎 &#x2192;](https://www.shodan.io/search?query=http.title%3A%22Nordex+Control%22+%22Windows+2000+5.0+x86%22+%22Jetty%2F3.1+%28JSP+1.1%3B+Servlet+2.2%3B+java+1.6.0_14%29%22) ### [Nordex Wind Turbine](http://www.nordex-online.com/en/products-services/wind-turbines.html) Farms [🔎 &#x2192;](https://www.shodan.io/search?query=http.title%3A%22Nordex+Control%22+%22Windows+2000+5.0+x86%22+%22Jetty%2F3.1+%28JSP+1.1%3B+Servlet+2.2%3B+java+1.6.0_14%29%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
http.title:"Nordex Control" "Windows 2000 5.0 x86" "Jetty/3.1 (JSP 1.1; Servlet 2.2; java 1.6.0_14)" 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](https://www.mobile-devices.com/our-products/c4-max/) Commercial Vehicle GPS Trackers [🔎 &#x2192;](https://www.shodan.io/search?query=%22%5B1m%5B35mWelcome+on+console%22) ### [C4 Max](https://www.mobile-devices.com/our-products/c4-max/) Commercial Vehicle GPS Trackers [🔎 &#x2192;](https://www.shodan.io/search?query=%22%5B1m%5B35mWelcome+on+console%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -167,7 +154,6 @@ http.title:"Nordex Control" "Windows 2000 5.0 x86" "Jetty/3.1 (JSP 1.1; Servlet
{{< image src="images/c4max.png" alt="Example: C4 Max Vehicle GPS" />}} {{< image src="images/c4max.png" alt="Example: C4 Max Vehicle GPS" />}}
### [DICOM](https://www.dicomstandard.org/about/) Medical X-Ray Machines [🔎 &#x2192;](https://www.shodan.io/search?query=%22DICOM+Server+Response%22+port%3A104) ### [DICOM](https://www.dicomstandard.org/about/) Medical X-Ray Machines [🔎 &#x2192;](https://www.shodan.io/search?query=%22DICOM+Server+Response%22+port%3A104)
Secured by default, thankfully, but these 1,700+ machines still [have no business](https://documents.trendmicro.com/assets/rpt/rpt-securing-connected-hospitals.pdf) being on the internet. Secured by default, thankfully, but these 1,700+ machines still [have no business](https://documents.trendmicro.com/assets/rpt/rpt-securing-connected-hospitals.pdf) being on the internet.
@@ -176,7 +162,6 @@ Secured by default, thankfully, but these 1,700+ machines still [have no busines
"DICOM Server Response" port:104 "DICOM Server Response" port:104
``` ```
### [GaugeTech](https://electroind.com/all-products/) Electricity Meters [🔎 &#x2192;](https://www.shodan.io/search?query=%22Server%3A+EIG+Embedded+Web+Server%22+%22200+Document+follows%22) ### [GaugeTech](https://electroind.com/all-products/) Electricity Meters [🔎 &#x2192;](https://www.shodan.io/search?query=%22Server%3A+EIG+Embedded+Web+Server%22+%22200+Document+follows%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -185,43 +170,34 @@ Secured by default, thankfully, but these 1,700+ machines still [have no busines
{{< image src="images/power-gaugetech.png" width="500" alt="Example: GaugeTech Electricity Meters" />}} {{< image src="images/power-gaugetech.png" width="500" alt="Example: GaugeTech Electricity Meters" />}}
### Siemens Industrial Automation [🔎 &#x2192;](https://www.shodan.io/search?query=%22Siemens%2C+SIMATIC%22+port%3A161) ### Siemens Industrial Automation [🔎 &#x2192;](https://www.shodan.io/search?query=%22Siemens%2C+SIMATIC%22+port%3A161)
```plaintext {linenos=false} ```plaintext {linenos=false}
"Siemens, SIMATIC" port:161 "Siemens, SIMATIC" port:161
``` ```
### Siemens HVAC Controllers [🔎 &#x2192;](https://www.shodan.io/search?query=%22Server%3A+Microsoft-WinCE%22+%22Content-Length%3A+12581%22) ### Siemens HVAC Controllers [🔎 &#x2192;](https://www.shodan.io/search?query=%22Server%3A+Microsoft-WinCE%22+%22Content-Length%3A+12581%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
"Server: Microsoft-WinCE" "Content-Length: 12581" "Server: Microsoft-WinCE" "Content-Length: 12581"
``` ```
### Door / Lock Access Controllers [🔎 &#x2192;](https://www.shodan.io/search?query=%22HID+VertX%22+port%3A4070) ### Door / Lock Access Controllers [🔎 &#x2192;](https://www.shodan.io/search?query=%22HID+VertX%22+port%3A4070)
```plaintext {linenos=false} ```plaintext {linenos=false}
"HID VertX" port:4070 "HID VertX" port:4070
``` ```
### Railroad Management [🔎 &#x2192;](https://www.shodan.io/search?query=%22log+off%22+%22select+the+appropriate%22) ### Railroad Management [🔎 &#x2192;](https://www.shodan.io/search?query=%22log+off%22+%22select+the+appropriate%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
"log off" "select the appropriate" "log off" "select the appropriate"
``` ```
--- ---
## Remote Desktop {#remote-desktop} ## Remote Desktop {#remote-desktop}
### Unprotected VNC [🔎 &#x2192;](https://www.shodan.io/search?query=%22authentication+disabled%22+%22RFB+003.008%22) ### Unprotected VNC [🔎 &#x2192;](https://www.shodan.io/search?query=%22authentication+disabled%22+%22RFB+003.008%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -232,7 +208,6 @@ Secured by default, thankfully, but these 1,700+ machines still [have no busines
{{< image src="images/vnc.png" width="500" alt="Example: Unprotected VNC" caption="The first result right now. 😞" />}} {{< image src="images/vnc.png" width="500" alt="Example: Unprotected VNC" caption="The first result right now. 😞" />}}
### Windows RDP [🔎 &#x2192;](https://www.shodan.io/search?query=%22%5Cx03%5Cx00%5Cx00%5Cx0b%5Cx06%5Cxd0%5Cx00%5Cx00%5Cx124%5Cx00%22) ### Windows RDP [🔎 &#x2192;](https://www.shodan.io/search?query=%22%5Cx03%5Cx00%5Cx00%5Cx0b%5Cx06%5Cxd0%5Cx00%5Cx00%5Cx124%5Cx00%22)
99.99% are secured by a secondary Windows login screen. 99.99% are secured by a secondary Windows login screen.
@@ -241,15 +216,10 @@ Secured by default, thankfully, but these 1,700+ machines still [have no busines
"\x03\x00\x00\x0b\x06\xd0\x00\x00\x124\x00" "\x03\x00\x00\x0b\x06\xd0\x00\x00\x124\x00"
``` ```
--- ---
## Network Infrastructure {#network-infrastructure} ## Network Infrastructure {#network-infrastructure}
### MongoDB [🔎 &#x2192;](https://www.shodan.io/search?query=product%3AMongoDB+-authentication) ### MongoDB [🔎 &#x2192;](https://www.shodan.io/search?query=product%3AMongoDB+-authentication)
Older versions were insecure by default. [Very scary.](https://krebsonsecurity.com/tag/mongodb/) Older versions were insecure by default. [Very scary.](https://krebsonsecurity.com/tag/mongodb/)
@@ -260,7 +230,6 @@ Older versions were insecure by default. [Very scary.](https://krebsonsecurity.c
{{< image src="images/mongo.png" width="500" alt="Example: MongoDB" />}} {{< image src="images/mongo.png" width="500" alt="Example: MongoDB" />}}
### [Mongo Express](https://github.com/mongo-express/mongo-express) Web GUI [🔎 &#x2192;](https://www.shodan.io/search?query=%22Set-Cookie%3A+mongo-express%3D%22+%22200+OK%22) ### [Mongo Express](https://github.com/mongo-express/mongo-express) Web GUI [🔎 &#x2192;](https://www.shodan.io/search?query=%22Set-Cookie%3A+mongo-express%3D%22+%22200+OK%22)
Like the [infamous phpMyAdmin](https://www.cvedetails.com/vulnerability-list/vendor_id-784/Phpmyadmin.html) but for MongoDB. Like the [infamous phpMyAdmin](https://www.cvedetails.com/vulnerability-list/vendor_id-784/Phpmyadmin.html) but for MongoDB.
@@ -271,7 +240,6 @@ Like the [infamous phpMyAdmin](https://www.cvedetails.com/vulnerability-list/ven
{{< image src="images/mongo-express.png" width="700" alt="Example: Mongo Express GUI" />}} {{< image src="images/mongo-express.png" width="700" alt="Example: Mongo Express GUI" />}}
### Jenkins CI [🔎 &#x2192;](https://www.shodan.io/search?query=%22X-Jenkins%22+%22Set-Cookie%3A+JSESSIONID%22+http.title%3A%22Dashboard%22) ### Jenkins CI [🔎 &#x2192;](https://www.shodan.io/search?query=%22X-Jenkins%22+%22Set-Cookie%3A+JSESSIONID%22+http.title%3A%22Dashboard%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -280,28 +248,24 @@ Like the [infamous phpMyAdmin](https://www.cvedetails.com/vulnerability-list/ven
{{< image src="images/jenkins.png" width="700" alt="Example: Jenkins CI" />}} {{< image src="images/jenkins.png" width="700" alt="Example: Jenkins CI" />}}
### Docker APIs [🔎 &#x2192;](https://www.shodan.io/search?query=%22Docker+Containers%3A%22+port%3A2375) ### Docker APIs [🔎 &#x2192;](https://www.shodan.io/search?query=%22Docker+Containers%3A%22+port%3A2375)
```plaintext {linenos=false} ```plaintext {linenos=false}
"Docker Containers:" port:2375 "Docker Containers:" port:2375
``` ```
### [Pi-hole](https://pi-hole.net/) Open DNS Servers [🔎 &#x2192;](https://www.shodan.io/search?query=%22dnsmasq-pi-hole%22+%22Recursion%3A+enabled%22) ### [Pi-hole](https://pi-hole.net/) Open DNS Servers [🔎 &#x2192;](https://www.shodan.io/search?query=%22dnsmasq-pi-hole%22+%22Recursion%3A+enabled%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
"dnsmasq-pi-hole" "Recursion: enabled" "dnsmasq-pi-hole" "Recursion: enabled"
``` ```
### Already Logged-In as `root` via Telnet [🔎 &#x2192;](https://www.shodan.io/search?query=%22root%40%22+port%3A23+-login+-password+-name+-Session) ### Already Logged-In as `root` via Telnet [🔎 &#x2192;](https://www.shodan.io/search?query=%22root%40%22+port%3A23+-login+-password+-name+-Session)
```plaintext {linenos=false} ```plaintext {linenos=false}
"root@" port:23 -login -password -name -Session "root@" port:23 -login -password -name -Session
``` ```
### Android Root Bridges [🔎 &#x2192;](https://www.shodan.io/search?query=%22Android+Debug+Bridge%22+%22Device%22+port%3A5555) ### Android Root Bridges [🔎 &#x2192;](https://www.shodan.io/search?query=%22Android+Debug+Bridge%22+%22Device%22+port%3A5555)
A tangential result of Google's dumb fractured update approach. 🙄 [More information here.](https://medium.com/p/root-bridge-how-thousands-of-internet-connected-android-devices-now-have-no-security-and-are-b46a68cb0f20) A tangential result of Google's dumb fractured update approach. 🙄 [More information here.](https://medium.com/p/root-bridge-how-thousands-of-internet-connected-android-devices-now-have-no-security-and-are-b46a68cb0f20)
@@ -310,14 +274,12 @@ A tangential result of Google's dumb fractured update approach. 🙄 [More infor
"Android Debug Bridge" "Device" port:5555 "Android Debug Bridge" "Device" port:5555
``` ```
### Lantronix Serial-to-Ethernet Adapter [Leaking Telnet Passwords](https://www.bleepingcomputer.com/news/security/thousands-of-serial-to-ethernet-devices-leak-telnet-passwords/) [🔎 &#x2192;](https://www.shodan.io/search?query=Lantronix+password+port%3A30718+-secured) ### Lantronix Serial-to-Ethernet Adapter [Leaking Telnet Passwords](https://www.bleepingcomputer.com/news/security/thousands-of-serial-to-ethernet-devices-leak-telnet-passwords/) [🔎 &#x2192;](https://www.shodan.io/search?query=Lantronix+password+port%3A30718+-secured)
```plaintext {linenos=false} ```plaintext {linenos=false}
Lantronix password port:30718 -secured Lantronix password port:30718 -secured
``` ```
### Citrix Virtual Apps [🔎 &#x2192;](https://www.shodan.io/search?query=%22Citrix+Applications%3A%22+port%3A1604) ### Citrix Virtual Apps [🔎 &#x2192;](https://www.shodan.io/search?query=%22Citrix+Applications%3A%22+port%3A1604)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -326,7 +288,6 @@ Lantronix password port:30718 -secured
{{< image src="images/citrix.png" width="700" alt="Example: Citrix Virtual Apps" />}} {{< image src="images/citrix.png" width="700" alt="Example: Citrix Virtual Apps" />}}
### Cisco Smart Install [🔎 &#x2192;](https://www.shodan.io/search?query=%22smart+install+client+active%22) ### Cisco Smart Install [🔎 &#x2192;](https://www.shodan.io/search?query=%22smart+install+client+active%22)
[Vulnerable](https://2016.zeronights.ru/wp-content/uploads/2016/12/CiscoSmartInstall.v3.pdf) (kind of "by design," but especially when exposed). [Vulnerable](https://2016.zeronights.ru/wp-content/uploads/2016/12/CiscoSmartInstall.v3.pdf) (kind of "by design," but especially when exposed).
@@ -335,15 +296,12 @@ Lantronix password port:30718 -secured
"smart install client active" "smart install client active"
``` ```
### PBX IP Phone Gateways [🔎 &#x2192;](https://www.shodan.io/search?query=PBX+%22gateway+console%22+-password+port%3A23) ### PBX IP Phone Gateways [🔎 &#x2192;](https://www.shodan.io/search?query=PBX+%22gateway+console%22+-password+port%3A23)
```plaintext {linenos=false} ```plaintext {linenos=false}
PBX "gateway console" -password port:23 PBX "gateway console" -password port:23
``` ```
### [Polycom](https://www.polycom.com/hd-video-conferencing.html) Video Conferencing [🔎 &#x2192;](https://www.shodan.io/search?query=http.title%3A%22-+Polycom%22+%22Server%3A+lighttpd%22) ### [Polycom](https://www.polycom.com/hd-video-conferencing.html) Video Conferencing [🔎 &#x2192;](https://www.shodan.io/search?query=http.title%3A%22-+Polycom%22+%22Server%3A+lighttpd%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -358,28 +316,24 @@ Telnet Configuration: [🔎 &#x2192;](https://www.shodan.io/search?query=%22Poly
{{< image src="images/polycom.png" width="550" alt="Example: Polycom Video Conferencing" />}} {{< image src="images/polycom.png" width="550" alt="Example: Polycom Video Conferencing" />}}
### [Bomgar Help Desk](https://www.beyondtrust.com/remote-support/integrations) Portal [🔎 &#x2192;](https://www.shodan.io/search?query=%22Server%3A+Bomgar%22+%22200+OK%22) ### [Bomgar Help Desk](https://www.beyondtrust.com/remote-support/integrations) Portal [🔎 &#x2192;](https://www.shodan.io/search?query=%22Server%3A+Bomgar%22+%22200+OK%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
"Server: Bomgar" "200 OK" "Server: Bomgar" "200 OK"
``` ```
### Intel Active Management [CVE-2017-5689](https://www.exploit-db.com/exploits/43385) [🔎 &#x2192;](https://www.shodan.io/search?query=%22Intel%28R%29+Active+Management+Technology%22+port%3A623%2C664%2C16992%2C16993%2C16994%2C16995) ### Intel Active Management [CVE-2017-5689](https://www.exploit-db.com/exploits/43385) [🔎 &#x2192;](https://www.shodan.io/search?query=%22Intel%28R%29+Active+Management+Technology%22+port%3A623%2C664%2C16992%2C16993%2C16994%2C16995)
```plaintext {linenos=false} ```plaintext {linenos=false}
"Intel(R) Active Management Technology" port:623,664,16992,16993,16994,16995 "Intel(R) Active Management Technology" port:623,664,16992,16993,16994,16995
``` ```
### HP iLO 4 [CVE-2017-12542](https://nvd.nist.gov/vuln/detail/CVE-2017-12542) [🔎 &#x2192;](https://www.shodan.io/search?query=HP-ILO-4+%21%22HP-ILO-4%2F2.53%22+%21%22HP-ILO-4%2F2.54%22+%21%22HP-ILO-4%2F2.55%22+%21%22HP-ILO-4%2F2.60%22+%21%22HP-ILO-4%2F2.61%22+%21%22HP-ILO-4%2F2.62%22+port%3A1900) ### HP iLO 4 [CVE-2017-12542](https://nvd.nist.gov/vuln/detail/CVE-2017-12542) [🔎 &#x2192;](https://www.shodan.io/search?query=HP-ILO-4+%21%22HP-ILO-4%2F2.53%22+%21%22HP-ILO-4%2F2.54%22+%21%22HP-ILO-4%2F2.55%22+%21%22HP-ILO-4%2F2.60%22+%21%22HP-ILO-4%2F2.61%22+%21%22HP-ILO-4%2F2.62%22+port%3A1900)
```plaintext {linenos=false} ```plaintext {linenos=false}
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" port:1900 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" port:1900
``` ```
### Outlook Web Access: ### Outlook Web Access:
#### Exchange 2007 [🔎 &#x2192;](https://www.shodan.io/search?query=%22x-owa-version%22+%22IE%3DEmulateIE7%22+%22Server%3A+Microsoft-IIS%2F7.0%22) #### Exchange 2007 [🔎 &#x2192;](https://www.shodan.io/search?query=%22x-owa-version%22+%22IE%3DEmulateIE7%22+%22Server%3A+Microsoft-IIS%2F7.0%22)
@@ -406,22 +360,16 @@ HP-ILO-4 !"HP-ILO-4/2.53" !"HP-ILO-4/2.54" !"HP-ILO-4/2.55" !"HP-ILO-4/2.60" !"H
{{< image src="images/owa2013.png" width="580" alt="Example: OWA for Exchange 2013/2016" />}} {{< image src="images/owa2013.png" width="580" alt="Example: OWA for Exchange 2013/2016" />}}
### Lync / Skype for Business [🔎 &#x2192;](https://www.shodan.io/search?query=%22X-MS-Server-Fqdn%22) ### Lync / Skype for Business [🔎 &#x2192;](https://www.shodan.io/search?query=%22X-MS-Server-Fqdn%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
"X-MS-Server-Fqdn" "X-MS-Server-Fqdn"
``` ```
--- ---
## Network Attached Storage (NAS) {#network-attached-storage-nas} ## Network Attached Storage (NAS) {#network-attached-storage-nas}
### SMB (Samba) File Shares [🔎 &#x2192;](https://www.shodan.io/search?query=%22Authentication%3A+disabled%22+port%3A445) ### SMB (Samba) File Shares [🔎 &#x2192;](https://www.shodan.io/search?query=%22Authentication%3A+disabled%22+port%3A445)
Produces ~500,000 results...narrow down by adding "Documents" or "Videos", etc. Produces ~500,000 results...narrow down by adding "Documents" or "Videos", etc.
@@ -436,14 +384,12 @@ Specifically domain controllers: [🔎 &#x2192;](https://www.shodan.io/search?qu
"Authentication: disabled" NETLOGON SYSVOL -unix port:445 "Authentication: disabled" NETLOGON SYSVOL -unix port:445
``` ```
### FTP Servers with Anonymous Login [🔎 &#x2192;](https://www.shodan.io/search?query=%22220%22+%22230+Login+successful.%22+port%3A21) ### FTP Servers with Anonymous Login [🔎 &#x2192;](https://www.shodan.io/search?query=%22220%22+%22230+Login+successful.%22+port%3A21)
```plaintext {linenos=false} ```plaintext {linenos=false}
"220" "230 Login successful." port:21 "220" "230 Login successful." port:21
``` ```
### Iomega / LenovoEMC NAS Drives [🔎 &#x2192;](https://www.shodan.io/search?query=%22Set-Cookie%3A+iomega%3D%22+-%22manage%2Flogin.html%22+-http.title%3A%22Log+In%22) ### Iomega / LenovoEMC NAS Drives [🔎 &#x2192;](https://www.shodan.io/search?query=%22Set-Cookie%3A+iomega%3D%22+-%22manage%2Flogin.html%22+-http.title%3A%22Log+In%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -452,7 +398,6 @@ Specifically domain controllers: [🔎 &#x2192;](https://www.shodan.io/search?qu
{{< image src="images/iomega.png" width="600" alt="Example: Iomega / LenovoEMC NAS Drives" />}} {{< image src="images/iomega.png" width="600" alt="Example: Iomega / LenovoEMC NAS Drives" />}}
### Buffalo TeraStation NAS Drives [🔎 &#x2192;](https://www.shodan.io/search?query=Redirecting+sencha+port%3A9000) ### Buffalo TeraStation NAS Drives [🔎 &#x2192;](https://www.shodan.io/search?query=Redirecting+sencha+port%3A9000)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -461,7 +406,6 @@ Redirecting sencha port:9000
{{< image src="images/buffalo.png" width="580" alt="Example: Buffalo TeraStation NAS Drives" />}} {{< image src="images/buffalo.png" width="580" alt="Example: Buffalo TeraStation NAS Drives" />}}
### Logitech Media Servers [🔎 &#x2192;](https://www.shodan.io/search?query=%22Server%3A+Logitech+Media+Server%22+%22200+OK%22) ### Logitech Media Servers [🔎 &#x2192;](https://www.shodan.io/search?query=%22Server%3A+Logitech+Media+Server%22+%22200+OK%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -470,14 +414,12 @@ Redirecting sencha port:9000
{{< image src="images/logitech.png" width="500" alt="Example: Logitech Media Servers" />}} {{< image src="images/logitech.png" width="500" alt="Example: Logitech Media Servers" />}}
### [Plex](https://www.plex.tv/) Media Servers [🔎 &#x2192;](https://www.shodan.io/search?query=%22X-Plex-Protocol%22+%22200+OK%22+port%3A32400) ### [Plex](https://www.plex.tv/) Media Servers [🔎 &#x2192;](https://www.shodan.io/search?query=%22X-Plex-Protocol%22+%22200+OK%22+port%3A32400)
```plaintext {linenos=false} ```plaintext {linenos=false}
"X-Plex-Protocol" "200 OK" port:32400 "X-Plex-Protocol" "200 OK" port:32400
``` ```
### [Tautulli / PlexPy](https://github.com/Tautulli/Tautulli) Dashboards [🔎 &#x2192;](https://www.shodan.io/search?query=%22CherryPy%2F5.1.0%22+%22%2Fhome%22) ### [Tautulli / PlexPy](https://github.com/Tautulli/Tautulli) Dashboards [🔎 &#x2192;](https://www.shodan.io/search?query=%22CherryPy%2F5.1.0%22+%22%2Fhome%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -486,12 +428,8 @@ Redirecting sencha port:9000
{{< image src="images/plexpy.png" width="560" alt="Example: PlexPy / Tautulli Dashboards" />}} {{< image src="images/plexpy.png" width="560" alt="Example: PlexPy / Tautulli Dashboards" />}}
--- ---
## Webcams {#webcams} ## Webcams {#webcams}
Example images not necessary. 🤦 Example images not necessary. 🤦
@@ -502,36 +440,28 @@ Example images not necessary. 🤦
"Server: yawcam" "Mime-Type: text/html" "Server: yawcam" "Mime-Type: text/html"
``` ```
### webcamXP/webcam7 [🔎 &#x2192;](https://www.shodan.io/search?query=%28%22webcam+7%22+OR+%22webcamXP%22%29+http.component%3A%22mootools%22+-401) ### webcamXP/webcam7 [🔎 &#x2192;](https://www.shodan.io/search?query=%28%22webcam+7%22+OR+%22webcamXP%22%29+http.component%3A%22mootools%22+-401)
```plaintext {linenos=false} ```plaintext {linenos=false}
("webcam 7" OR "webcamXP") http.component:"mootools" -401 ("webcam 7" OR "webcamXP") http.component:"mootools" -401
``` ```
### Android IP Webcam Server [🔎 &#x2192;](https://www.shodan.io/search?query=%22Server%3A+IP+Webcam+Server%22+%22200+OK%22) ### Android IP Webcam Server [🔎 &#x2192;](https://www.shodan.io/search?query=%22Server%3A+IP+Webcam+Server%22+%22200+OK%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
"Server: IP Webcam Server" "200 OK" "Server: IP Webcam Server" "200 OK"
``` ```
### Security DVRs [🔎 &#x2192;](https://www.shodan.io/search?query=html%3A%22DVR_H264+ActiveX%22) ### Security DVRs [🔎 &#x2192;](https://www.shodan.io/search?query=html%3A%22DVR_H264+ActiveX%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
html:"DVR_H264 ActiveX" html:"DVR_H264 ActiveX"
``` ```
--- ---
## Printers & Copiers {#printers-copiers} ## Printers & Copiers {#printers-copiers}
### HP Printers [🔎 &#x2192;](https://www.shodan.io/search?query=%22Serial+Number%3A%22+%22Built%3A%22+%22Server%3A+HP+HTTP%22) ### HP Printers [🔎 &#x2192;](https://www.shodan.io/search?query=%22Serial+Number%3A%22+%22Built%3A%22+%22Server%3A+HP+HTTP%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -540,7 +470,6 @@ html:"DVR_H264 ActiveX"
{{< image src="images/hp.png" width="700" alt="Example: HP Printers" />}} {{< image src="images/hp.png" width="700" alt="Example: HP Printers" />}}
### Xerox Copiers/Printers [🔎 &#x2192;](https://www.shodan.io/search?query=ssl%3A%22Xerox+Generic+Root%22) ### Xerox Copiers/Printers [🔎 &#x2192;](https://www.shodan.io/search?query=ssl%3A%22Xerox+Generic+Root%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -549,7 +478,6 @@ ssl:"Xerox Generic Root"
{{< image src="images/xerox.png" width="620" alt="Example: Xerox Copiers/Printers" />}} {{< image src="images/xerox.png" width="620" alt="Example: Xerox Copiers/Printers" />}}
### Epson Printers [🔎 &#x2192;](https://www.shodan.io/search?query=%22SERVER%3A+EPSON_Linux+UPnP%22+%22200+OK%22) ### Epson Printers [🔎 &#x2192;](https://www.shodan.io/search?query=%22SERVER%3A+EPSON_Linux+UPnP%22+%22200+OK%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -562,7 +490,6 @@ ssl:"Xerox Generic Root"
{{< image src="images/epson.png" width="550" alt="Example: Epson Printers" />}} {{< image src="images/epson.png" width="550" alt="Example: Epson Printers" />}}
### Canon Printers [🔎 &#x2192;](https://www.shodan.io/search?query=%22Server%3A+KS_HTTP%22+%22200+OK%22) ### Canon Printers [🔎 &#x2192;](https://www.shodan.io/search?query=%22Server%3A+KS_HTTP%22+%22200+OK%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -575,15 +502,10 @@ ssl:"Xerox Generic Root"
{{< image src="images/canon.png" width="550" alt="Example: Canon Printers" />}} {{< image src="images/canon.png" width="550" alt="Example: Canon Printers" />}}
--- ---
## Home Devices {#home-devices} ## Home Devices {#home-devices}
### Yamaha Stereos [🔎 &#x2192;](https://www.shodan.io/search?query=%22Server%3A+AV_Receiver%22+%22HTTP%2F1.1+406%22) ### Yamaha Stereos [🔎 &#x2192;](https://www.shodan.io/search?query=%22Server%3A+AV_Receiver%22+%22HTTP%2F1.1+406%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -592,7 +514,6 @@ ssl:"Xerox Generic Root"
{{< image src="images/yamaha.png" width="550" alt="Example: Yamaha Stereos" />}} {{< image src="images/yamaha.png" width="550" alt="Example: Yamaha Stereos" />}}
### Apple AirPlay Receivers [🔎 &#x2192;](https://www.shodan.io/search?query=%22%5Cx08_airplay%22+port%3A5353) ### Apple AirPlay Receivers [🔎 &#x2192;](https://www.shodan.io/search?query=%22%5Cx08_airplay%22+port%3A5353)
Apple TVs, HomePods, etc. Apple TVs, HomePods, etc.
@@ -601,28 +522,22 @@ Apple TVs, HomePods, etc.
"\x08_airplay" port:5353 "\x08_airplay" port:5353
``` ```
### Chromecasts / Smart TVs [🔎 &#x2192;](https://www.shodan.io/search?query=%22Chromecast%3A%22+port%3A8008) ### Chromecasts / Smart TVs [🔎 &#x2192;](https://www.shodan.io/search?query=%22Chromecast%3A%22+port%3A8008)
```plaintext {linenos=false} ```plaintext {linenos=false}
"Chromecast:" port:8008 "Chromecast:" port:8008
``` ```
### [Crestron Smart Home](https://www.crestron.com/Products/Market-Solutions/Residential-Solutions) Controllers [🔎 &#x2192;](https://www.shodan.io/search?query=%22Model%3A+PYNG-HUB%22) ### [Crestron Smart Home](https://www.crestron.com/Products/Market-Solutions/Residential-Solutions) Controllers [🔎 &#x2192;](https://www.shodan.io/search?query=%22Model%3A+PYNG-HUB%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
"Model: PYNG-HUB" "Model: PYNG-HUB"
``` ```
--- ---
## Random Stuff {#random-stuff} ## Random Stuff {#random-stuff}
### OctoPrint 3D Printer Controllers [🔎 &#x2192;](https://www.shodan.io/search?query=title%3A%22OctoPrint%22+-title%3A%22Login%22+http.favicon.hash%3A1307375944) ### OctoPrint 3D Printer Controllers [🔎 &#x2192;](https://www.shodan.io/search?query=title%3A%22OctoPrint%22+-title%3A%22Login%22+http.favicon.hash%3A1307375944)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -631,7 +546,6 @@ title:"OctoPrint" -title:"Login" http.favicon.hash:1307375944
{{< image src="images/octoprint.png" width="700" alt="Example: OctoPrint 3D Printers" />}} {{< image src="images/octoprint.png" width="700" alt="Example: OctoPrint 3D Printers" />}}
### Etherium Miners [🔎 &#x2192;](https://www.shodan.io/search?query=%22ETH+-+Total+speed%22) ### Etherium Miners [🔎 &#x2192;](https://www.shodan.io/search?query=%22ETH+-+Total+speed%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
@@ -640,7 +554,6 @@ title:"OctoPrint" -title:"Login" http.favicon.hash:1307375944
{{< image src="images/eth.png" width="800" alt="Example: Etherium Miners" />}} {{< image src="images/eth.png" width="800" alt="Example: Etherium Miners" />}}
### Apache Directory Listings [🔎 &#x2192;](https://www.shodan.io/search?query=http.title%3A%22Index+of+%2F%22+http.html%3A%22.pem%22) ### Apache Directory Listings [🔎 &#x2192;](https://www.shodan.io/search?query=http.title%3A%22Index+of+%2F%22+http.html%3A%22.pem%22)
Substitute `.pem` with any extension or a filename like `phpinfo.php`. Substitute `.pem` with any extension or a filename like `phpinfo.php`.
@@ -649,21 +562,18 @@ Substitute `.pem` with any extension or a filename like `phpinfo.php`.
http.title:"Index of /" http.html:".pem" http.title:"Index of /" http.html:".pem"
``` ```
### Too Many Minecraft Servers [🔎 &#x2192;](https://www.shodan.io/search?query=%22Minecraft+Server%22+%22protocol+340%22+port%3A25565) ### Too Many Minecraft Servers [🔎 &#x2192;](https://www.shodan.io/search?query=%22Minecraft+Server%22+%22protocol+340%22+port%3A25565)
```plaintext {linenos=false} ```plaintext {linenos=false}
"Minecraft Server" "protocol 340" port:25565 "Minecraft Server" "protocol 340" port:25565
``` ```
### Literally [Everything](https://www.vox.com/2014/12/22/7435625/north-korea-internet) in North Korea 🇰🇵 [🔎 &#x2192;](https://www.shodan.io/search?query=net%3A175.45.176.0%2F22%2C210.52.109.0%2F24) ### Literally [Everything](https://www.vox.com/2014/12/22/7435625/north-korea-internet) in North Korea 🇰🇵 [🔎 &#x2192;](https://www.shodan.io/search?query=net%3A175.45.176.0%2F22%2C210.52.109.0%2F24)
```plaintext {linenos=false} ```plaintext {linenos=false}
net:175.45.176.0/22,210.52.109.0/24,77.94.35.0/24 net:175.45.176.0/22,210.52.109.0/24,77.94.35.0/24
``` ```
### TCP Quote of the Day [🔎 &#x2192;](https://www.shodan.io/search?query=port%3A17+product%3A%22Windows+qotd%22) ### TCP Quote of the Day [🔎 &#x2192;](https://www.shodan.io/search?query=port%3A17+product%3A%22Windows+qotd%22)
Port 17 ([RFC 865](https://tools.ietf.org/html/rfc865)) has a [bizarre history](https://en.wikipedia.org/wiki/QOTD)... Port 17 ([RFC 865](https://tools.ietf.org/html/rfc865)) has a [bizarre history](https://en.wikipedia.org/wiki/QOTD)...
@@ -672,18 +582,14 @@ Port 17 ([RFC 865](https://tools.ietf.org/html/rfc865)) has a [bizarre history](
port:17 product:"Windows qotd" port:17 product:"Windows qotd"
``` ```
### Find a Job Doing This! 👩‍💼 [🔎 &#x2192;](https://www.shodan.io/search?query=%22X-Recruiting%3A%22) ### Find a Job Doing This! 👩‍💼 [🔎 &#x2192;](https://www.shodan.io/search?query=%22X-Recruiting%3A%22)
```plaintext {linenos=false} ```plaintext {linenos=false}
"X-Recruiting:" "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 below or [open an issue/PR on GitHub](https://github.com/jakejarvis/awesome-shodan-queries)! If you've found any other juicy Shodan gems, whether it's a search query or a specific example, definitely drop a comment below or [open an issue/PR on GitHub](https://github.com/jakejarvis/awesome-shodan-queries)!
Bon voyage, fellow penetrators! 😉 Bon voyage, fellow penetrators! 😉