rarcrack
Win32 version rarcrack 0.2
Introduce:
If you forget your password for compressed archive (rar, 7z, zip), this program is the solution.
This program uses bruteforce algorithm to find correct password. You can specify wich characters will be used in password generations.
Warning: Please don’t use this program for any illegal things!
You can freely modify and redistribute this program under terms of GPL-2 license.
Version 0.2 [this is the latest version]
- Added multiple cracking threads support
- Added 7z, zip support
- Archive file type auto-detection
Version 0.1
- Inital version (rar cracking working)
Using RarCrack:
rarcrack your_encrypted_archive.ext [--threads thread_num] [--type rar|zip|7z]
Everything in [] are optional, rarcrack default crack two threads and autodetect the archive type. If the detection wrong you can specify the correct file type with the type parameter. RarCrack currently crack maximum in 12 threads.
After the cracking started RarCrack will print the current status of cracking and save it’s to a status file. If you want more specific password character set, you need to run RarCrack to create the XML status file (3 sec).
<?xml version="1.0" encoding="UTF-8"?> <rarcrack> <abc>0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</abc> <current>uU</current> <good_password></good_password> </rarcrack>
Warning: Take care when you changing this file, make sure the current password don’t have characters outside the abc[character set]!
- Sku
- rarcrack
- Description
- Win32 version rarcrack
- Product Options
# Option Price 1 donation $5.00 - Shipping
- Shipping Rate: F
1 Comment
Other Links to this Post
RSS feed for comments on this post. TrackBack URI
By abu khalil, December 5, 2011 @ 4:18 pm
it lacks performance
it repeats the passwd more than 16 times
also without source to let others check and improve it