CentOS8 SSL/TLS通信の解析が可能なツール「ssldump」をインストールする

環境
OSバージョンを確認します
# cat /etc/redhat-release
CentOS Stream release 8

操作方法
1.リポジトリをダウンロードします
# wget https://forensics.cert.org/cert-forensics-tools-release-el8.rpm

2.ダウンロードしたリポジトリをインストールします

# sudo dnf install cert-forensics-tools-release-el8.rpm

3.リポジトリから「ssldump」をインストールします

# sudo dnf --enablerepo=forensics install ssldump

4.インストールが完了したら、バージョンを確認します

# ssldump -v
ssldump 1.4
Maintained by a bunch of volunteers, see https://github.com/adulau/ssldump/blob/master/CREDITS
Copyright (C) 2015-2021 the aforementioned volunteers
Copyright (C) 1998-2001 RTFM, Inc.
All rights reserved.
Compiled with OpenSSL: decryption enabled

 

CentOS Stream 8

Posted by arkgame