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
CTFCrackTools — The next-generation CTF Swiss Army Knife powered by Rust & Tauri. Features a visual node-based workflow and local AI intelligence for extreme performance and automation.China's first CTFTools framework. | Kitploit
Tools/GitHubGitHub/0chencc/ctfcracktools
Hash AnalysisCryptographyCTFUtilities & FrameworksLearning & Education
GitHub0chencc/ctfcracktools

CTFCrackTools

The next-generation CTF Swiss Army Knife powered by Rust & Tauri. Features a visual node-based workflow and local AI intelligence for extreme performance and automation.China's first CTFTools framework.

View Repository
2.1k30733 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

CTFCrackTools X

Next-Generation Node-Based CTF Toolkit

English | 简体中文

Release Released Downloads License Platform

From V4 to X — More Than Just a Version Number

CTFCrackTools X

Download | Features | Author's Note


Brand Evolution

CTFCrackTools X represents the next generation of CTFCrackTools. The "X" stands for:

  • eXtreme — Ultimate performance and experience
  • eXtensible — Modular node-based architecture
  • neXt — Future-ready technology stack

Features

Node-Based Workflow

Say goodbye to linear operations. Visually compose your encoding/decoding pipelines with drag-and-drop nodes.

  1. Download and install the version for your system
  2. Launch the app — you'll see a blank canvas
  3. Add nodes: Input → Encoding nodes → Output
  4. Connect nodes, enter your text, and execute

Workflow

43+ Built-in Algorithms

Comprehensive coverage of encoding, encryption, and hashing commonly used in CTF challenges:

Encoding (15)
  • Base64 / Base32 / Base58 / Base85
  • Hex / URL / ASCII / Binary
  • Morse / UUEncode / ROT47
  • Unicode / HTML Entity
  • JWT Decode / Brainfuck
Classical Ciphers (11)
  • Caesar / ROT13 / Atbash
  • Vigenère / Beaufort
  • Playfair / Polybius
  • Affine / Rail Fence
  • Bacon / XOR
Modern Encryption (5)
  • AES-128-CBC
  • DES / 3DES
  • Blowfish
  • RC4
Hash & KDF (6)
  • MD5 / SHA1 / SHA256 / SHA512
  • HMAC-SHA256
  • PBKDF2
Text Processing (7)
  • Uppercase / Lowercase
  • Reverse / Trim
  • Capitalize / SwapCase
  • Length

Cross-Platform Support

Native support for Windows, macOS, and Linux — no runtime installation required.


Download

Head to Releases to download the version for your system:

PlatformFilename
Windows x64ctfcracktools-x-windows-x64.exe
macOS ARM64ctfcracktools-x-macos-arm64
Linux x64ctfcracktools-x-linux-x64

Note: macOS/Linux users need to add execute permission after download: chmod +x ctfcracktools-x-*


Author's Note

For a long time, I received a lot of feedback about this tool. However, since I had been away from the CTF scene for quite a while, I kept putting off updates. This project also went through four major versions during my younger years when I didn't quite know what I was doing.

Many friends reached out to me about issues with the tool through my personal contacts rather than GitHub, which often led to me forgetting about them.

If I recall correctly, this tool was first released in 2016. I've cleaned up the commit history multiple times because back then I didn't know how to properly push code. In pursuit of cleaner, more standardized code, I kept overwriting the git history.

Now I've mastered git, but a decade has passed. I still remember that New Year's Eve ten years ago, coding away in Eclipse. How wonderful it would be if time could have stopped there.

Recently, I've been participating in or leading various projects driven by my interests. While going through my old projects, I came across this tool I wrote when I was 16, and I remembered the passion I had for solving CTF challenges late into the night. Admittedly, this tool isn't among the most outstanding in the open-source community — it's simply a beginner-friendly utility.

I've placed these words at the end, hoping that beyond the sentimentality, you can focus on the tool's functionality itself. I'm well aware that after ten years, this tool isn't exactly "excellent." That's why I hope to keep updating it so that it can be useful to everyone once again. Before starting this rewrite, I went back to read my own comments from years ago and searched for mentions of this tool online. I found bloggers still recommending it today, and write-ups still referencing it — that made me incredibly happy. Thank you all for your support over the years.

To give this tool a new lease on life in today's environment, I spent some time rebuilding it from the ground up with a completely new architecture. I hope you enjoy it.

Today, as I commit this code, it's December 25th, 2025 — Christmas Day. Merry Christmas to everyone.

CTFCrackTools X — Perhaps it will be better than better

Made with Rust + React by 0Chencc

Download Tool
CTFCrackTools V4CTFCrackTools X
InterfaceTraditional formsNode-based workflow
PerformanceJava runtimeNative performance
Size~50MB+<15MB
Cross-platformRequires JRENative support