Created
September 12, 2019 19:49
-
-
Save hunterowens/26a7620047b2ae09cff0a53f022f2275 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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