https://github.com/qrxnz/qrack
Simple bruteforcer for CrackMe binaries
https://github.com/qrxnz/qrack
crackme crackmes ctf ctf-tools guessing hacking hacking-tool
Last synced: 6 months ago
JSON representation
Simple bruteforcer for CrackMe binaries
- Host: GitHub
- URL: https://github.com/qrxnz/qrack
- Owner: qrxnz
- License: mit
- Created: 2024-08-17T13:24:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T11:52:54.000Z (7 months ago)
- Last Synced: 2025-04-09T03:56:43.555Z (6 months ago)
- Topics: crackme, crackmes, ctf, ctf-tools, guessing, hacking, hacking-tool
- Language: Go
- Homepage:
- Size: 202 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qrack
## ✒️ Description
> Simple bruteforcer for CrackMe binaries
https://github.com/user-attachments/assets/8ad86144-5839-4a16-ad60-f6797c90dd6b
## ⚒️ To build
```sh
go build -o ./qrack
```Or you can use just:
```sh
just
```## 📖 Usage
```sh
./qrack --dictionary --binary --pattern
```example:
```sh
./qrack --dictionary /usr/share/wordlists/rockyou.txt --binary ./example_crackme/test_crackme --pattern "Password"
```