Retrieving ZIP passwords from games - the zero skills way
-
- Posts: 58
- Joined: Thu Jun 16, 2016 11:02 am
Re: Retrieving ZIP passwords from games - the zero skills way
Sorry to bump it up. Is there any possible method to retrieving Zip/7z password from Android games? Its archives are packed by 7z with password but I don't know what file or dll contains the password information to upload as a sample
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Retrieving ZIP passwords from games - the zero skills way
@onelove1210
Very generic. Post in the Game Archive section providing full name of the game and samples.
Very generic. Post in the Game Archive section providing full name of the game and samples.
-
- Posts: 58
- Joined: Thu Jun 16, 2016 11:02 am
Re: Retrieving ZIP passwords from games - the zero skills way
aluigi wrote:@onelove1210
Very generic. Post in the Game Archive section providing full name of the game and samples.
best idea though
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Retrieving ZIP passwords from games - the zero skills way
Just a note about zip.bms and zip_pwd_scan.bms
I have noticed that the AES encryption doesn't work for some unknown reasons (the algorithm is not launched at all).
I will investigate it, luckily the ZIP archives used in games are often based on zipcrypto.
I tried older versions of quickbms and the error is the same.
I'm 100% sure to have tested it when I implemented the gladman AES.
I have noticed that the AES encryption doesn't work for some unknown reasons (the algorithm is not launched at all).
I will investigate it, luckily the ZIP archives used in games are often based on zipcrypto.
I tried older versions of quickbms and the error is the same.
I'm 100% sure to have tested it when I implemented the gladman AES.
-
- Posts: 2
- Joined: Sat Jun 15, 2019 7:02 pm
Re: Retrieving ZIP passwords from games - the zero skills way
sup Aluigi, they sent me from xentax here...
I'm desperate to unlock this zip but, your method gave me millions of passwords and they dont work
https://i.imgur.com/ayhXUjF.mp4
80 MB Zip https://drive.google.com/file/d/144b-eA ... Wxw4e/view
I'm wiling to pay to whoever find password for this / PAY- PAL only
I'm desperate to unlock this zip but, your method gave me millions of passwords and they dont work
https://i.imgur.com/ayhXUjF.mp4
80 MB Zip https://drive.google.com/file/d/144b-eA ... Wxw4e/view
I'm wiling to pay to whoever find password for this / PAY- PAL only
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Retrieving ZIP passwords from games - the zero skills way
@Ezekiel
zip_pwd_scan.bms must be executed on the game executable, not on the zip
zip_pwd_scan.bms must be executed on the game executable, not on the zip
-
- Posts: 2
- Joined: Sat Jun 15, 2019 7:02 pm
Re: Retrieving ZIP passwords from games - the zero skills way
aluigi wrote:@Ezekiel
zip_pwd_scan.bms must be executed on the game executable, not on the zip
Thank you for reply,
looks like both method this and debbuger way are not for these today's games
I failed on to find password with Ollydbg method, but I want to try with what you said up there
**must be executed on the game executable**
I just tried few times today with this easy method
It still gives me bunch of numbers which I check are they pass...
Can you be more specific about this last step I have to do with bms, I mean to explain in english
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Retrieving ZIP passwords from games - the zero skills way
aluigi wrote:Just a note about zip.bms and zip_pwd_scan.bms
I have noticed that the AES encryption doesn't work for some unknown reasons (the algorithm is not launched at all).
I will investigate it, luckily the ZIP archives used in games are often based on zipcrypto.
I tried older versions of quickbms and the error is the same.
I'm 100% sure to have tested it when I implemented the gladman AES.
The issue was caused by a combo of 3 bugs, one in the script and two in quickbms.
The script has been fixed while it's necessary to wait quickbms 0.10.1 for the fix.