illsk1lls / ZipRipper

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

How to force it to use brute force #14

Open Tr3yWay996 opened 1 month ago

Tr3yWay996 commented 1 month ago

Ive seen so many extremly complex passwords that it was trying to guees but all this time could have been used to brute force the rather simple password

illsk1lls commented 1 month ago

change line #257 from: john --wordlist="%ProgramData%\JtR\run\password.lst" --rules=single,all "%ProgramData%\JtR\run\pwhash" !FLAG! to john --incremental "%ProgramData%\JtR\run\pwhash" !FLAG!