illsk1lls / ZipRipper

A CMD script to crack password protected ZIP, RAR, 7z and PDF files, using JohnTheRipper.
171 stars 20 forks source link

Multipart 7z #3

Closed tdguchi closed 1 month ago

tdguchi commented 3 months ago

Hi, I have a multipart 7z compressed file (they are 7z.001 7z.002 ....) your tool its not detecting them while selecting.

Could you add support for multipart 7z please? (and zip rar etc)

thanks in advance!

illsk1lls commented 3 months ago

Try combining them into one file before using ZipRipper In CMD prompt (Assuming Filename.7z.001, etc are in the working directory): copy /B Filename.7z.* Filename.7z Then attempt to work on the whole file, or you could try using 7zip file manager to combine them

I may add this as a feature.

illsk1lls commented 1 month ago

This issue will be marked as closed, although multi-part archives arent automatically supported at present, they may be in the future..

Until then we can use the above method