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 [asc] Replies Views Posted
    Thread: hashcat as hash validator
Post: RE: hashcat as hash validator

You can. Check the exit status code and/or output, eg: "no hashes loaded", "hashfile empty or corrupt" etc.
Mem5 hashcat 4 985 06-02-2020, 08:07 AM
    Thread: hashcat as hash validator
Post: RE: hashcat as hash validator

Nice! Are you able to share it with community and/or the fork existing source code?
Mem5 hashcat 4 985 06-04-2020, 08:11 PM
    Thread: 4 symbols WPA2 password?
Post: RE: 4 symbols WPA2 password?

ESSID is the name of the wifi, nothing to do with the password =) Password must be between 8 and 63 characters, no more no less.
Mem5 hashcat 3 771 06-08-2020, 08:56 AM
    Thread: What is the speed of Hashcat for cracking wallet.dat using GPU?
Post: RE: What is the speed of Hashcat for cracking wall...

If I am not mistaken the speed also depends on the iterations count (hashcat benchmark takes 199999) Here is another benchmark for 10 * GTX 2080 Ti (source (https://www.onlinehashcrack.com/tools-benc...
Mem5 hashcat 15 3,366 05-25-2020, 03:03 PM
    Thread: What is the speed of Hashcat for cracking wallet.dat using GPU?
Post: RE: What is the speed of Hashcat for cracking wall...

You can rent as much GPUs as you want (Amazon, etc.) if you pay for. Can become expensive. blibblob Wrote: (05-28-2020, 11:05 AM) -- For example, if a supercomputer could manage 100,000,000,000 hash...
Mem5 hashcat 15 3,366 05-28-2020, 05:52 PM
    Thread: hashcat 6.0.0
Post: RE: hashcat 6.0.0

Awesome work, thanks to atom & team & contributors !
Mem5 hashcat 21 87,684 06-18-2020, 02:54 PM
    Thread: Hashcat 6.0.0 / CUDA crash (Solved)
Post: RE: Hashcat 6.0.0 / CUDA crash (Solved)

Thanks for the update SquinklePhoom. Could you share the commands please? Same issue here. I've done: Code: -- # Uninstall previous Nvidia driver apt-get remove --auto-remove nvidia-cuda-toolkit nvi...
Mem5 hashcat 3 1,169 06-20-2020, 04:16 PM
    Thread: vast.ai gpu rentals?
Post: RE: vast.ai gpu rentals?

Use cuda tag from dizcza/docker-hashcat/
Mem5 hashcat 6 2,847 06-25-2020, 02:22 PM
    Thread: Is hccap Support Intentionally Dropped in V6?
Post: RE: Is hccap Support Intentionally Dropped in V6?

mode 2500 still work for me in v 6.0
Mem5 hashcat 2 577 06-25-2020, 02:26 PM
    Thread: Zip to Hashcat
Post: RE: Zip to Hashcat

Yes, pkzip hash is limited in length. https://github.com/hashcat/hashcat/issues/2186#issuecomment-530489997
Mem5 hashcat 2 728 06-27-2020, 02:34 PM
    Thread: ESSID:key available lists?
Post: RE: ESSID:key available lists?

You can start with https://wpa-sec.stanev.org/?dicts
Mem5 hashcat 6 1,108 06-28-2020, 02:22 PM
    Thread: fastest way to crack bcrypt
Post: RE: fastest way to crack bcrypt

lightning Wrote: (06-29-2020, 08:17 AM) -- hashcat64 -a 0 -m 3200 hashes.txt rockyou.txt -w 3 -O hashcat64 -a 0 -m 3200 hashes.txt rockyou.txt -w 3 -O -d 1 -- -a 0 is optional here -w 3 can be chang...
Mem5 hashcat 3 952 06-29-2020, 10:25 AM
    Thread: ESSID:key available lists?
Post: RE: ESSID:key available lists?

Hum. So you are looking at relationships between ESSID and passwords, but you are only interested in passwords created by humans? IMHO human generated passwords have almost no relationships with ESSI...
Mem5 hashcat 6 1,108 07-02-2020, 07:39 PM
    Thread: please help me i am a newbie
Post: RE: please help me i am a newbie

Not related with hashcat. hcxdumptool support is at https://github.com/ZerBea/hcxdumptool
Mem5 hashcat 4 879 07-19-2020, 01:18 PM
    Thread: Is this good?
Post: RE: Is this good?

Pasting the complete output would be helpful. 477.7KH/S is pretty good for a RTX2070 Did you use "-w 4" switch? I advise to install CUDA toolkit, it will be a bit faster.
Mem5 hashcat 6 883 07-21-2020, 09:03 AM
    Thread: Is this good?
Post: RE: Is this good?

CUDA for windows : https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64 Then reboot. hashcat will automatically detect CUDA installation.
Mem5 hashcat 6 883 07-21-2020, 05:46 PM
    Thread: Charsets Order and rockyou Mask files
Post: RE: Charsets Order and rockyou Mask files

have you tried Quote: -- --markov-disable | | Disables markov-chains, emulates classic brute-force --
Mem5 hashcat 2 566 07-23-2020, 08:36 AM
    Thread: ethereum scrypt
Post: RE: ethereum scrypt

philsmd Wrote: (07-27-2020, 08:37 AM) -- you shouldn't send these types of hashes (...) especially true for several cryptocurrency "hashes". -- Could you let us know which 'hashes' are send-able an...
Mem5 hashcat 4 708 07-27-2020, 11:26 AM
    Thread: Need assistance with command parameters.
Post: RE: Need assistance with command parameters.

Words from a language dictionary? If yes, I would: 1) extract all words starting from 't' or 'T' => use grep Code: -- # sample wordlist t.dic tabasco table -- 2) Combine these words to produce n-tupl...
Mem5 hashcat 2 465 07-28-2020, 12:47 PM
    Thread: slow using rules
Post: RE: slow using rules

11300 (bitcoin) is slow, you can get around 11"665 H/s with a RTX 2080 Ti (source (https://www.onlinehashcrack.com/tools-benchmark-hashcat-gtx-1080-ti-1070-ti-rtx-2080-ti.php)) Add switch -w 4 to you...
Mem5 hashcat 7 1,055 07-28-2020, 07:51 PM