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).
-u, --unique
-s select item nr for dumping (a for all)
-S, --strings perform strings dump
Have converted three example strings to base64:
and hid them in an html file downloaded from a random website such as 'Lorem Ipsum'. Then, ran the tool:
Last updated
Was this helpful?