ArchiveCracker CLI version (Alpha) 04-28-2013, 01:58 PM
#1
ArchiveCracker
![[Image: 7r4xxay2.png]](http://s1.directupload.net/images/130505/7r4xxay2.png)
I have worked on the CLI version of my archive cracker lately. Since it supports more features now, I decided to publish it separately. GUI version will be updated later.
This program cracks password protected archive files like ZIP, RAR, ...
Features:
![[Image: cjrxso2n.png]](http://s14.directupload.net/images/130505/cjrxso2n.png)
Example usage:
Simple wordlist attack:
java -jar archivecracker.jar -w wordlist.txt myarchive.zip
Simple bruteforce attack with interactive alphabet definition:
java -jar archivecracker.jar myarchive.zip
Bruteforce attack with alphabet from a file and custom thread options:
java -jar archivecracker.jar -t 6 -a characters.txt myarchive.zip
Bruteforce attack with default alphabet:
java -jar archivecracker.jar -d myarchive.zip
LOC: 1027
Requirements: Java 7 Runtime
Download program: http://uppit.com/c89nm21rxqa3/archivecracker.jar
Download source: http://uppit.com/ib3gg6ha2g01/src.zip
GUI version: http://www.hackcommunity.com/Thread-HC-O...acker-V0-4
All my programs are under Free BSD License
----------------------------------------------------------------------------------
Changelogs:
![[Image: 7r4xxay2.png]](http://s1.directupload.net/images/130505/7r4xxay2.png)
I have worked on the CLI version of my archive cracker lately. Since it supports more features now, I decided to publish it separately. GUI version will be updated later.
This program cracks password protected archive files like ZIP, RAR, ...
Features:
- customizeable multi-threading
- word generation for bruteforcing
- custom alphabets for wordgeneration, definition by file or interactive
- wordlist attack
- time measurement
- large archives take too long to check for passwords
- large wordlists not supported yet
![[Image: cjrxso2n.png]](http://s14.directupload.net/images/130505/cjrxso2n.png)
Example usage:
Simple wordlist attack:
java -jar archivecracker.jar -w wordlist.txt myarchive.zip
Simple bruteforce attack with interactive alphabet definition:
java -jar archivecracker.jar myarchive.zip
Bruteforce attack with alphabet from a file and custom thread options:
java -jar archivecracker.jar -t 6 -a characters.txt myarchive.zip
Bruteforce attack with default alphabet:
java -jar archivecracker.jar -d myarchive.zip
LOC: 1027
Requirements: Java 7 Runtime
Download program: http://uppit.com/c89nm21rxqa3/archivecracker.jar
Download source: http://uppit.com/ib3gg6ha2g01/src.zip
GUI version: http://www.hackcommunity.com/Thread-HC-O...acker-V0-4
All my programs are under Free BSD License
----------------------------------------------------------------------------------
Changelogs:
Spoiler:
Changelog V0.4
Changelog V0.3.1
Changelog V0.3
TODO-list for upcoming versions:
- interactive alphabet definition
- faster initialization
- characters for word generation used in same order as given by user
Changelog V0.3.1
- bugfix, thanks to @noize for pointing out the problem
Changelog V0.3
- multi-threading
- custom alphabets for wordgeneration
- time measurement
- progress bar
TODO-list for upcoming versions:
- support for large wordlists
- support for large archives
- wordlist scrambling
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.
Expressed feelings are just an attempt to simulate humans.
![[Image: 2YpkRjy.png]](http://i.imgur.com/2YpkRjy.png)

![[+]](https://sinister.li/images/modern/collapse_collapsed.png)