Skip to content

Instantly share code, notes, and snippets.

@wdormann
wdormann / checkjndi.ps1
Last active December 27, 2021 11:03
Check for JAR files that may be vulnerable to CVE-2021-44228
# This script is deprecated.
# See https://github.com/CERTCC/CVE-2021-44228_scanner for up-to-date scanners
@jenmyers
jenmyers / twitter-cards-with-jekyll.html
Last active December 1, 2020 14:34
Meta tags for Twitter cards in a Jekyll site
<!-- Twitter card metatags -->
<!-- Image size option -->
<meta name="twitter:card" content="summary_large_image">
<!-- Twitter username -->
<meta name="twitter:site" content="@twitterusername">
<!-- Page title -->
<meta name="twitter:title" content="{{ page.title }}">
Windows Registry Editor Version 5.00
; Open files
[HKEY_CLASSES_ROOT\*\shell\Open with VS Code]
@="Edit with VS Code"
"Icon"="E:\\VSCode\\Code.exe,0"
[HKEY_CLASSES_ROOT\*\shell\Open with VS Code\command]
@="\"E:\\VSCode\\Code.exe\" \"%1\""
; This will make it appear when you right click ON a folder
; The "Icon" line can be removed if you don't want the icon to appear
[HKEY_CLASSES_ROOT\Directory\shell\vscode]