illsk1lls / ZipRipper

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

Multipart rar #9

Closed TarantinoMariachi closed 1 month ago

TarantinoMariachi commented 2 months ago

I've multipart .rars, and I've changed the cmd file where it points to the password list file, so I can provide my own file of passwords. With 1 single rar it works perfectly and can find right away, but with multipart rar it doesnt seems to work.

illsk1lls commented 1 month ago

Have you tried joining the rar files prior to working on them? Rename the main .rar to .r00, assuming the remaining pieces are .r01 etc.. Put them into a folder by themselves and open a cmd prompt there copy /B Filename.r* Filename.rar

TarantinoMariachi commented 1 month ago

Its: Filename.part01 Filename.part02 ... Filename.part15

I can assume that it will still work, right?

EDIT: Thanks, it worked.

illsk1lls commented 1 month ago

Glad you got it working