mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-05-15 21:34:26 -04:00
dynamic opengraph images
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
import featuredImage from "./shodan.png";
|
||||
|
||||
export const frontmatter = {
|
||||
title: "Fascinating & Frightening Shodan Search Queries (AKA: The Internet of Sh*t)",
|
||||
date: "2019-09-19 09:56:10-0400",
|
||||
description:
|
||||
"I've collected some interesting and scary search queries for Shodan, the internet-of-things search engine. Some return fun results, while others return serious vulnerabilities.",
|
||||
tags: ["Infosec", "Pentesting", "Shodan", "Internet of Things", "Dorking"],
|
||||
image: featuredImage.src,
|
||||
image: "shodan.png",
|
||||
};
|
||||
|
||||
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