Please note, this is a STATIC archive of website hashcat.net from October 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies [desc] Views Posted
    Thread: Litecoin Wallet.dat passphrase lost
Post: RE: Litecoin Wallet.dat passphrase lost

use your recovery seed to restore the wallet?
undeath hashcat 2 2,914 12-21-2017, 10:32 PM
    Thread: Benchmarks for 16 x NVIDIA P106-100 GPU's
Post: RE: Benchmarks for 16 x NVIDIA P106-100 GPU's

all your benchmarks are cut off, probably due to post length restrictions. Maybe you can post them on pastebin and link here.
undeath Hardware 2 4,692 01-03-2018, 01:30 PM
    Thread: question about hccapx
Post: RE: question about hccapx

1. hashing is not encryption 2. that's not how wpa works 3. what are you even trying to do???
undeath hashcat 2 2,645 01-09-2018, 04:28 PM
    Thread: How to generate hashes for directory content (files) not crack them ?
Post: RE: How to generate hashes for directory content (...

imo this is unlikely to be implemented, but I'm not a hashcat dev. also see this related thread: https://hashcat.net/forum/thread-7221.html
undeath hashcat 2 2,873 01-23-2018, 10:39 PM
    Thread: --markov-disable and HCstat file
Post: RE: --markov-disable and HCstat file

it's probably more a bug/missing feature than a necessity.
undeath hashcat 2 2,543 02-03-2018, 12:49 PM
    Thread: --stdout combinator attack
Post: RE: --stdout combinator attack

alternatively you can use combinator from hashcat-utils
undeath hashcat 2 2,402 02-11-2018, 12:53 PM
    Thread: can a WPA hash be cracked with other than "2500" hash mode?
Post: RE: can a WPA hash be cracked with other than "250...

basskleff Wrote: (02-15-2018, 04:01 PM) -- I had researched the format of the hccpa/hccpax hashcat file, and I found that I could identify within there, the 32bit (16 hex pairs) md5 hash of the passw...
undeath hashcat 2 3,349 02-15-2018, 04:35 PM
    Thread: New hashcat freezes or very slow
Post: RE: New hashcat freezes or very slow

try -w2
undeath hashcat 2 2,293 03-04-2018, 01:08 PM
    Thread: Hashcat does not seen password in the dictionarry
Post: RE: Hashcat does not seen password in the dictiona...

run with --potfile-disable otherwise hashcat will skip already cracked hashes. Quote: -- INFO: Removed 5 hashes found in potfile. --
undeath hashcat 2 2,694 03-04-2018, 02:16 PM
    Thread: fast way to crack
Post: RE: fast way to crack

https://hashcat.net/wiki/doku.php?id=mask_attack But even with fast hardware a full brute-force is going to take ages on WPA.
undeath hashcat 2 2,261 03-18-2018, 11:21 AM
    Thread: PMK???
Post: RE: PMK???

PMK is only useful if you need to attack the same SSID many times. Most people will never need this.
undeath hashcat 2 2,309 03-18-2018, 11:23 AM
    Thread: Hashing is 1/6th the speed of benchmarking
Post: RE: Hashing is 1/6th the speed of benchmarking

wordlist is (almost) always slower than bf. Additionally 7zip may have been using slightly different settings. I'm not sure what kind of variables the algorithms allows.
undeath hashcat 2 2,485 03-21-2018, 10:28 AM
    Thread: Mode 3 works but not 0
Post: RE: Mode 3 works but not 0

progress only updates once it hits a checkpoint which can take a while with such low speed.
undeath hashcat 2 2,209 04-03-2018, 09:04 PM
    Thread: MSCHAPv2 and NTLMv1
Post: RE: MSCHAPv2 and NTLMv1

if you look at the 5500 (netntlmv1) kernel you can see that it does involve DES encryption: https://github.com/hashcat/hashcat/blob/master/OpenCL/m05500_a0.cl however, here is a post about recovering...
undeath General Talk 2 3,720 04-11-2018, 10:46 PM
    Thread: PBKDF2-HMAC-SHA1 format for WPA hex key
Post: RE: PBKDF2-HMAC-SHA1 format for WPA hex key

base64-encoding the hex data is wrong. You first need to decode the hex, then base64-encode the result. Quote: -- Aditionally based on this post I modified the salt (ESSID) with a ":" at the end. In...
undeath hashcat 2 3,011 04-18-2018, 07:31 PM
    Thread: What does mean -q and -r in mp
Post: RE: Hashcat pipe doesn't crack (WPA/2)

-q 4 -r 4 works but shouldn't -q 4 -r 3 work, too?
undeath User Contributions 2 3,662 04-21-2018, 12:11 AM
    Thread: Line-length exception
Post: RE: Line-length exception

hashcat cannot find your hash file.
undeath hashcat 2 2,006 04-26-2018, 11:45 PM
    Thread: Increment knowing the last chars of password
Post: RE: Increment knowing the last chars of password

you can use attack mode 7 with a single-line dict
undeath hashcat 2 2,037 05-12-2018, 11:46 AM
    Thread: Cracking Turkish/Foreign Hashes
Post: RE: Cracking Turkish/Foreign Hashes

for the love of Cthulhu stop using python2 python3: Code: -- m = hashlib.md5() m.update("ĞĞ".encode('utf-8')) print(m.hexdigest()) --
undeath hashcat 2 2,375 05-21-2018, 10:45 AM
    Thread: Signal database password on Android
Post: RE: Signal database password on Android

Usually the hash output is used as a key for the encryption. Having the hash in the file would mean the AES key is in the file which they are very likely not doing. Hence you have to use the pbkdf2 re...
undeath hashcat 2 2,470 06-09-2018, 10:36 AM