secrets-patterns-db
secrets-patterns-db copied to clipboard
Secrets Patterns DB: The largest open-source Database for detecting secrets, API keys, passwords, tokens, and more.
The BugSwagger team, comprising @xElkomy and @juba0x00, is developing a compact script. This script is designed to process all the regex rules and generate two distinct .bcheck templates, categorizing them...
The new-ish Trufflehog V3 needs rules in YAML format as specified here: https://docs.trufflesecurity.com/docs/configuration/detectors/ Just as a note, this is a sample new rules file: ```yaml detectors: - name: generic-api-key keywords:...
Apologies for opening an annoying issues on what looks like a useful and early endeavour. I just want to avoid odd problems for users later. The README appears to imply...
Hey I very much like this project and I'm using it in one of my own. I found one rule to be missing and I'm unsure where to place it....
Gitleaks changes its rule format, so we need to update the script
Added jsluice secrets conversion to the prior trufflehog v3 pr.
Is there any reason some have the extension yaml and others yml ? Easier to all be the same when making remote requests for the files. Thank you. Sincerely,
Hi @mazen160 , it seems like this repo is not maintained anymore. Could you give an update if you plan to maintain in the future? Thx
Regex taken from AWS blog: https://aws.amazon.com/blogs/security/a-safer-way-to-distribute-aws-credentials-to-ec2/
regexes are aweful , they're not case insensitive , and they dont work . example on https://regex101.com : (?:sendgrid).{0,40}(SG\.[\w\-_]{20,24}\.[\w\-_]{39,50})\b doesnt catch : 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