Bug 57995 - Trufflehog не обнаруживает шифрованные ключи openssl
Summary: Trufflehog не обнаруживает шифрованные ключи openssl
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: trufflehog (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Maxim Slipenko
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-02-24 15:28 MSK by Белая Алёна
Modified: 2026-02-25 09:58 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Белая Алёна 2026-02-24 15:28:25 MSK
trufflehog-3.93.2-alt1

Шаги воспроизведения:
1. Создать шифрованный ключ openssl: 
# openssl genrsa -aes256 -out example.key 
Ввести парольную фразу
2. Скопировать ключ в рабочий файл:
# cat example.key >> testfile.txt
Ввести парольную фразу
3. Запустить поиск по файловой системе
# trufflehog filesystem .

Результат: ключ не обнаружен

Ожидаемый результат: ключ обнаружен
Comment 1 Sergey Vlasov 2026-02-25 09:58:41 MSK
Апстрим считает такое поведение нормальным:
https://github.com/trufflesecurity/trufflehog/issues/4269