1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN">
5 <meta content=
"text/html; charset=UTF-8" http-equiv=
"content-type">
6 <title>RarCrack!
</title>
9 <meta content=
"David Zoltan Kedves <kedazo@gmail.com>" name=
"author">
14 <body style=
"direction: ltr;">
16 <div style=
"background-color: rgb(200, 100, 50); width: 100%; height: 50px; text-align: center; color: rgb(255, 255, 255);">
21 <div style=
"background-color: rgb(255, 255, 200); text-align: left; color: rgb(0, 0, 0); font-weight: bold;">
22 <div style=
"border: 1px none ; text-align: center; float: right; width: 180px; height: 80px; background-color: rgb(204, 204, 34); font-weight: bold;"><br>
30 <span style=
"font-weight: normal;">If you
31 forget your password for compressed archive (rar,
7z, zip), this
32 program is the solution.
</span><br style=
"font-weight: normal;">
34 <span style=
"font-weight: normal;">
35 </span><span style=
"font-weight: normal;">This
37 bruteforce algorithm to find correct password. You can specify wich
38 characters will be used in password generations.
<br>
40 <span style=
"font-weight: bold;">Warning:
</span>
41 Please don't use this program for any illegal things!
<br>
45 You can freely modify and redistribute this program under terms of
49 <div style=
"text-align: left;">
50 <div style=
"text-align: left;"><span style=
"font-weight: normal;"><br>
52 <div style=
"border: 1px solid rgb(0, 0, 0); width: 80%; text-align: left; background-color: rgb(255, 255, 255); font-weight: bold;"><span style=
"font-weight: bold;">Changelog:
<br>
56 </span><span style=
"font-weight: normal;">Version
57 0.2 [this is the latest version]
</span><br style=
"font-weight: normal;">
61 <li><span style=
"font-weight: normal;">Added
62 multiple cracking threads support
</span></li>
64 <li><span style=
"font-weight: normal;">Added
7z,
65 zip support
</span></li>
67 <li><span style=
"font-weight: normal;">Archive
68 file type auto-detection
</span></li>
72 <br style=
"font-weight: normal;">
74 <span style=
"font-weight: normal;">Version
0.1</span><br style=
"font-weight: normal;">
78 <li><span style=
"font-weight: normal;">Inital
79 version (rar cracking working)
</span></li>
83 <span style=
"font-weight: bold;"></span></div>
87 <div style=
"border: 1px solid rgb(0, 0, 0); width: 80%; text-align: left; background-color: rgb(255, 255, 255); font-weight: bold;"><span style=
"font-weight: bold;"></span>Software
88 requirements:
<br style=
"font-weight: normal;">
92 <li style=
"font-weight: normal;">> glibc
2.4</li>
94 <li style=
"font-weight: normal;">any POSIX compatible
95 operating system [sorry Window$ isn't]
</li>
97 <li style=
"font-weight: normal;">pthreads
</li>
99 <li><span style=
"font-weight: normal;">libxml2
</span></li>
101 <li><span style=
"font-weight: normal;">and
102 finally:
7zip, unrar, unzip
<br>
108 <span style=
"font-weight: bold;"><span style=
"font-weight: bold;"></span></span></div>
114 <span style=
"font-weight: normal;">
116 <div style=
"text-align: left;"><span style=
"font-weight: normal;">
117 <div style=
"border: 1px solid rgb(0, 0, 0); width: 80%; text-align: left; background-color: rgb(255, 255, 255); font-weight: bold;">Building
122 <span style=
"font-weight: normal;">Everything is very easy:
</span><br>
124 <pre>tar -xjf rarcrack-VERSION.tar.bz2
<br>cd rarcrack-VERSION
<br>#you need gcc or any C compiler (edit Makefile CC=YOUR_C_COMPILER)
<br>make
<br>#you must be root in next step:
<br>make install
</pre>
132 <div style=
"border: 1px solid rgb(0, 0, 0); width: 80%; text-align: left; background-color: rgb(255, 255, 255); font-weight: bold;">Using
137 <pre>rarcrack your_encrypted_archive.ext [--threads thread_num] [--type rar|zip|
7z]
</pre>
139 <span style=
"font-weight: normal;">Everything in [] are
140 optional, rarcrack default crack two threads and autodetect the archive
141 type. If the detection wrong you can specify the correct file type with
142 the type parameter. RarCrack currently crack maximum in
12 threads.
<br>
146 After the cracking started RarCrack will print the current status of
147 cracking and save it's to a status file. If you want more specific
148 password character set, you need to run RarCrack to create the XML
149 status file (
3 sec).
<br>
151 <pre><?xml
version=
"1.0" encoding=
"UTF-8"?
><br><rarcrack
><br> <abc
>0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
</abc
><br> <current
>uU
</current
><br> <good_password
></good_password
><br></rarcrack
><br><br></pre>
153 This is a sample XML file, and you see there is a character set. If you
154 want, you can modify this file and when you start RarCrack again the
155 program will be use new variables.
<br>
157 <span style=
"font-weight: bold;">Warning:
</span>
158 Take care when you changing this file, make sure the current password
159 don't have characters outside the abc[character set]!
<br>
169 <div style=
"text-align: right;"><small><span style=
"text-align: right;">Copyright
2007 David Zoltan
170 Kedves
<kedazo@gmail.com
></span></small></div>