Skip to content

Instantly share code, notes, and snippets.

View zxjinn's full-sized avatar

Kelvin Jasperson zxjinn

View GitHub Profile
@zxjinn
zxjinn / server-name-wordlist-mnemonic.txt
Last active January 28, 2017 19:51 — forked from bwbaugh/server-name-wordlist-mnemonic.txt
Server name wordlist (mnemonic)
# Original blog post: <https://mnx.io/blog/a-proper-server-naming-scheme/>
# Original word list: <http://web.archive.org/web/20091003023412/http://tothink.com/mnemonic/wordlist.txt>
# Sample usage: `curl -s https://gist.githubusercontent.com/zxjinn/4da47f07408ea420803c1886d0a11828/raw | sort -R | head --lines 1`
abraham
absent
absorb
absurd
academy
accent
acid
#!/usr/bin/env python
# Find the IAM username belonging to the TARGET_ACCESS_KEY
# Useful for finding IAM user corresponding to a compromised AWS credential
# Usage:
# find_iam_user AWS_ACCESS_KEY_ID
# Requirements:
#
# Environmental variables:
# AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
# or