ZIP password finders for Linux?
I'm trying to extract ZIP files for an encrypted archive I've forgotten the password for. So far I've found the tool fcrackzip
which does what I want, but its own manpage states that it has numerous problems, for example:
"It's still early alpha."
"Stop/resume facility is missing."
"Could be faster."
Whilst I appreciate this honesty, it does rather make me hope that there are some better, more mature ZIP cracking utilities for Linux (GUI or commandline, I don't mind), out there.
Does anyone have recommendations? I'd really value speed, and a stop/resume facility would be nice.
software-rec password zip
add a comment |
I'm trying to extract ZIP files for an encrypted archive I've forgotten the password for. So far I've found the tool fcrackzip
which does what I want, but its own manpage states that it has numerous problems, for example:
"It's still early alpha."
"Stop/resume facility is missing."
"Could be faster."
Whilst I appreciate this honesty, it does rather make me hope that there are some better, more mature ZIP cracking utilities for Linux (GUI or commandline, I don't mind), out there.
Does anyone have recommendations? I'd really value speed, and a stop/resume facility would be nice.
software-rec password zip
2
Start that one running and see whether it finishes before any suggestion here.
– Kevin
Jan 15 '12 at 15:39
Hopefully your password was not a very long one and you still remember which chars you used and which ones you did not use. All zip-crack tools I know of are painfully slow.
– Nils
Jan 15 '12 at 20:50
add a comment |
I'm trying to extract ZIP files for an encrypted archive I've forgotten the password for. So far I've found the tool fcrackzip
which does what I want, but its own manpage states that it has numerous problems, for example:
"It's still early alpha."
"Stop/resume facility is missing."
"Could be faster."
Whilst I appreciate this honesty, it does rather make me hope that there are some better, more mature ZIP cracking utilities for Linux (GUI or commandline, I don't mind), out there.
Does anyone have recommendations? I'd really value speed, and a stop/resume facility would be nice.
software-rec password zip
I'm trying to extract ZIP files for an encrypted archive I've forgotten the password for. So far I've found the tool fcrackzip
which does what I want, but its own manpage states that it has numerous problems, for example:
"It's still early alpha."
"Stop/resume facility is missing."
"Could be faster."
Whilst I appreciate this honesty, it does rather make me hope that there are some better, more mature ZIP cracking utilities for Linux (GUI or commandline, I don't mind), out there.
Does anyone have recommendations? I'd really value speed, and a stop/resume facility would be nice.
software-rec password zip
software-rec password zip
edited Dec 5 '12 at 13:27
gertvdijk
7,22932945
7,22932945
asked Jan 15 '12 at 15:29
Jez
3032726
3032726
2
Start that one running and see whether it finishes before any suggestion here.
– Kevin
Jan 15 '12 at 15:39
Hopefully your password was not a very long one and you still remember which chars you used and which ones you did not use. All zip-crack tools I know of are painfully slow.
– Nils
Jan 15 '12 at 20:50
add a comment |
2
Start that one running and see whether it finishes before any suggestion here.
– Kevin
Jan 15 '12 at 15:39
Hopefully your password was not a very long one and you still remember which chars you used and which ones you did not use. All zip-crack tools I know of are painfully slow.
– Nils
Jan 15 '12 at 20:50
2
2
Start that one running and see whether it finishes before any suggestion here.
– Kevin
Jan 15 '12 at 15:39
Start that one running and see whether it finishes before any suggestion here.
– Kevin
Jan 15 '12 at 15:39
Hopefully your password was not a very long one and you still remember which chars you used and which ones you did not use. All zip-crack tools I know of are painfully slow.
– Nils
Jan 15 '12 at 20:50
Hopefully your password was not a very long one and you still remember which chars you used and which ones you did not use. All zip-crack tools I know of are painfully slow.
– Nils
Jan 15 '12 at 20:50
add a comment |
1 Answer
1
active
oldest
votes
hashcat(https://hashcat.net) supports some zip archive cracking.
./hashcat64.bin --help | grep -i zip
11600 | 7-Zip | Archives
13600 | WinZip | Archives
Unfortutnately, if you creacted the file with PKZIP, that won't help(https://github.com/hashcat/hashcat/issues/69).
If your files were created with PKZIP, you'll need to first extract the password hash and then crack it using John. In my experience John the Ripper is slower than hashcat, which is why I'm putting it second.
Based on https://dfir.science/2014/07/how-to-cracking-zip-and-rar-protected.html,
you'll have to:
git clone --depth=1 --branch=bleeding-jumbo https://github.com/magnumripper/JohnTheRipper.git
cd JohnTheRipper/src/
./configure && make
cd ../..
JohnTheRipper/run/zip2john target.zip > hash
JohnTheRipper/run/john hash
PS. installing john
from the repositories will usually install the version without community patches, meaning... without zip2john
. Which is why this guide assumes installation from source will be required. Unfortunately, trying to build the last release on Ubuntu 16.04 failed during linking, which is why this guide assumes you'll have to build from git, which worked for me. Building requires build-essential
and libssl-dev
on Ubuntu, different distros will have different requirements
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f29184%2fzip-password-finders-for-linux%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
hashcat(https://hashcat.net) supports some zip archive cracking.
./hashcat64.bin --help | grep -i zip
11600 | 7-Zip | Archives
13600 | WinZip | Archives
Unfortutnately, if you creacted the file with PKZIP, that won't help(https://github.com/hashcat/hashcat/issues/69).
If your files were created with PKZIP, you'll need to first extract the password hash and then crack it using John. In my experience John the Ripper is slower than hashcat, which is why I'm putting it second.
Based on https://dfir.science/2014/07/how-to-cracking-zip-and-rar-protected.html,
you'll have to:
git clone --depth=1 --branch=bleeding-jumbo https://github.com/magnumripper/JohnTheRipper.git
cd JohnTheRipper/src/
./configure && make
cd ../..
JohnTheRipper/run/zip2john target.zip > hash
JohnTheRipper/run/john hash
PS. installing john
from the repositories will usually install the version without community patches, meaning... without zip2john
. Which is why this guide assumes installation from source will be required. Unfortunately, trying to build the last release on Ubuntu 16.04 failed during linking, which is why this guide assumes you'll have to build from git, which worked for me. Building requires build-essential
and libssl-dev
on Ubuntu, different distros will have different requirements
New contributor
add a comment |
hashcat(https://hashcat.net) supports some zip archive cracking.
./hashcat64.bin --help | grep -i zip
11600 | 7-Zip | Archives
13600 | WinZip | Archives
Unfortutnately, if you creacted the file with PKZIP, that won't help(https://github.com/hashcat/hashcat/issues/69).
If your files were created with PKZIP, you'll need to first extract the password hash and then crack it using John. In my experience John the Ripper is slower than hashcat, which is why I'm putting it second.
Based on https://dfir.science/2014/07/how-to-cracking-zip-and-rar-protected.html,
you'll have to:
git clone --depth=1 --branch=bleeding-jumbo https://github.com/magnumripper/JohnTheRipper.git
cd JohnTheRipper/src/
./configure && make
cd ../..
JohnTheRipper/run/zip2john target.zip > hash
JohnTheRipper/run/john hash
PS. installing john
from the repositories will usually install the version without community patches, meaning... without zip2john
. Which is why this guide assumes installation from source will be required. Unfortunately, trying to build the last release on Ubuntu 16.04 failed during linking, which is why this guide assumes you'll have to build from git, which worked for me. Building requires build-essential
and libssl-dev
on Ubuntu, different distros will have different requirements
New contributor
add a comment |
hashcat(https://hashcat.net) supports some zip archive cracking.
./hashcat64.bin --help | grep -i zip
11600 | 7-Zip | Archives
13600 | WinZip | Archives
Unfortutnately, if you creacted the file with PKZIP, that won't help(https://github.com/hashcat/hashcat/issues/69).
If your files were created with PKZIP, you'll need to first extract the password hash and then crack it using John. In my experience John the Ripper is slower than hashcat, which is why I'm putting it second.
Based on https://dfir.science/2014/07/how-to-cracking-zip-and-rar-protected.html,
you'll have to:
git clone --depth=1 --branch=bleeding-jumbo https://github.com/magnumripper/JohnTheRipper.git
cd JohnTheRipper/src/
./configure && make
cd ../..
JohnTheRipper/run/zip2john target.zip > hash
JohnTheRipper/run/john hash
PS. installing john
from the repositories will usually install the version without community patches, meaning... without zip2john
. Which is why this guide assumes installation from source will be required. Unfortunately, trying to build the last release on Ubuntu 16.04 failed during linking, which is why this guide assumes you'll have to build from git, which worked for me. Building requires build-essential
and libssl-dev
on Ubuntu, different distros will have different requirements
New contributor
hashcat(https://hashcat.net) supports some zip archive cracking.
./hashcat64.bin --help | grep -i zip
11600 | 7-Zip | Archives
13600 | WinZip | Archives
Unfortutnately, if you creacted the file with PKZIP, that won't help(https://github.com/hashcat/hashcat/issues/69).
If your files were created with PKZIP, you'll need to first extract the password hash and then crack it using John. In my experience John the Ripper is slower than hashcat, which is why I'm putting it second.
Based on https://dfir.science/2014/07/how-to-cracking-zip-and-rar-protected.html,
you'll have to:
git clone --depth=1 --branch=bleeding-jumbo https://github.com/magnumripper/JohnTheRipper.git
cd JohnTheRipper/src/
./configure && make
cd ../..
JohnTheRipper/run/zip2john target.zip > hash
JohnTheRipper/run/john hash
PS. installing john
from the repositories will usually install the version without community patches, meaning... without zip2john
. Which is why this guide assumes installation from source will be required. Unfortunately, trying to build the last release on Ubuntu 16.04 failed during linking, which is why this guide assumes you'll have to build from git, which worked for me. Building requires build-essential
and libssl-dev
on Ubuntu, different distros will have different requirements
New contributor
edited yesterday
New contributor
answered yesterday
Syfer Polski
112
112
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f29184%2fzip-password-finders-for-linux%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Start that one running and see whether it finishes before any suggestion here.
– Kevin
Jan 15 '12 at 15:39
Hopefully your password was not a very long one and you still remember which chars you used and which ones you did not use. All zip-crack tools I know of are painfully slow.
– Nils
Jan 15 '12 at 20:50