How to Install and Uninstall crackmapexec Package on Kali Linux

Last updated: May 11,2024

1. Install "crackmapexec" package

Please follow the guidance below to install crackmapexec on Kali Linux

$ sudo apt update $ sudo apt install crackmapexec

2. Uninstall "crackmapexec" package

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

$ sudo apt remove crackmapexec $ sudo apt autoclean && sudo apt autoremove

3. Information about the crackmapexec package on Kali Linux

Package: crackmapexec
Version: 5.4.0-0kali5
Architecture: all
Maintainer: Kali Developers
Installed-Size: 2352
Depends: python3-impacket, python3-pywerview, python3-unicrypto, python3-aardwolf, python3-aioconsole, python3-bs4 (>= 4.11), python3-bs4 (<< 5), python3-dsinternals, python3-lsassy, python3-masky, python3-msgpack, python3-neo4j, python3-paramiko, python3-pylnk3, python3-pypsrp, python3-requests, python3-termcolor, python3-terminaltables, python3-xmltodict, python3:any
Homepage: https://github.com/mpgn/CrackMapExec
Priority: optional
Section: misc
Filename: pool/main/c/crackmapexec/crackmapexec_5.4.0-0kali5_all.deb
Size: 646008
SHA256: 6627b019fe76347420119441fc4b580bff3ffb14c7f0cf04fc87c7b85eae40c6
SHA1: 9b17247ad9fe522b0153fdd396763731ad89cf87
MD5sum: 6ac4d658658eb8d00162d3c31ce6e217
Description: Swiss army knife for pentesting networks
This package is a swiss army knife for pentesting Windows/Active Directory
environments.
.
From enumerating logged on users and spidering SMB shares to executing psexec
style attacks, auto-injecting Mimikatz/Shellcode/DLL's into memory using
Powershell, dumping the NTDS.dit and more.
.
The biggest improvements over the above tools are:
- Pure Python script, no external tools required
- Fully concurrent threading
- Uses **ONLY** native WinAPI calls for discovering sessions, users, dumping
SAM hashes etc...
- Opsec safe (no binaries are uploaded to dump clear-text credentials, inject
shellcode etc...)
.
Additionally, a database is used to store used/dumped credentals. It also
automatically correlates Admin credentials to hosts and vice-versa allowing you
to easily keep track of credential sets and gain additional situational
awareness in large environments.
Description-md5:

5. The same packages on other Linux Distributions