Find private keys within gzip-compresssed files

This commit is contained in:
Joe Wreschnig 2025-04-25 10:08:34 +02:00
parent 5c514f85cc
commit e2c9870bc2
3 changed files with 27 additions and 1 deletions

View file

@ -127,7 +127,7 @@
description: detects the presence of private keys.
entry: detect-private-key
language: python
types: [text]
types_or: [text, tgz, gz]
- id: double-quote-string-fixer
name: fix double quoted strings
description: replaces double quoted strings with single quoted strings.