How to Install and Uninstall shishi Package on Kali Linux

Last updated: November 06,2024

1. Install "shishi" package

This guide covers the steps necessary to install shishi on Kali Linux

$ sudo apt update $ sudo apt install shishi

2. Uninstall "shishi" package

Learn how to uninstall shishi on Kali Linux:

$ sudo apt remove shishi $ sudo apt autoclean && sudo apt autoremove

3. Information about the shishi package on Kali Linux

Package: shishi
Version: 1.0.3-2
Installed-Size: 142
Maintainer: Debian Shishi Team
Architecture: amd64
Depends: libc6 (>= 2.34), libshishi0 (>= 0.0.42)
Suggests: shishi-doc
Size: 57824
SHA256: 5f16a869672758b878ee04f11356f1ba74d88057bb411595e1b540698c8ad237
SHA1: a4207953ac89d411d1a663bb5696aa156351ac40
MD5sum: 3fa73429247d12f777f12a20f1731054
Description: Command line client for the Shishi Kerberos v5 implementation
Shishi is an implementation of the kerberos v5 network authentication
system.
.
Shishi can be used to authenticate users in distributed systems.
.
Shishi contains a library ('libshishi') that can be used by
application developers to add support for kerberos v5. Shishi
contains a command line utility ('shishi') that is used by users to
acquire and manage tickets (and more). The server side, a Key
Distribution Center, is implemented by 'shishid'. Of course, a
manual documenting usage aspects as well as the programming API is
included.
.
Shishi currently supports AS/TGS exchanges for acquiring tickets, the
AP exchange for performing client and server authentication, and
SAFE/PRIV for integrity/privacy protected application data exchanges.
.
Shishi is internationalized; error and status messages can be
translated into the users' language; user name and passwords can be
converted into any available character set (normally including
ISO-8859-1 and UTF-8) and also be processed using an experimental
Stringprep profile.
.
Most, if not all, of the widely used encryption and checksum types
are supported, such as ARCFOUR, 3DES, AES and HMAC-SHA1.
.
This package includes a few command line tools:
shishi -- Acquire and manage Kerberos tickets.
keytab2shishi -- Convert MIT/Heimdal /etc/krb5.keytab's to Shishi format.
ccache2shishi -- Convert MIT/Heimdal user ticket files to Shishi format.
Description-md5:
Homepage: https://www.gnu.org/software/shishi/
Tag: admin::login, implemented-in::c, interface::commandline,
network::client, protocol::kerberos, role::program,
security::authentication, security::cryptography, suite::gnu,
use::login
Section: net
Priority: optional
Filename: pool/main/s/shishi/shishi_1.0.3-2_amd64.deb