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 [asc]
    Thread: Best GPU for LUKS June 2019
Post: RE: Best GPU for LUKS June 2019

Around 13'900 H/s on 1080 Ti. I can share speed of 2080Ti if interested later.
Mem5 Hardware 5 3,606 06-17-2019, 07:35 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
    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,432 06-16-2019, 10:56 PM
    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,032 06-16-2019, 11:28 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,666 06-09-2019, 10:40 AM
    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: 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: 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: 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,273 06-08-2019, 01:32 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,273 06-08-2019, 01:01 PM
    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,331 05-17-2019, 09:56 PM
    Thread: Passwordlist constantly exhausted
Post: RE: Passwordlist constantly exhausted

No, use "xxx" instead
Mem5 hashcat 9 3,461 05-13-2019, 09:11 AM
    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: 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: How to assign a username
Post: RE: How to assign a username

See options --show and --username
Mem5 hashcat 1 1,246 04-24-2019, 09:10 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,301 03-28-2019, 09:56 AM
    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: 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: 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,581 03-02-2019, 06:08 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,753 02-25-2019, 08:06 PM