Skip to content

Instantly share code, notes, and snippets.

View bhardin's full-sized avatar
🍖
In meatspace

Brett Hardin bhardin

🍖
In meatspace
View GitHub Profile
@bhardin
bhardin / evernote-clearly.css
Last active December 10, 2015 03:38
My settings for evernote-clearly.
/**
* CSS theme for the Clearly browser extension by Evernote.
* See: www.evernote.com/clearly/
*
* Additional options used alongside this CSS:
* Body font: Droid sans
* Header font: PT Serif
* Monospace font: Inconsolata
* Background: #EDEDED
* Foregound: #444444
@bhardin
bhardin / Cache_Snoop.pl
Created March 8, 2012 01:32
perl script to aid in cache snooping vulnerabilities
#!/usr/bin/perl
# cache_snoop.pl
# Developed by: Brett Hardin
$version = 1.0;
use Getopt::Long;
my $options = GetOptions (
"help" =>; \$help,
"save" =>; \$save,
"dns=s" =>; \$dns_server,