Unrar/Unzip multiple compressed folders with different passwords

focussed-efficiency

Registered Member
Joined
May 21, 2023
Messages
88
Reaction score
46
Head goes boom..

All my attempts failed miserably.

I got a folder with around 50 compressed files (mostly .rar folders, some 7z and some .zip). 90% are password protected by one of seven passwords.

I tried some .py, tried some .bat .. nothing worked and chaos was the result. In the end it was something like .batpyapkipa

Does someone of you have an idea how to solve the riddle?


Kind regards
Focus
 
7 different passes isn’t anything complicated to parse through, 50 maps - a simple py based script should be more than capable to blast through this within like 10 minutes even if your PC is a total potato.

Hard to know what went wrong with the scripts you’ve used though, you built them yourself? Found on GitHub’s?
 
Back
Top