hashkill icon indicating copy to clipboard operation
hashkill copied to clipboard

rar plugin: (loadfiles.c:85) Cannot load file

Open blshkv opened this issue 11 years ago • 6 comments

must be self explainable:

bash# hashkill -p rar -f big_test_file.rar 

[hashkill] Version 0.3.1
[hashkill] CPU features: SSE2 SSE3
[hashkill] Scheduler initialized.
[hashkill] Plugin 'rar' loaded successfully
[hashkill] No crackable archive files found, exiting...
[hashkill] (loadfiles.c:85) Cannot load file: big_test_file.rar, exiting!

bash# ls -alh big_test_file.rar 
 1.4G Mar 27 17:18 big_test_file.rar

blshkv avatar Jun 04 '13 01:06 blshkv

It might be the new rar format (4.x) which is not yet supported. Could you try to create a smaller test archive using the same archiver and send it together with the password to check?

gat3way avatar Jun 08 '13 15:06 gat3way

I don't know the version of the archiver. here is the "rar lt big_test_file.rar" output:

Size      Packed     Ratio  Date      Time    Attr     Meth Ver  Host OS    Solid   Old
235689041 235689052  100%   27-03-13  02:44   .....A.  m0g  2.9  Windows    No      No

blshkv avatar Jun 09 '13 01:06 blshkv

Looks like file is prebuferred in memory and there is a limit on the file size. Will be working on that.

gat3way avatar Jul 08 '13 19:07 gat3way

The same problem it with another small file as well:

hashkill -p zip -f encrypted.7z

[hashkill] Version 0.3.1 [hashkill] CPU features: SSE2 SSE3 [hashkill] Scheduler initialized. [hashkill] Plugin 'zip' loaded successfully hashkill Cannot load file: encrypted.7z, exiting!

bash$ file encrypted.7z encrypted.7z: 7-zip archive data, version 0.3

bash$ ls encrypted.7z 735K encrypted.7z

blshkv avatar Oct 28 '13 01:10 blshkv

Hello,

7zip has a different archive format and encryption as compared to both zip and rar (and it is yet not supported).

gat3way avatar Oct 28 '13 09:10 gat3way

Is "7-zip archive, version 0.3" still unsupported?

weedy avatar May 07 '14 22:05 weedy