Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
cracked — A TUI for crackmes.one | Kitploit
Tools/GitHubGitHub/courtcircuits/cracked
Reverse EngineeringCTFBinary AnalysisLearning & EducationLearning Paths & CoursesLabs & Practice
GitHubcourtcircuits/cracked

cracked

A TUI for crackmes.one

View Repository
11910 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Cracked

Download and train your retro-engineering skills 🖳


demo

What is Cracked?

Cracked is a TUI for downloading quickly crackmes.one challenges while staying in your terminal.

How to use Cracked?

Installation

root@kitploit:~
cargo install cracked

Usage

root@kitploit:~
$ cracked --help

Usage: cracked [OPTIONS]

Options:
  -n, --name <NAME>              Challenge name to search for
  -a, --author <AUTHOR>          Challenge author to search for
  -d, --difficulty <DIFFICULTY>  Difficulty level [possible values: easy, medium, hard, hardcore]
  -q, --quality <QUALITY>        Quality level [possible values: poor, flaky, good, mint]
  -l, --language <LANGUAGE>      Programming language [possible values: c, asm, java, go, rust, wasm, basic, delphi, pascal, dotnet, other]
      --arch <ARCH>              Architecture [possible values: x86, x64, java, arm, mips, riscv, other]
  -p, --platform <PLATFORM>      Platform [possible values: dos, macos, multiplatform, unix, windows, winxp, win7, android, ios, other]
  -h, --help                     Print help

Once you downloaded a challenge, it's really likely that it'll be a password protected zip file. Don't panic, you won't need to crack the zip. The password is crackmes.one.

That's pretty much it. Have fun!

Last note

Thanks a lot to crackmes.one for providing the challenges. This website is awesome and this CLI wouldn't exist without it.

Finally, this CLI wasn't build by the crackmes team. I'm not affiliated to them so consider this repo as a bootleg more than anything.

Download Tool