Skip to content

Instantly share code, notes, and snippets.

View cschmittiey's full-sized avatar

Caleb Smith cschmittiey

View GitHub Profile
hashcat (v6.2.5-379-g5436f0d43) starting in benchmark mode
Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.
* Device #2: Apple's OpenCL drivers (GPU) are known to be unreliable.
You have been warned.
@cschmittiey
cschmittiey / memes.txt
Created March 20, 2017 01:55
memes.txt
8b279c8425a5b3faf60e700fe3c7344e
02b6aa0f9a136890aae619f450079a72
//////////////////////////////////////////////////////////////////////////////
//
// Harley Davidson Handlebar Control Interface
//
// Written by: Len Shelton
// License: Attribution-ShareAlike 2.0
// http://creativecommons.org/licenses/by-sa/2.0/legalcode
//
//////////////////////////////////////////////////////////////////////////////

Keybase proof

I hereby claim:

  • I am cschmittiey on github.
  • I am csmith (https://keybase.io/csmith) on keybase.
  • I have a public key whose fingerprint is DE15 8F7B F18D 4DD0 5375 94BB 3937 64F1 E435 DD0E

To claim this, I am signing this object:

#!python
# encoding: utf-8
# encoding declaration as specified here http://www.python.org/dev/peps/pep-0263/
import soundcloud
from subprocess import call
# create client object with app and user credentials
client = soundcloud.Client(client_id='',
client_secret='')