Posts: 4
Threads: 1
Joined: Aug 2018
Hi, I am new to hashcat and I would appreciate any help with this, since it is my first contact with hashing. I am trying to extract my password from old zip file - 1KB. I have extracted the hash with zip2john and now have the hash in file. I am using AMD GPU RX480 8GB on Windows 10 64-bit with all latest updates and AMD drivers
Adrenalin Edition 18.8.1 - latest. Hashcat is the latest - 4.2.1 edition. It sееms that I am missing some optional command (or something else), but I don't know what it is.
Hashcat is starting and after "Initializing device kernels and memory...." it is stopping. It looks like this:
Thank you in advance.
Posts: 80
Threads: 10
Joined: Nov 2012
hashcat won't begin cracking until you give it some words, try providing a wordlist!
Posts: 7
Threads: 1
Joined: Aug 2018
08-25-2018, 01:45 PM
(This post was last modified: 08-25-2018, 02:17 PM by JCas.)
or a mask!
Dictionary:
https://hashcat.net/wiki/doku.php?id=dictionary_attack
Code:
hashcat -m 0 -a 0 hash.txt wordlist.txt
Mask:
https://hashcat.net/wiki/doku.php?id=mask_attack
Code:
hashcat -m 0 -a 3 hash.txt ?d?d?d?d?d?d?d?d
Posts: 4
Threads: 1
Joined: Aug 2018
Thank you guys. Unfortunately, I didn`t get different result with wordlist:
Is the syntax wrong? CommonPassword_PsycO_WPA.txt wordlist is in the same directory
I didn`t try mask, because as far as I can understand reading the wiki, I must know the length of the password which I don`t. Any suggestions?
Posts: 4
Threads: 1
Joined: Aug 2018
Just wanted to post an update. The problem was with the driver - Adrenalin Edition 18.8.1. After removing it and installing Adrenalin Edition 18.5.1. everything works fine.
Si2006 thank you for the wordlists heads up. I will try to learn how to search in multiple wordlists.
JCas thank you for the mask heads up. I didn`t saw in wiki that I can increment.
Posts: 7
Threads: 1
Joined: Aug 2018
08-27-2018, 09:22 AM
(This post was last modified: 08-27-2018, 09:22 AM by JCas.)
(08-25-2018, 08:55 PM)kip1 Wrote: JCas thank you for the mask heads up. I didn`t saw in wiki that I can increment.
My pleasure. Just be aware that such usage of a mask is a true brute force and should be used as a last ditch option. A brute force *will* crack the password but it *will* take an extremely long time - likely longer than any of us will live. Wordlists, rules, combinator/hybrid, and prince attack options should all be exhausted first for the most efficient crack.
Posts: 4
Threads: 1
Joined: Aug 2018
08-27-2018, 09:31 AM
(08-27-2018, 09:22 AM)JCas Wrote: (08-25-2018, 08:55 PM)kip1 Wrote: JCas thank you for the mask heads up. I didn`t saw in wiki that I can increment.
My pleasure. Just be aware that such usage of a mask is a true brute force and should be used as a last ditch option. A brute force *will* crack the password but it *will* take an extremely long time - likely longer than any of us will live. Wordlists, rules, combinator/hybrid, and prince attack options should all be exhausted first for the most efficient crack.
You don`t say. I see 287 years.😂