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: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers

hashserious Wrote: (06-10-2020, 10:57 PM) -- Is it possible to know the least possible character on 3rd position after knowing first two characters on sha1 hash? Or the least possible character on 4t...
undeath User Contributions 182 305,248 06-11-2020, 02:20 AM
    Thread: Hacking SHA256
Post: RE: Hacking SHA256

What is "hacking" supposed to mean? Do you mean cracking? Speed is dependent on the hardware you use and to some degree on the kind of attack you run. Generally speaking, sha256 is a pretty fast hash.
undeath hashcat 1 437 06-10-2020, 04:55 PM
    Thread: Is it normal that Intel GPU is slower than CPU?
Post: RE: Is it normal that Intel GPU is slower than CPU...

You don't need to uninstall certain opencl runtimes to only run certain kinds of devices. Hashcat provides options to choose which device(s)/device types to use. The onboard GPU being slower than t...
undeath hashcat 1 474 06-10-2020, 04:52 PM
    Thread: Works on virtual machine but not on windows
Post: RE: Works on virtual machine but not on windows

--self-test-disable your problem is right there. If the self test is failing your opencl driver is broken. Try using the latest beta version: https://hashcat.net/beta/
undeath hashcat 2 687 06-09-2020, 05:38 PM
    Thread: Offloading to GPU for a time study on my new rig - advice
Post: RE: Offloading to GPU for a time study on my new r...

Basically what slyexe said. Install rocm and hope your GPU is supported (it might be too old).
undeath Hardware 2 697 06-09-2020, 04:58 PM
    Thread: hash(hash(plain, salt), salt2)
Post: RE: hash(hash(plain, salt), salt2)

Arbitrarily combining hash modes is not possible. Have a look at mdxfind.
undeath hashcat 1 445 06-08-2020, 01:29 PM
    Thread: 4 symbols WPA2 password?
Post: RE: 4 symbols WPA2 password?

The password is not four characters. That's impossible to tell from the handshake. The ESSID has length four.
undeath hashcat 3 766 06-07-2020, 09:09 PM
    Thread: 3des comand
Post: RE: 3des comand

that is the whole command.
undeath hashcat 3 814 05-28-2020, 03:02 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...

One trillion per day? Laughable ;) Assuming your opencl drivers support that much devices hashcat will gladly use them. It scales linearly. For example see this 8x GTX 1080Ti benchmark, hitting 550GH...
undeath hashcat 15 3,352 05-28-2020, 02:57 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...

blibblob Wrote: (05-24-2020, 11:24 PM) -- Is it possible to extrapolate in such a way? -- yes, that's correct blibblob Wrote: (05-24-2020, 11:24 PM) -- My password would have been something like ...
undeath hashcat 15 3,352 05-25-2020, 12:11 PM
    Thread: markov mode
Post: RE: markov mode

Why are you using statsprocessor instead of hashcat's native markov support? Piping words in will almost always be slower. Also, you should specify a mask.
undeath hashcat 6 1,070 05-22-2020, 10:25 PM
    Thread: How to instead of Abort, slow down?
Post: RE: How to instead of Abort, slow down?

You can use external tools to underclock/undervolt your GPU or opitimize the airflow.
undeath hashcat 2 633 05-22-2020, 10:13 PM
    Thread: Combinator
Post: RE: Combinator

The case at hand doesn't have much to do with I/O but hashcat's scheduler/parallelisation. Without having any idea about how hashcat's implementation actually works I think you can imagine it to sched...
undeath hashcat 8 1,610 05-21-2020, 02:59 AM
    Thread: Combinator
Post: RE: Combinator

It would work that way but since there are only 3*4=12 words it would be very slow.
undeath hashcat 8 1,610 05-20-2020, 04:29 PM
    Thread: Combinator + Mask
Post: RE: Combinator + Mask

https://hashcat.net/forum/thread-9235-post-48849.html
undeath General Talk 2 777 05-20-2020, 02:11 PM
    Thread: Combinator
Post: RE: Combinator

It's not directly supported. For best performance in your case do it like this: 1. create combined.txt hashcat -a1 word1.txt word2.txt --stdout -o combined.txt 2. pipe in hybrid combined + mask hash...
undeath hashcat 8 1,610 05-20-2020, 02:01 PM
    Thread: Password recovery - 3 attack avenues?
Post: RE: Password recovery - 3 attack avenues?

Cracking ten random characters on veracrypt is not going to complete within your lifespan. GPG and pCloud are not supported. GPG would probably be faster to crack than veracrypt (only a guess) but sti...
undeath General Talk 4 1,102 05-18-2020, 04:30 PM
    Thread: Brute-Force custom character
Post: RE: Brute-Force custom character

https://hashcat.net/wiki/doku.php?id=mask_attack
undeath hashcat 2 789 05-17-2020, 12:04 AM
    Thread: Need help with decryption rig
Post: RE: Need help with decryption rig

You should roughly have ram=vram and go with one cpu core per gpu (this is optional but you don't need to save $100 on the CPU). Some midrange Ryzen would work nicely.
undeath Hardware 15 3,513 05-14-2020, 01:20 AM
    Thread: Hashcat RAM usage
Post: RE: Hashcat RAM usage

Why are you using --self-test-disable? If hashcat fails to start otherwise your driver is probably broken which is an issue you need to fix…
undeath General Talk 3 1,204 05-11-2020, 01:10 AM