All Projects → BoboTiG → cracker-ng

BoboTiG / cracker-ng

Licence: GPL-2.0 License
ZIP cracker, CCRYPT cracker, and others to come.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to cracker-ng

ZipCrack
Crack password protected zip files
Stars: ✭ 23 (-61.67%)
Mutual labels:  zip, password, crack
Ob3vil1on
Another archive cracker created in python | cracking [zip/7z/rar] by bruteforcing [ NOT MAINTAINED ]
Stars: ✭ 17 (-71.67%)
Mutual labels:  zip, password, crack
tt7zcrack
7z辅助破解工具 Fast 7zip crack assistant tool which support GPU/CPU, written in Python.
Stars: ✭ 12 (-80%)
Mutual labels:  password, crack, password-cracker
archiver-zip-encrypted
Plugin for archiver to create ZIP archives with password using either AES or legacy Zip 2.0 encryption
Stars: ✭ 50 (-16.67%)
Mutual labels:  zip, password
uberscan
Security program for recovering passwords and pen-testing servers, routers and IoT devices using brute-force password attacks.
Stars: ✭ 31 (-48.33%)
Mutual labels:  password, password-cracker
K8tools
K8工具合集(内网渗透/提权工具/远程溢出/漏洞利用/扫描工具/密码破解/免杀工具/Exploit/APT/0day/Shellcode/Payload/priviledge/BypassUAC/OverFlow/WebShell/PenTest) Web GetShell Exploit(Struts2/Zimbra/Weblogic/Tomcat/Apache/Jboss/DotNetNuke/zabbix)
Stars: ✭ 4,173 (+6855%)
Mutual labels:  password, crack
Zydra
Stars: ✭ 178 (+196.67%)
Mutual labels:  zip, password
password-list
Password lists with top passwords to optimize bruteforce attacks
Stars: ✭ 174 (+190%)
Mutual labels:  password, password-cracker
WindowTextExtractor
WindowTextExtractor allows you to get a text from any window of an operating system including asterisk passwords
Stars: ✭ 128 (+113.33%)
Mutual labels:  password, password-cracker
minizip-asm.js
Minizip in javascript. Work with password. Demo:
Stars: ✭ 38 (-36.67%)
Mutual labels:  zip, password
oneshellcrack
a very very fast brute force webshell password tool
Stars: ✭ 42 (-30%)
Mutual labels:  password, crack
ItroublveTSC
Official Source of ItroublveTSC, totally open source. No virus or anything. Feel free to have a look :)
Stars: ✭ 82 (+36.67%)
Mutual labels:  password
python-zipstream
Like Python's ZipFile module, except it works as a generator that provides the file in many small chunks.
Stars: ✭ 117 (+95%)
Mutual labels:  zip
FCommunity
multi Checkers (Hma/Hulu/Spotify/Call of duty/Instagram/smtp2go/VyprVpn) in One Tool Named FCommunity
Stars: ✭ 26 (-56.67%)
Mutual labels:  crack
Slider Captcha Crack
🌈Slider_Captcha_Crack某教育网站滑动验证码破解(识别率100%)
Stars: ✭ 49 (-18.33%)
Mutual labels:  crack
Vital
Malware for Discord, designed to steal passwords, tokens, and inject discord folders for long-term use.
Stars: ✭ 50 (-16.67%)
Mutual labels:  password
libopaque
c implementation of the OPAQUE protocol with bindings for python, php, ruby, lua, zig, java, erlang, golang and js.
Stars: ✭ 30 (-50%)
Mutual labels:  password
otc
Onetap Crack Loader - Official ReHost
Stars: ✭ 46 (-23.33%)
Mutual labels:  crack
secrets.clj
A library designed to generate cryptographically strong random numbers.
Stars: ✭ 64 (+6.67%)
Mutual labels:  password
epub-package.dart
A dart package to parse EPUB files
Stars: ✭ 21 (-65%)
Mutual labels:  zip

Cracker-ng

Cracker-ng, a multiple file password finder. For now, there are these modules:

  • zip cracker (zip, winzip, apm, ipa, and all zip based files),
  • ccrypt cracker (cpt, antigift) [from the 2nd version (1.1) to the latest (1.10), 1.0 is buggy]

What this tool does not:

  • call a tierce tool like unrar or unzip to check the password (and will never)
  • compute permutations (will change) or create wordlists

What this tool does:

  • understand the data format (see src/*)
  • check the password using the way official tool does
  • use optimized routines
  • read passwords from a wordlist or STDIN:
    • cat, john, crunch or whatever you want for wordlist attack

Installation

$ git clone https://github.com/BoboTiG/cracker-ng.git
$ cd cracker-ng

For testers and contributors, always work with on the devel branch:

$ git checkout devel

To show available commands:

$ make

Example to build the ZIP module:

$ make zip

Build the debug version (for testers and contributors):

$ DEBUG=1 make zip

The final executable file will be stored into bin folder.

Man

Usage: <MODULE>cracker-ng -f FILE

Examples with ZIP module:

# Using STDIN to use power of other tools
$ cat wordlist.lst | zipcracker-ng -f FILE  -
$ john --incremental --stdout | zipcracker-ng -f FILE -
$ crunch 1 8 -f charset.lst lalpha | zipcracker-ng -f FILE -

# Or using a wordlist
$ zipcracker-ng -f FILE -w wordlist.lst

Why

I wrote this tool when I saw poor resources we have on Unix for ZIP and RAR files password cracking. Hope it will be helpful.

License

Copyright (C) 2011-2021 by Mickaël 'Tiger-222' Schoentgen.

Cracker-ng comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under
certain conditions. See the GNU General Public Licence for details.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].