Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any way to support split zip archives #117

Open
Wanghn233 opened this issue Mar 24, 2024 · 1 comment
Open

Is there any way to support split zip archives #117

Wanghn233 opened this issue Mar 24, 2024 · 1 comment

Comments

@Wanghn233
Copy link

Hello,
When I run bkcrack.exe -L test.zip
bkcrack returns the following

bkcrack 1.6.1 - 2024-01-22
Zip error: split zip archives are not supported.

My files look like this
test.zip test.z01 test.z02

Is there any solution for this?

@kimci86
Copy link
Owner

kimci86 commented Mar 24, 2024

Hi, the reason there is this error message is simply that I did not implement parsing split zip archives yet. I might consider it in the future.
For now I suggest you combine the parts into a single zip archive before passing it to bkcrack.
On a Unix-like system using Info-ZIP, it can be done like this:

zip test.zip -s 0 --out combined.zip

I am not sure about other tools but I guess some archive managers are able to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants