AlmaLinux9.0にSSL/TLS通信の解析ツールssldumpをインストールする

環境
OSバージョンの確認
# cat /etc/redhat-release
AlmaLinux release 9.0 (Emerald Puma)

ssldumpのインストール手順
1.cert-forensicsのリポジトリをダウンロードします

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# wget https://forensics.cert.org/cert-forensics-tools-release-el9.rpm
# wget https://forensics.cert.org/cert-forensics-tools-release-el9.rpm
# wget https://forensics.cert.org/cert-forensics-tools-release-el9.rpm

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

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# sudo dnf install cert-forensics-tools-release-el9.rpm
# sudo dnf install cert-forensics-tools-release-el9.rpm
# sudo dnf install cert-forensics-tools-release-el9.rpm

3.ssldumpをインストールします

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# sudo dnf --enablerepo=forensics install ssldump
# sudo dnf --enablerepo=forensics install ssldump
# sudo dnf --enablerepo=forensics install ssldump

4.ssldumpバージョンを確認します

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# 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
# 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
# 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

 

AlmaLinux

Posted by arkgame