MASTG-TOOL-0056 Keychain-Dumper
# Copy over the binary to /var/jb/usr/bin/
scp keychain_dumper mobile@<deviceip>:/var/jb/usr/bin/
# Copy over the updateEntitlements.sh script
scp updateEntitlements.sh mobile@<deviceip>:/var/jb/usr/bin/
# SSH into the device
ssh mobile@<deviceip>
# Go to the /var/jb/tmp directory and switch to root
cd /var/jb/usr/bin & sudo su
# Add executable permissions to both files
chmod +x keychain_dumper
chmod +x updateEntitlements.sh
# Run updateEntitlements.sh
./updateEntitlements.sh
# Run keychain_dumper
/var/jb/tmp/keychain_dump -hLast updated