Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 905 Bytes

File metadata and controls

43 lines (27 loc) · 905 Bytes

sucrack

Free su password cracking utility, made by Archetypum.

Simple CLI utility to crack su passwords. Written in python3.

Installation

git clone https://github.com/Archetypum/sucrack.git
cd sucrack/
sudo make  # or doas make

Or install the script directly:

curl -fsSL https://raw.githubusercontent.com/Archetypum/sucrack/sucrack -o sucrack

Usage

man sucrack
# or
sucrack --help

You can find password dictionaries at SecLists.

Legal

sucrack is free software, released under the GNU General Public License v3.

See:

GNU