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: 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: hashcat on raspberry pi 4
Post: RE: hashcat on raspberry pi 4

Still not. Only x86 and x64.
Mem5 hashcat 3 1,256 04-02-2020, 06:59 PM
    Thread: AWS P3.16xlarge benchmarks
Post: RE: AWS P3.16xlarge benchmarks

You can have better results with: ./hashcat.bin -b -O -w 4 Let us know.
Mem5 Hardware 6 1,260 07-15-2020, 12:16 AM
    Thread: Bruteforcing SHA1 with knowing the salt
Post: RE: Bruteforcing SHA1 with knowing the salt

"take longer time" compared to what ? Mast attack : https://hashcat.net/wiki/doku.php?id=mask_attack
Mem5 hashcat 5 1,289 04-17-2020, 06:22 PM
    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: manipulating wordlists + incriments
Post: RE: manipulating wordlists + incriments

You need combinator attack : https://hashcat.net/wiki/doku.php?id=combinator_attack + rule (-j and -k) Good read as well : https://hashcat.net/wiki/doku.php?id=hybrid_attack Increment: -I list th...
Mem5 hashcat 1 1,315 01-27-2019, 06:40 PM
    Thread: how to do it better ???
Post: RE: how to do it better ???

By restoring the settings I guess you want to be able to set the setting back to its original value. Just backup the config BEFORE applying the patch. eg. for Windows - Backup the key HKEY_LOCAL_MACHI...
Mem5 hashcat 4 1,321 01-30-2020, 10:25 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,331 05-17-2019, 09:56 PM
    Thread: Hashcat settings - explanation
Post: RE: Hashcat settings - explanation

Hashcat tries each line from your wordlist. So it will test "ttaabbcc" first, then "BI", then "123456789", etc. "BI" will be skipped as the WPA password must be greater or equal to 8. You need to...
Mem5 hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 1,344 07-26-2020, 12:04 PM
    Thread: password for wallet.dat is not compatible in core
Post: RE: password for wallet.dat is not compatible in c...

Have you tries to import .wallet file in bitcoin core first?
Mem5 hashcat 2 1,366 06-21-2019, 08:28 AM
    Thread: On-the-fly loading of gz wordlists
Post: On-the-fly loading of gz wordlists

Quote: -- * changes v5.1.0 -> v6.0.0 (...) - Support on-the-fly loading of compressed wordlists in zip and gzip format -- Seen in hashcat beta 1803. Just tried with a gz file: Code: -- $ wc -l �...
Mem5 hashcat 6 1,377 05-23-2020, 06:04 PM
    Thread: On-the-fly loading of gz wordlists
Post: RE: On-the-fly loading of gz wordlists

Weird.. I may have failed somewhere in the compress step..
Mem5 hashcat 6 1,377 05-23-2020, 08:48 PM
    Thread: On-the-fly loading of gz wordlists
Post: RE: On-the-fly loading of gz wordlists

From a performance perspective I cannot see any loss of speed; how does hashcat handle gigas of compressed wordlist without spending minutes/hours on decompression?
Mem5 hashcat 6 1,377 05-24-2020, 12:33 PM
    Thread: On-the-fly loading of gz wordlists
Post: RE: On-the-fly loading of gz wordlists

Ok.. but what about "Dictionary cache building", hashcat have to decompress all the file first to know the statistics, number of passwords etc?
Mem5 hashcat 6 1,377 05-25-2020, 08:38 PM
    Thread: 7 GPU Motherboards
Post: RE: 7 GPU Motherboards

Look for PCI slots on your MOBO. As said, if you plug GPUs directly on PCI slots, pay attention of the cooling and space between 2 cards. You can use risers to optimize space and cooling (use qualit...
Mem5 Hardware 4 1,425 05-29-2020, 12:41 PM
    Thread: Crack pbkdf2
Post: RE: Crack pbkdf2

--force is not recommended.
Mem5 hashcat 7 1,452 03-29-2020, 10:49 PM
    Thread: Optimize mask bruteforce PMKID
Post: RE: Optimize mask bruteforce PMKID

You can SHORT it with : -1 ?l?u?d ?1?1... l | abcdefghijklmnopqrstuvwxyz u | ABCDEFGHIJKLMNOPQRSTUVWXYZ d | 0123456789 If you want to REDUCE the keyspace: remove some characters, for that you need...
Mem5 hashcat 6 1,458 05-07-2020, 07:17 PM
    Thread: Optimize mask bruteforce PMKID
Post: RE: Optimize mask bruteforce PMKID

doggod Wrote: (05-08-2020, 11:58 AM) -- Where can I get access? -- You can buy (https://www.newegg.com) or rent (https://www.onlinehashcrack.com/how-to-configure-bruteforce-attack.php)
Mem5 hashcat 6 1,458 05-09-2020, 01:28 PM
    Thread: 2080 ti 2500 50kh's
Post: RE: 2080 ti 2500 50kh's

-w 4 is an optimization, a workload profile, and 4 is 'nightmare', good for headless server. Regarding to benchmark, look at this one (https://www.onlinehashcrack.com/tools-benchmark-hashcat-gtx-1080-...
Mem5 General Talk 5 1,477 03-22-2020, 12:07 AM
    Thread: noob question about cmds/password types
Post: RE: noob question about cmds/password types

To extract zip of your hash : zip2john, or 7z2hash, depending on your archive. You will need to find the good mode : PKZIP? 7-zip? WinZip? With or without encrypted headers? To help you: https://hash...
Mem5 hashcat 3 1,483 08-04-2019, 09:35 AM