mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 02:38:27 -04:00
GitHub buttons shortcode
This commit is contained in:
parent
87d6d33536
commit
01b82e3ebe
@ -636,8 +636,6 @@ body {
|
||||
}
|
||||
|
||||
&#poweredby {
|
||||
line-height: 1.8;
|
||||
|
||||
a#hugo::after {
|
||||
content: "\A";
|
||||
white-space: pre;
|
||||
|
@ -13,7 +13,7 @@ draft: false
|
||||
---
|
||||
|
||||
|
||||
<p style="text-align: center;"><a class="github-button" href="https://github.com/jakejarvis/awesome-shodan-queries" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star jakejarvis/awesome-shodan-queries on GitHub">Star</a> <a class="github-button" href="https://github.com/jakejarvis/awesome-shodan-queries/issues" data-icon="octicon-issue-opened" data-size="large" data-show-count="true" aria-label="Issue jakejarvis/awesome-shodan-queries on GitHub">Issue</a></p>
|
||||
{{< 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.
|
||||
@ -688,5 +688,3 @@ port:17 product:"Windows qotd"
|
||||
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! 😉
|
||||
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
2
layouts/shortcodes/gh-buttons.html
Normal file
2
layouts/shortcodes/gh-buttons.html
Normal file
@ -0,0 +1,2 @@
|
||||
<p style="text-align: center;"><a class="github-button" href="https://github.com/{{ .Get "username" }}/{{ .Get "repo" }}" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star {{ .Get "username" }}/{{ .Get "repo" }} on GitHub">Star</a> <a class="github-button" href="https://github.com/{{ .Get "username" }}/{{ .Get "repo" }}/issues" data-icon="octicon-issue-opened" data-size="large" data-show-count="true" aria-label="Issue {{ .Get "username" }}/{{ .Get "repo" }} on GitHub">Issue</a></p>
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
Loading…
x
Reference in New Issue
Block a user