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:
#!/bin/bash | |
# Written by Josh Spicer (Oct. 7, 2018) | |
# Creates a new EC2 instance based on a clean image taken previously. | |
# Prereqs: | |
# - aws-cli in user path | |
# - aws creds (aws configure --profile <profile name>) as first argument | |
# `jq` installed in user path |
#!/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 |
#!/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. | |
""" | |
I hereby claim:
To claim this, I am signing this object: