How to Install and Uninstall ssh-audit Package on Kali Linux

Last updated: May 21,2024

1. Install "ssh-audit" package

In this section, we are going to explain the necessary steps to install ssh-audit on Kali Linux

$ sudo apt update $ sudo apt install ssh-audit

2. Uninstall "ssh-audit" package

This guide let you learn how to uninstall ssh-audit on Kali Linux:

$ sudo apt remove ssh-audit $ sudo apt autoclean && sudo apt autoremove

3. Information about the ssh-audit package on Kali Linux

Package: ssh-audit
Version: 3.1.0-1
Installed-Size: 388
Maintainer: ChangZhuo Chen (陳昌倬)
Architecture: all
Depends: python3:any
Size: 66344
SHA256: afbe10bdb1d0d365f76f6216aa31a33a63426e02cfb668d91610bbd4fc037236
SHA1: 943ea7fbb5510a3df0215f8e76392151e132e7c8
MD5sum: 9eb6d8ab995d163a992a4c355b240b3d
Description: tool for ssh server auditing
ssh-audit is a tool for ssh server auditing with the following
features:
.
* SSH1 and SSH2 protocol server support;
* grab banner, recognize device or software and operating system,
detect compression;
* gather key-exchange, host-key, encryption and message authentication
code algorithms;
* output algorithm information (available since, removed/disabled,
unsafe/weak/legacy, etc);
* output algorithm recommendations (append or remove based on
recognized software version);
* output security information (related issues, assigned CVE list,
etc);
* analyze SSH version compatibility based on algorithm information;
* historical information from OpenSSH, Dropbear SSH and libssh;
* no dependencies, compatible with Python 2.6+, Python 3.x and PyPy;
Description-md5:
Homepage: https://github.com/jtesta/ssh-audit
Section: admin
Priority: optional
Filename: pool/main/s/ssh-audit/ssh-audit_3.1.0-1_all.deb