hashkill
hashkill copied to clipboard
rar plugin: (loadfiles.c:85) Cannot load file
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
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?
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
Looks like file is prebuferred in memory and there is a limit on the file size. Will be working on that.
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
Hello,
7zip has a different archive format and encryption as compared to both zip and rar (and it is yet not supported).
Is "7-zip archive, version 0.3" still unsupported?