unafs
active password cracking tool
Install
- All systems
-
curl cmd.cat/unafs.sh
- Debian
-
apt-get install john
- Ubuntu
-
apt-get install john
- Alpine
-
apk add john
- Arch Linux
-
pacman -S john
- Kali Linux
-
apt-get install john
- Fedora
-
dnf install john
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install john
- OS X
-
brew install john
- Raspbian
-
apt-get install john
- Dockerfile
- dockerfile.run/unafs
- Docker
-
docker run cmd.cat/unafs unafs
powered by Commando
john
active password cracking tool
John the Ripper is a tool designed to help systems administrators to find weak (easy to guess or crack through brute force) passwords, and even automatically mail users warning them about it, if it is desired. Besides several crypt(3) password hash types most commonly found on various Unix flavors, supported out of the box are Kerberos AFS and Windows NT/2000/XP/2003 LM hashes, plus several more with contributed patches.