mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 17:48:30 -04:00
messy implementation of GitHub buttons on shodan post
This commit is contained in:
parent
22c0ced97c
commit
afa25610ce
@ -12,6 +12,9 @@ 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>
|
||||
|
||||
|
||||
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.
|
||||
|
||||

|
||||
@ -599,4 +602,6 @@ 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! 😉
|
||||
Bon voyage, fellow penetrators! 😉
|
||||
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
@ -1,5 +1,5 @@
|
||||
let newHeaders = {
|
||||
"Content-Security-Policy": "default-src 'none'; script-src 'self' 'unsafe-inline' stats.jarv.is comments.jarv.is; style-src 'self' 'unsafe-inline' comments.jarv.is; img-src 'self' data: https:; font-src 'self' comments.jarv.is; object-src 'self'; media-src 'self'; base-uri 'none'; form-action 'self'; frame-src 'self' www.youtube.com www.youtube-nocookie.com codepen.io; frame-ancestors 'self'; worker-src 'none'; connect-src 'self' jarvis.report-uri.com stats.jarv.is comments.jarv.is; upgrade-insecure-requests; report-uri https://jarvis.report-uri.com/r/d/csp/enforce; report-to default",
|
||||
"Content-Security-Policy": "default-src 'none'; script-src 'self' 'unsafe-inline' stats.jarv.is comments.jarv.is buttons.github.io; style-src 'self' 'unsafe-inline' comments.jarv.is; img-src 'self' data: https:; font-src 'self' comments.jarv.is; object-src 'self'; media-src 'self'; base-uri 'none'; form-action 'self'; frame-src 'self' www.youtube.com www.youtube-nocookie.com codepen.io; frame-ancestors 'self'; worker-src 'none'; connect-src 'self' jarvis.report-uri.com stats.jarv.is comments.jarv.is api.github.com; upgrade-insecure-requests; report-uri https://jarvis.report-uri.com/r/d/csp/enforce; report-to default",
|
||||
"Report-To": "{\"group\":\"default\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://jarvis.report-uri.com/a/d/g\"}]}",
|
||||
"NEL": "{\"report_to\":\"default\",\"max_age\":604800}",
|
||||
// "Strict-Transport-Security" : "max-age=1000",
|
||||
|
Loading…
x
Reference in New Issue
Block a user