Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am matt- on github.
  • I am mattaustin (https://keybase.io/mattaustin) on keybase.
  • I have a public key whose fingerprint is 786C 4715 840B FD51 B2F4 F1A3 5E96 6468 3EB5 F20B

To claim this, I am signing this object:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Google Chrome "Local File Disclosure" via HTML5 Link Download with DND Upload POC</title>
<style>
html, body {
height: 100%;
#!/usr/bin/env ruby
require 'net/telnet'
require 'curses'
require 'optparse'
options = {}
options[:port] = 11211
options[:host] = 'localhost'
OptionParser.new do |opts|
opts.banner = "Usage: mem.rb [options]"
@matt-
matt- / solaris.js
Created December 28, 2011 20:09
Solaris in Node JS
var net = require('net');
var host = 'apache.org';
var max = 300;
var connections = Array();
var count = 0;
var ip = '';
var dns = require('dns');
@matt-
matt- / test.html
Created November 23, 2011 07:52
test
<script>
alert(1);
</script>
@matt-
matt- / groove_shark_tokens.txt
Created November 23, 2011 07:46
Grooveshark Tokens
Token Key: theTicketsAreNowDiamonds
Client: htmlshark
Client Revision: 20110906
Rev Token: imOnAHorse
@matt-
matt- / info.json
Last active August 29, 2015 13:58
Test Plugin
{
name: 'test plugin',
description: 'This is a test plugin'
}
@matt-
matt- / 0_reuse_code.js
Created March 4, 2014 22:56
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console