Skip to content

Instantly share code, notes, and snippets.

View mrkidd's full-sized avatar

Mason Kidd mrkidd

View GitHub Profile
@mrkidd
mrkidd / cron_helper.sh
Created October 19, 2015 15:09 — forked from liquidgecka/cron_helper.sh
Cron helper
#!/bin/bash
usage() {
cat << EOF
Usage: $0 [OPTION]... COMMAND
Execute the given command in a way that works safely with cron. This should
typically be used inside of a cron job definition like so:
* * * * * $(which "$0") [OPTION]... COMMAND
Arguments:
@mrkidd
mrkidd / onename.txt
Created May 11, 2015 19:15
onename.com proof
Verifying I am +mrkidd on my passcard. https://onename.com/mrkidd
@mrkidd
mrkidd / keybase.md
Created April 29, 2014 14:52
Keybase.io Proof

Keybase proof

I hereby claim:

  • I am mrkidd on github.
  • I am mrkidd (https://keybase.io/mrkidd) on keybase.
  • I have a public key whose fingerprint is 58AE 0B6D 6ACD 4BE2 68B0 E5CF F944 620D AFCE 0A9F

To claim this, I am signing this object:

#!/usr/bin/env python2
# Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford (jspenguin@jspenguin.org)
# The author disclaims copyright to this source code.
import sys
import struct
import socket
import time
import select