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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user