songofhack / Rar_crack

A rar password cracker using brute force attack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a rarcrack password cracker that uses the brute force attack

To compile Librairy:
$ cd unrar/
$ make lib -f makefile.unix
$ cp libunrar.so ..

-p X defines that rarcrack will use X process
-t X defines that rarcrack will use X threads

To execute:

LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./rarcrack -p [NB] [RARFILE]

About

A rar password cracker using brute force attack


Languages

Language:C++ 98.3%Language:C 1.7%Language:Makefile 0.1%