Skip to content

Instantly share code, notes, and snippets.

View joshspicer's full-sized avatar
💭
¯\_(ツ)_/¯

Josh Spicer joshspicer

💭
¯\_(ツ)_/¯
View GitHub Profile
@joshspicer
joshspicer / changeMAC.sh
Created October 11, 2018 08:40
Change the MAC address for a given interface on your Mac computer.
#!/bin/bash
if [ "$#" -ne 1 ]; then
echo "[-] Usage: ./changeMAC.sh <interface>"
echo "[-] Hold down the option key and click the WiFi symbol to see your default interface name"
exit 1
fi
interface=$1
@joshspicer
joshspicer / SimpleHTTPServerWithUpload.py
Created June 13, 2018 12:51 — forked from UniIsland/SimpleHTTPServerWithUpload.py
Simple Python Http Server with Upload
#!/usr/bin/env python
"""Simple HTTP Server With Upload.
This module builds on BaseHTTPServer by implementing the standard GET
and HEAD requests in a fairly straightforward manner.
"""

Keybase proof

I hereby claim:

  • I am joshspicer on github.
  • I am joshspicer (https://keybase.io/joshspicer) on keybase.
  • I have a public key whose fingerprint is 415A 4243 34C5 C83A BE00 04CA D5C4 AC84 C321 1123

To claim this, I am signing this object: