/usr/share/doc/rarcrack/README.html is in rarcrack 0.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="hu">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>RarCrack!</title>
<meta content="David Zoltan Kedves <kedazo@gmail.com>" name="author">
</head>
<body style="direction: ltr;">
<div style="background-color: rgb(200, 100, 50); width: 100%; height: 50px; text-align: center; color: rgb(255, 255, 255);">
<h1>RarCrack!</h1>
</div>
<div style="background-color: rgb(255, 255, 200); text-align: left; color: rgb(0, 0, 0); font-weight: bold;">
<div style="border: 1px none ; text-align: center; float: right; width: 180px; height: 80px; background-color: rgb(204, 204, 34); font-weight: bold;"><br>
Download<br>
rarcrack-0.2</div>
<br>
<span style="font-weight: normal;">If you
forget your password for compressed archive (rar, 7z, zip), this
program is the solution.</span><br style="font-weight: normal;">
<span style="font-weight: normal;">
</span><span style="font-weight: normal;">This
program uses
bruteforce algorithm to find correct password. You can specify wich
characters will be used in password generations.<br>
<span style="font-weight: bold;">Warning:</span>
Please don't use this program for any illegal things!<br>
<br>
You can freely modify and redistribute this program under terms of
GPL-2.<br>
</span>
<div style="text-align: left;">
<div style="text-align: left;"><span style="font-weight: normal;"><br>
<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>
<br>
</span><span style="font-weight: normal;">Version
0.2 [this is the latest version]</span><br style="font-weight: normal;">
<ul>
<li><span style="font-weight: normal;">Added
multiple cracking threads support</span></li>
<li><span style="font-weight: normal;">Added 7z,
zip support</span></li>
<li><span style="font-weight: normal;">Archive
file type auto-detection</span></li>
</ul>
<br style="font-weight: normal;">
<span style="font-weight: normal;">Version 0.1</span><br style="font-weight: normal;">
<ul>
<li><span style="font-weight: normal;">Inital
version (rar cracking working)</span></li>
</ul>
<span style="font-weight: bold;"></span></div>
<br>
<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
requirements:<br style="font-weight: normal;">
<ul>
<li style="font-weight: normal;">> glibc 2.4</li>
<li style="font-weight: normal;">any POSIX compatible
operating system [sorry Window$ isn't]</li>
<li style="font-weight: normal;">pthreads</li>
<li><span style="font-weight: normal;">libxml2</span></li>
<li><span style="font-weight: normal;">and
finally: 7zip, unrar, unzip<br>
</span></li>
</ul>
<span style="font-weight: bold;"><span style="font-weight: bold;"></span></span></div>
</span></div>
<br>
<span style="font-weight: normal;">
</span>
<div style="text-align: left;"><span style="font-weight: normal;">
<div style="border: 1px solid rgb(0, 0, 0); width: 80%; text-align: left; background-color: rgb(255, 255, 255); font-weight: bold;">Building
and installing:<br>
<br>
<span style="font-weight: normal;">Everything is very easy:</span><br>
<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>
<br>
</div>
<br>
<div style="border: 1px solid rgb(0, 0, 0); width: 80%; text-align: left; background-color: rgb(255, 255, 255); font-weight: bold;">Using
RarCrack:<br>
<br>
<pre>rarcrack your_encrypted_archive.ext [--threads thread_num] [--type rar|zip|7z]</pre>
<span style="font-weight: normal;">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.<br>
<br>
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).<br>
<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>
This is a sample XML file, and you see there is a character set. If you
want, you can modify this file and when you start RarCrack again the
program will be use new variables.<br>
<span style="font-weight: bold;">Warning:</span>
Take care when you changing this file, make sure the current password
don't have characters outside the abc[character set]!<br>
</span><br>
</div>
</span></div>
</div>
<div style="text-align: right;"><small><span style="text-align: right;">Copyright 2007 David Zoltan
Kedves <kedazo@gmail.com></span></small></div>
</div>
</body>
</html>
|