Skip to content

Instantly share code, notes, and snippets.

@beret
beret / ent.xml
Last active October 5, 2021 07:26
ldid -Sent.xml /usr/bin/keychain_dumper - for granting keychain_dumper entitlements to Signal iOS keys
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>keychain-access-groups</key>
<array>
<string>U68MSDN6DR.org.whispersystems.signal</string>
<string>group.org.whispersystems.signal.group.staging</string>
<string>group.org.whispersystems.signal.group</string>
</array>
@beret
beret / Babylonian-neckbeard.txt
Created January 8, 2012 05:58
Rank the users you follow on Twitter by their Followcost (Bash)
# This _will_ break if you follow over 500 accounts since it only does single requests.
# Also, I know nothing about parsing JSON; consider yourself warned.
# PS: If you follow over 500 accounts you are insane.
# Cross-platform: Linux! BSD! OSX! Solaris! Anything but Windows PowerShell!
# Requires: pcregrep (you'll need to install 'pcre' if you're on OSX)
## Part 1: Brain Pain & JSON
# Fetches user info, dumps it in following-json.txt if you want an aneurysm.
# Prints who you follow in following.txt then puts line-separated Followcost reports in userFC-json.txt