How to Install and Uninstall endlessh Package on Kali Linux

Last updated: May 10,2024

1. Install "endlessh" package

Please follow the guidelines below to install endlessh on Kali Linux

$ sudo apt update $ sudo apt install endlessh

2. Uninstall "endlessh" package

Please follow the step by step instructions below to uninstall endlessh on Kali Linux:

$ sudo apt remove endlessh $ sudo apt autoclean && sudo apt autoremove

3. Information about the endlessh package on Kali Linux

Package: endlessh
Source: endlessh (1.1-5)
Version: 1.1-5+b2
Installed-Size: 57
Maintainer: nicoo
Architecture: amd64
Depends: libc6 (>= 2.34)
Pre-Depends: init-system-helpers (>= 1.54~)
Size: 14520
SHA256: 0b7754d5d0947e0c67dca91baa0af971870bf4afd3bdc8d7a640dec7d6d1a6d1
SHA1: 5738b34270910c7e7a9ddd81c66897553a448218
MD5sum: 5b6fdcd09ac8ee5766332b4df6e242ab
Description: SSH tarpit that slowly sends an endless connection banner
Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner.
It keeps SSH clients locked up for hours or even days at a time. The purpose is
to put your real SSH server on another port and then let abusive bots get stuck
in this tarpit instead of bothering a real server.
.
Since the tarpit is in the banner before any cryptographic exchange occurs,
this program doesn't depend on any cryptographic libraries. It's a simple,
single-threaded, standalone C program. It uses poll() to trap multiple clients
at a time.
.
See https://nullprogram.com/blog/2019/03/22/ for more details.
Description-md5:
Homepage: https://github.com/skeeto/endlessh
Section: devel
Priority: optional
Filename: pool/main/e/endlessh/endlessh_1.1-5+b2_amd64.deb