Skip to content

Instantly share code, notes, and snippets.

View bluewitch's full-sized avatar
🏠
Working from home

Douglas Kuhn bluewitch

🏠
Working from home
View GitHub Profile
@SwitHak
SwitHak / 20211210-TLP-WHITE_LOG4J.md
Last active April 26, 2024 07:30
BlueTeam CheatSheet * Log4Shell* | Last updated: 2021-12-20 2238 UTC

Security Advisories / Bulletins / vendors Responses linked to Log4Shell (CVE-2021-44228)

Errors, typos, something to say ?

  • If you want to add a link, comment or send it to me
  • Feel free to report any mistake directly below in the comment or in DM on Twitter @SwitHak

Other great resources

  • Royce Williams list sorted by vendors responses Royce List
  • Very detailed list NCSC-NL
  • The list maintained by U.S. Cybersecurity and Infrastructure Security Agency: CISA List
#!/bin/sh
# Minimal tmux script to create a master dcrd simnet node + ticket
# bying wallet. Heavily based on davecgh script at:
# https://gist.github.com/davecgh/7bb5c995665787811dc6a6ddbb49688d
set -e
SESSION="dcrd-fees"
NODES_ROOT=~/dcrdsimnetnodes
RPCUSER="USER"
@ourmaninamsterdam
ourmaninamsterdam / LICENSE
Last active April 24, 2024 18:56
Arrayzing - The JavaScript array cheatsheet
The MIT License (MIT)
Copyright (c) 2015 Justin Perry
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
@JGallardo
JGallardo / app.js
Last active December 20, 2015 03:49
Things that I have to nest for various cases for this responsive site.
/* -----------------------------------------
Global
----------------------------------------- */
$(window).load(checkWindowSize);
$(window).resize(checkWindowSize);
/*
function checkWindowSize() {
if ( $(window).width() < 380 ) {
$('div#footer ul li').addClass('button medium secondary expanded');
@dlh01
dlh01 / Gruntfile.js
Last active December 18, 2015 11:29 — forked from anonymous/Gruntfile.js
module.exports = function(grunt) {
grunt.initConfig({
// [other stuff...]
compass: {
options: {
sassDir: 'sass',
javascriptsDir: 'javascripts',
@getsource
getsource / OCWP Talk 10-10-2011.txt
Created October 11, 2011 03:20
OC WordPress Meetup Shared->VPS->Dedicated Q&A 10-10-2011
Fair warning -- this is going to be quite technical, and as such is actually for developers ;)
Also, you *WILL* need to use the shell, but don't worry!
It's not as scary as it sounds, as there are plenty of commands and explanations on the web.
Okay! Going with John's suggestions on how to run through the questions involved.
1. How do you know, objectively, when you need move from shared hosting to VPS