Hidden Secrets
1. Base64 Encoded String
This is by far the best tool as compared to detect-secrets('yelp') or trufflehog('trufflesecurity') when finding base64 encoded strings in a text file(such as .html).
base64dump.py -u -s a -S <file>
Last updated
Was this helpful?