AlmaLinuxにssldumpをインストールする
AlmaLinuxにSSL/TLS通信の解析が可能なツール「ssldump」をインストールする手順を記述してます。
環境
- OS AlmaLinux 8.3
ssldumpインストール
まずは、cert-forensicsのリポジトリをダウンロードします。
wget https://forensics.cert.org/cert-forensics-tools-release-el8.rpm
ダウンロードしたリポジトリからインストールを行います。
sudo dnf install cert-forensics-tools-release-el8.rpm
リポジトリから「ssldump」をインストールします
sudo dnf --enablerepo=forensics install ssldump
インストールが完了したら、バージョンを確認してみます。
ssldump -v
<出力結果>
ssldump 1.3
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
サーバーへの通信を確認したい場合は、以下のコマンドで可能です。
sudo ssldump -n -H -i <NIC名>
-
前の記事
windows11 scoopでmongoDBをインストールする 2021.12.27
-
次の記事
.net6.0をインストールする 2021.12.27
コメントを書く