trufflesecurity / trufflehog

Find, verify, and analyze leaked credentials
https://trufflesecurity.com
GNU Affero General Public License v3.0
15.5k stars 1.62k forks source link

Support for Azure CosmosDB #857

Open georgekosmidis opened 1 year ago

georgekosmidis commented 1 year ago

Description

Currently trufflehog doesnt support Azure CosmosDB. Since it is a common service, adding support would be great.

Sample Key (CosmosDB Emulator)

Environment.SetEnvironmentVariable("COSMOS_KEY", "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==",
                                            EnvironmentVariableTarget.Process);
zricethezav commented 7 months ago

We have this on our roadmap. No details on timeline though