mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-05-18 15:44:25 -04:00
*much* smarter way of setting page-specific CSS
via front matter instead of flaky shortcode/page scratch
This commit is contained in:
@@ -9,18 +9,16 @@ tags:
|
||||
- Internet of Things
|
||||
- Dorking
|
||||
image: "shodan.png"
|
||||
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;
|
||||
}
|
||||
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" >}}
|
||||
|
||||
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