1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-13 22:45:27 -04:00

proper cwd for mdx components

This commit is contained in:
2022-01-17 11:13:13 -05:00
parent 415e8d6bc4
commit 2ef5d06c38
19 changed files with 37 additions and 37 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ tags:
image: "/static/images/notes/shodan-search-queries/shodan.png"
---
import Image from "./components/media/Image";
import Figure from "./components/media/Figure";
import Image from "../components/media/Image";
import Figure from "../components/media/Figure";
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.