Skip to content

Instantly share code, notes, and snippets.

View chrishol's full-sized avatar

Chris Hollindale chrishol

View GitHub Profile
[{"inputs":[{"internalType":"uint16[]","name":"bodyProbabilities","type":"uint16[]"},{"internalType":"uint16[]","name":"eyesProbabilities","type":"uint16[]"},{"internalType":"uint16[]","name":"mouthProbabilities","type":"uint16[]"},{"internalType":"uint16[]","name":"headProbabilities","type":"uint16[]"},{"internalType":"uint16[]","name":"hatProbabilities","type":"uint16[]"},{"internalType":"uint16[]","name":"clothingProbabilities","type":"uint16[]"},{"internalType":"bytes32[]","name":"allTraitNames","type":"bytes32[]"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"op
@chrishol
chrishol / gsuite-dig.sh
Created October 16, 2018 22:19
Find G Suite users for a given list of domains
# Step 1: Create list of domains in url-list.txt
# Step 2: Run dig to output a list of MX records
while read url; do
dig $url mx | grep MX | head -n 2 | tail -n 1
done <url-list.txt > mx-results.txt
# Step 3: Grep to isolate and count the Google users
@chrishol
chrishol / clarity-scrape.js
Created August 6, 2018 04:54
Clarity Money scrape
// 1. Add jQuery to the Chrome console
// -- jquerify.js
// -- https://github.com/bgrins/devtools-snippets
// 2. Log in to Clarity Money
// 3. Click transactions to pull up the transactions modal
// 4. (optional) Filter, or load more to get what you want
// 5. Run snippet in Chrome developer tools snippets
var output = '';
var $items = jQuery('#modal .transaction-item-container');

Keybase proof

I hereby claim:

  • I am chrishol on github.
  • I am chrishol (https://keybase.io/chrishol) on keybase.
  • I have a public key whose fingerprint is 7FDC 36A6 6DCA 1556 B948 320C F89A 3158 B4FE 46D6

To claim this, I am signing this object: