illsk1lls / ZipRipper

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

How to apply rules? #6

Open hrenki opened 2 months ago

hrenki commented 2 months ago

Is there any way to apply regex rules on password guess? eg. length and characters to use?

SquidishXD commented 2 months ago

I don't believe so. It seems like it starts a brute force after awhile idk. (Note: not the programmer)

This is mine after 1 day cracking

Remaining hashes 1 (0 removed) Remaining salts 1 (0 removed) Time in seconds 80084.07 (1401.77 new) Successful guesses 0 (0 new, 0 g/s) Passwords tested 8921393152 (152764416 new, 108979 p/s) dupe suppressor is enabled since accepted candidate 8767137793 and it accepted 154370048 (95.90%, 108941 p/s) rejected 6605508 (4.10%, 4661 p/s) out of total 160975556 (113603 p/s) Hash computations 8921393152 (152764416 new, 108979 c/s) Hash combinations 8921393152 (152764416 new, 108979 C/s)

illsk1lls commented 2 months ago

I am adding options for alternate wordlists first, then shortly thereafter optional rules

lucasoares commented 2 months ago

I am adding options for alternate wordlists first, then shortly thereafter optional rules

I know it is not related, but there is any way to disable GPU mode? My CPU keeps on 1% and GPU on 30~40%, 4200c/s, pretty bad for a 3070 and i9

Configuration rules should also be nice :P

illsk1lls commented 2 months ago

what is the filetype you are testing against?

lucasoares commented 2 months ago

what is the filetype you are testing against?

.rar

illsk1lls commented 2 months ago

Commenting out lines 453-455 <-Edited to match LatestVersion on 5/14/24 - (by adding REM to the front of each line with a space after) will disable GPU support for RAR files on the latest version of ZipRipper

illsk1lls commented 1 month ago

alternate wordlists options are included now, click johns mouth to change wordlists

rules are next up as soon as i can find a way to squeeze them in, the GUI is at its limits for a single line at present