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

Search Results
Post Author Forum Replies Views Posted [desc]
    Thread: Status: Exhausted Bitcoin Wallet Passphrase Recovery
Post: RE: Status: Exhausted Bitcoin Wallet Passphrase Re...

Bitcoin wallet & 15 chars is not doable in a human life. By the way your problem is the last '?' character, remove it : C:\Users\wq\Desktop\hashcat-4.1.0>hashcat64.exe -a 3 -m 11300 wallethash.txt ?...
Mem5 hashcat 10 5,905 02-14-2019, 01:44 PM
    Thread: A-F 0-9 8 digit mask Help
Post: RE: A-F 0-9 8 digit mask Help

-m 2500 is WPA. WPA password cannot be less than 8 characters. So you do NOT want to test less than 8 characters You start at 8 up to 63 (max for WPA) "-i --increment-min=8" is useless. Correct synta...
Mem5 hashcat 9 4,754 02-25-2019, 08:06 PM
    Thread: Wordlist massive attack
Post: RE: Wordlist massive attack

Combinator Attack (-a 1) lets you merge two wordlists, and you can append rules as well.
Mem5 hashcat 3 2,583 03-02-2019, 06:08 PM
    Thread: Hi, need some help about hashcat
Post: RE: Hi, need some help about hashcat

You need python to run pdf2john.py, before launching hashcat against its output. Considering your beginner skills I would go for online cracking such as https://www.google.com/search?q=online+pdf+hash...
Mem5 hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 11 6,615 03-10-2019, 08:34 PM
    Thread: Hi, need some help about hashcat
Post: RE: Hi, need some help about hashcat

undeath Wrote: (03-11-2019, 12:36 AM) -- actually it's pdf2john.pl, hence a perl script which you need perl for, not python. -- Indeed. It also exists python here (https://github.com/stricture/hashs...
Mem5 hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 11 6,615 03-11-2019, 10:00 AM
    Thread: Adding new, but the same type, of hashes in real-time?
Post: RE: Adding new, but the same type, of hashes in re...

If such an option exists, adding new hashes dring the run would mean to restart the bruteforce or wordlist walk from the beginning to be sure to crack the new ones.. So it would be exactly the same as...
Mem5 hashcat 1 1,303 03-28-2019, 09:56 AM
    Thread: How to assign a username
Post: RE: How to assign a username

See options --show and --username
Mem5 hashcat 1 1,248 04-24-2019, 09:10 AM
    Thread: cap2hccapx - Networks detected: 0
Post: RE: cap2hccapx - Networks detected: 0

Convert your cap file with hcxpcaptool from https://github.com/ZerBea/hcxtools It will show you information about the cap file and convert it to hccapx cap2hccapx is now obsolete and should not be u...
Mem5 hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 5,289 05-02-2019, 12:31 PM
    Thread: Renting out rigs?
Post: RE: Renting out rigs?

www.vast.ai guys will rent your gpus
Mem5 General Talk 1 1,635 05-02-2019, 12:33 PM
    Thread: Passwordlist constantly exhausted
Post: RE: Passwordlist constantly exhausted

No, use "xxx" instead
Mem5 hashcat 9 3,464 05-13-2019, 09:11 AM
    Thread: Need help identifying a hash type.
Post: RE: Need help identifying a hash type.

You can use online tools, input your cleartext and comapre the hashes you will get with yours.
Mem5 hashcat 1 1,333 05-17-2019, 09:56 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Hi Zerbea, From my own experience, using "hcxpcaptool (...) -I wordlist -E wordlist" and then hashcat on 'wordlist' never gave me any cracked password. I have tested that on about 1000 unique ESSID (c...
Mem5 User Contributions 648 487,343 06-08-2019, 01:01 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Here is my experiencce on 10'000 cap files, command line was : Code: -- hcxpcaptool -M imsilist -X clientprobelist -I wordlist -E wordlist -T trafficlist -g gpslist -U usernamelist -P pmklist --net...
Mem5 User Contributions 648 487,343 06-08-2019, 01:32 PM
    Thread: Hashes export
Post: RE: Hashes export

MD5 Wordpress is also known as phpass, to extract them from your database (assuming it's a text/csv), regex on : - start with "$P$" - length : 34 characters. Once extracted, run hashcat mode (-m) 40...
Mem5 General Talk 6 2,969 06-08-2019, 04:59 PM
    Thread: Hashes export
Post: RE: Hashes export

What's the format of your database?
Mem5 General Talk 6 2,969 06-08-2019, 08:58 PM
    Thread: Anybody help me with this error, please?
Post: RE: Anybody help me with this error, please?

You need a nVidia card, depending on your budget, you can choose from GTX 1060, 1070, 1080,...
Mem5 hashcat 3 1,790 06-09-2019, 10:20 AM
    Thread: Hashcat not running on my CPU
Post: RE: Hashcat not running on my CPU

oneup Wrote: (06-09-2019, 10:32 AM) -- BTW, I think it's really funny that this forum requires you to use a password of at least 16 characters :D -- I guess you know why ;)
Mem5 hashcat 3 3,668 06-09-2019, 10:40 AM
    Thread: mask override does not work correctly
Post: RE: mask override does not work correctly

?h is not only letters but hexadecimal charset (as said ?h = 0123456789abcdef) To crack "1q2w3e" you need ?d?l?d?l?d?l
Mem5 hashcat 5 2,034 06-16-2019, 11:28 AM
    Thread: 4-Way Handshake vs PMKID
Post: RE: 4-Way Handshake vs PMKID

ZerBea Wrote: (04-05-2019, 03:53 PM) -- $ time hashcat -m 2500 test.hccapx --nonce-error-corrections=0 digit08 ... real 0m9,898s user 0m7,541s sys 0m0,933s $ time hashcat -m 16800 test.16800 d...
Mem5 hashcat 14 9,433 06-16-2019, 10:56 PM
    Thread: Benchmark 2x tesla v100
Post: RE: Benchmark 2x tesla v100

Thanks. I confirm RTX 2080 Ti is a bit faster and cheaper.
Mem5 General Talk 1 2,058 06-17-2019, 07:32 PM