How to Install and Uninstall crowbar Package on Kali Linux

Last updated: June 29,2024

1. Install "crowbar" package

This tutorial shows how to install crowbar on Kali Linux

$ sudo apt update $ sudo apt install crowbar

2. Uninstall "crowbar" package

This guide covers the steps necessary to uninstall crowbar on Kali Linux:

$ sudo apt remove crowbar $ sudo apt autoclean && sudo apt autoremove

3. Information about the crowbar package on Kali Linux

Package: crowbar
Version: 4.2-0kali1
Architecture: all
Maintainer: Kali Developers
Installed-Size: 450
Depends: python3-paramiko, python3:any, openvpn, freerdp2-x11, vncviewer, python3-nmap
Homepage: https://github.com/galkan/crowbar
Priority: optional
Section: misc
Filename: pool/main/c/crowbar/crowbar_4.2-0kali1_all.deb
Size: 347632
SHA256: c9241c154615a81d08f7dfb1e8c001bb6ade9c31b7b848909f1ed01e9436b1ff
SHA1: 5c146527fcaf375d593d820be89daefe5985a631
MD5sum: b03658b121d010211c02318fda18d4cd
Description: Brute forcing tool
This package contains Crowbar (formally known as Levye). It is a brute forcing
tool that can be used during penetration tests. It was developed to brute force
some protocols in a different manner according to other popular brute forcing
tools. As an example, while most brute forcing tools use username and password
for SSH brute force, Crowbar uses SSH key(s). This allows for any private keys
that have been obtained during penetration tests, to be used to attack other
SSH servers.
.
Currently Crowbar supports:
* OpenVPN (-b openvpn)
* Remote Desktop Protocol (RDP) with NLA support (-b rdp)
* SSH private key authentication (-b sshkey)
* VNC key authentication (-b vpn)
Description-md5:

5. The same packages on other Linux Distributions