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 [desc] Posted
    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: FileVault 2 performance issue?
Post: RE: FileVault 2 performance issue?

iterations count is part of the hash.
Mem5 hashcat 3 2,034 12-20-2018, 11:45 AM
    Thread: Privilege Escalation Hash Type
Post: RE: Privilege Escalation Hash Type

Passwords from the registry can be everything. Which password are you talking about? It can be Windows passwords (LM, NTLM), it can be application password (FTP, etc.), please be more specific about ...
Mem5 hashcat 7 2,037 11-08-2019, 09:34 AM
    Thread: Privilege Escalation Hash Type
Post: RE: Privilege Escalation Hash Type

The '=' at the end *migth* be a padding, often used by base64/32 encoding. +1 you need to know how the software writes it.
Mem5 hashcat 7 2,037 11-08-2019, 07:12 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: question about hashcat speed slow?
Post: RE: question about hashcat speed slow?

The one on the homepage is not the same as the one on the beta page. The latest is beta. Try with it.
Mem5 hashcat 7 2,060 01-25-2020, 02:59 PM
    Thread: Downloaded 3.6.0 but says I’m using v4.2.1 ??
Post: RE: Downloaded 3.6.0 but says I’m using v4.2.1 ?...

Zip from https://hashcat.net/beta already contains executables. edit: only win & linux
Mem5 hashcat 6 2,075 07-31-2019, 11:44 AM
    Thread: Card for DES cracking
Post: RE: Card for DES cracking

GTX 1070 or 1080 or 1080Ti depending of your budget.
Mem5 Hardware 1 2,143 07-03-2018, 09:45 PM
    Thread: How to use checkpoint in hashcat beta (Windows)
Post: RE: How to use checkpoint in hashcat beta (Windows...

hashcat.exe --restore --session=mySession
Mem5 hashcat 5 2,165 07-21-2019, 10:55 PM
    Thread: Help with format
Post: RE: Help with format

Use --username option to consider using username before the hash in your hashlist. THen to display username in the result file, use --show.
Mem5 hashcat 2 2,246 09-12-2018, 12:23 AM
    Thread: Maskprocessor Help Windows 10
Post: RE: Maskprocessor Help Windows 10

Common methodology is to use wordlists first ant then bruteforce. You can rent GPUs if your need is punctual
Mem5 hashcat 12 2,253 05-11-2020, 06:21 PM
    Thread: How to view SSID of cracked PMKID (16800) PCAP?
Post: RE: How to view SSID of cracked PMKID (16800) PCAP...

sudo_overflow Wrote: (01-12-2020, 09:26 AM) -- Would be nice if Hashcat added the SSID in plain text with the password at the end. -- Don't think so. What about non-printable ESSID characters? That's...
Mem5 hashcat 6 2,256 04-01-2020, 02:31 PM
    Thread: clWaitForEvents(): CL_UNKNOWN_ERROR
Post: RE: clWaitForEvents(): CL_UNKNOWN_ERROR

GPUs model ?
Mem5 hashcat 6 2,315 10-23-2019, 09:26 PM
    Thread: clWaitForEvents(): CL_UNKNOWN_ERROR
Post: RE: clWaitForEvents(): CL_UNKNOWN_ERROR

Version oh hashcat? Try uninstall drivers and reinstall properly, using https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do
Mem5 hashcat 6 2,315 10-24-2019, 09:50 AM
    Thread: Rules test
Post: RE: Rules test

--stdout is your friend: Code: -- > echo kevin | hashcat64 --stdout -j "c" Kevin > echo kevin | hashcat64 --stdout -r best64.txt kevin1 ... --
Mem5 General Talk 2 2,318 11-05-2018, 08:22 PM
    Thread: cracking Wifi with android phone
Post: RE: cracking Wifi with android phone

Not tested: https://github.com/JuniorJPDJ/hcxtools-android A feedback is welcome if you test it.
Mem5 hashcat 2 2,327 12-20-2018, 11:49 AM
    Thread: Why 4.0.0 find the password and 5.1.0 not?
Post: RE: Why 4.0.0 find the password and 5.1.0 not?

Please paste your command line AND output of each (v4 and v5). Do not use --force. "I need to use the --self-test-disable option" -> means that you probably have a driver issue. What's your GPUs and ...
Mem5 hashcat 5 2,337 07-04-2019, 08:30 AM
    Thread: mscash2 - can't find password in dictionary
Post: RE: mscash2 - can't find password in dictionary

jacobsh Wrote: (12-17-2018, 11:52 PM) -- EDIT: Seems like a deliberate limitation: https://www.notsosecure.com/maximum-password-length-reached/ -- It's a article from 2013, and using an old version ...
Mem5 hashcat 3 2,346 12-18-2018, 10:17 AM
    Thread: i cant convert a WPA / WPA2 pcap
Post: RE: i cant convert a WPA / WPA2 pcap

What's the tool & commandline used?
Mem5 General Talk 3 2,373 01-16-2019, 06:08 PM
    Thread: Extracting ESSID from hccapx files
Post: RE: Extracting ESSID from hccapx files

According to hccapx structure https://hashcat.net/wiki/doku.php?id=hccapx#detailed_structure ESSID offset is from 0x0a to 0x29. wlanhcxinfo tool can extract for you, or you can do it with standard l...
Mem5 General Talk 2 2,392 11-01-2018, 10:27 AM