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 [asc] Forum Replies Views Posted
    Thread: Meltdown and Spectre patches
Post: RE: Meltdown and Spectre patches

using the search function is hard. https://hashcat.net/forum/thread-7710.html?highlight=spectre
undeath General Talk 1 662 05-10-2020, 01:59 AM
    Thread: Cracking bcrypt hash using brute force mode
Post: RE: Cracking bcrypt hash using brute force mode

Pure masks don't support this but you can create a hcmask file with policygen from PACK: https://github.com/iphelix/PACK
undeath hashcat 7 1,535 05-11-2020, 01:04 AM
    Thread: Using a combo of masks and rules
Post: RE: Using a combo of masks and rules

That's pretty much how you have to do things with masks. Note that custom charsets support all the included charsets as well. Instead of abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789...
undeath hashcat 3 890 05-11-2020, 01:06 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,209 05-11-2020, 01:10 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,528 05-14-2020, 01:20 AM
    Thread: Brute-Force custom character
Post: RE: Brute-Force custom character

https://hashcat.net/wiki/doku.php?id=mask_attack
undeath hashcat 2 790 05-17-2020, 12:04 AM
    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,105 05-18-2020, 04:30 PM
    Thread: Combinator + Mask
Post: RE: Combinator + Mask

https://hashcat.net/forum/thread-9235-post-48849.html
undeath General Talk 2 779 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,612 05-20-2020, 02:01 PM
    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,612 05-20-2020, 04:29 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,612 05-21-2020, 02:59 AM
    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 636 05-22-2020, 10:13 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,076 05-22-2020, 10:25 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,366 05-25-2020, 12:11 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,366 05-28-2020, 02:57 PM
    Thread: 3des comand
Post: RE: 3des comand

that is the whole command.
undeath hashcat 3 818 05-28-2020, 03:02 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 771 06-07-2020, 09:09 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 446 06-08-2020, 01:29 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 690 06-09-2020, 05:38 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 475 06-10-2020, 04:52 PM