| 12345678910 |
- title = "gitleaks config"
- [[rules]]
- description = "Generic API Key"
- id = "generic-api-key"
- regex = '''(?i)(?:key|api|token|secret|client|passwd|password|auth|access)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:{1,3}=|\|\|:|<=|=>|:|\?=)(?:'|\"|\s|=|\x60){0,5}([0-9a-z\-_.=]{10,150})(?:['|\"|\n|\r|\s|\x60|;]|$)'''
- entropy = 3.5
- keywords = [
- "key","api","token","secret","client","passwd","password","auth","access",
- ]
|