regex_entropy.toml 189 B

123456789
  1. [[rules]]
  2. description = "entropy and regex"
  3. regex = '''(?i)key(.{0,20})?['|"][0-9a-zA-Z]{16,45}['|"]'''
  4. entropies = [
  5. "4.5-4.7",
  6. "5.5-6.3",
  7. ]
  8. tags = ["entropy"]