Skip to content

Instantly share code, notes, and snippets.

@hunterowens
Created September 12, 2019 19:49
Show Gist options
  • Save hunterowens/26a7620047b2ae09cff0a53f022f2275 to your computer and use it in GitHub Desktop.
Save hunterowens/26a7620047b2ae09cff0a53f022f2275 to your computer and use it in GitHub Desktop.
#!/bin/bash
mkdir -p ./backup_emails/
mv ~/path/to/download.mbox ./backup_emails/backup.mbox
git init backup_emails
pip install trufflehog
truffleHog --regex --entropy=False backup_emails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment