How to Install and Uninstall golang-github-muesli-crunchy-dev Package on Kali Linux

Last updated: May 08,2024

1. Install "golang-github-muesli-crunchy-dev" package

Please follow the step by step instructions below to install golang-github-muesli-crunchy-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-muesli-crunchy-dev

2. Uninstall "golang-github-muesli-crunchy-dev" package

This guide covers the steps necessary to uninstall golang-github-muesli-crunchy-dev on Kali Linux:

$ sudo apt remove golang-github-muesli-crunchy-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-muesli-crunchy-dev package on Kali Linux

Package: golang-github-muesli-crunchy-dev
Source: golang-github-muesli-crunchy
Version: 0.4.0-2
Installed-Size: 33
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-xrash-smetrics-dev
Suggests: cracklib-runitme, dictionaries-common, wamerican
Size: 7704
SHA256: 7692793efa9e62d2360e8004cb1e7223e0134ac8a698144193f723095a823071
SHA1: 823b2c65b18085dcba7caa5928c97ae79cbf7ebb
MD5sum: 8b96bc85966873c969a402cfa6a4b5b0
Description: finds common flaws in passwords
crunchy finds common flaws in passwords. It detects the following flaws:
- Empty passwords: ErrEmpty
- Too short passwords: ErrTooShort
- Too few different characters, like "aabbccdd": ErrTooFewChars
- Systematic passwords, like "abcdefgh" or "87654321": ErrTooSystematic
- Passwords from a dictionary / wordlist: ErrDictionary
- Mangled / reversed passwords, like "p@ssw0rd": ErrMangledDictionary
- Hashed dictionary words, like "5f4dcc3b5aa765d61d8327deb882cf99"
(the md5sum of "password"): ErrHashedDictionary
.
System dictionaries from /usr/share/dict will be indexed. If no dictionaries
were found, crunchy only relies on the regular sanity checks (ErrEmpty,
ErrTooShort, ErrTooFewChars and ErrTooSystematic).
.
crunchy uses the WagnerFischer algorithm to find mangled passwords in your
dictionaries.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/muesli/crunchy
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-muesli-crunchy/golang-github-muesli-crunchy-dev_0.4.0-2_all.deb