Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: My Build HawkV1
Post: RE: My Build HawkV1

Highly depends on the specific algorithm. Test it yourself.
undeath Hardware 7 12,968 03-18-2021, 10:12 PM
    Thread: hashcat fails to start, SolarWinds exception
Post: RE: hashcat fails to start, SolarWinds exception

hashcat doesn't use .NET framework. If it gets stuck on starting that means some broken OpenCL runtime is installed (most commonly a broken Intel one).
undeath hashcat 3 6,521 03-18-2021, 09:21 PM
    Thread: My Build HawkV1
Post: RE: My Build HawkV1

CUDA kernels are supposed to be a little faster on devices that support CUDA.
undeath Hardware 7 12,968 03-18-2021, 08:28 PM
    Thread: Help find missing salt password character(s) for Rclone crypt
Post: RE: Help find missing salt password character(s) f...

Pretty much everything that does encryption needs a specific implementation. So no, this is not supported. Since we're talking about maybe 200 different candidates you can simply wrap rclone in a s...
undeath hashcat 2 6,273 03-17-2021, 10:42 PM
    Thread: Hashcat with Ryzen 5 3600X (I need new CPU advice pls.)
Post: RE: Hashcat with Ryzen 5 3600X (I need new CPU adv...

puertoroc Wrote: (03-17-2021, 01:29 PM) -- I thought the purpose of hashcat was to utilize GPU.. isn't that more important than CPU? -- Modern PSA are designed to be slow on GPUs, for example by req...
undeath hashcat 4 10,453 03-17-2021, 07:03 PM
    Thread: Too fast cracking
Post: RE: Too fast cracking

buba22 Wrote: (03-13-2021, 08:12 PM) -- I have gpu nvidia 950m, and I think this is not passible. Another hash takes alot longer -- For some context, using a similar pkzip hash to the one from your...
undeath hashcat 15 32,574 03-17-2021, 06:36 PM
    Thread: Token Length Exception on previously Cracked hash
Post: RE: Token Length Exception on previously Cracked h...

those are md5 hashes, which is hashcat's default hash mode if nothing else is specified.
undeath hashcat 3 7,684 03-17-2021, 06:24 PM
    Thread: Bitcoin/altcoin wallet PIN recovery
Post: RE: Bitcoin/altcoin wallet PIN recovery

Depends on the scrypt parameters. Especially combinations with high memory usage are a poor match for GPUs. Development-wise it doesn't make a difference. Modules are written in OpenCL and device-inde...
undeath hashcat 4 14,010 02-05-2021, 06:17 PM
    Thread: Pass Code Efi Macbook a1989 2018 Serial + Hash
Post: RE: Pass Code Efi Macbook a1989 2018 Serial + Hash

I believe this is about the same thing: https://hashcat.net/forum/thread-9775.html
undeath hashcat 1 4,313 02-05-2021, 05:59 PM
    Thread: Haschat.exe stopped working
Post: RE: Haschat.exe stopped working

Looks like some problem with your opencl runtime.
undeath General Talk 1 4,312 02-05-2021, 05:58 PM
    Thread: Bitcoin/altcoin wallet PIN recovery
Post: RE: Bitcoin/altcoin wallet PIN recovery

1. in general, yes. but you will need a new module 2. I wouldn't put too much hope into a feature request. Some things never get implemented and I haven't seen a sign of life from atom on any public ...
undeath hashcat 4 14,010 02-05-2021, 05:56 PM
    Thread: PBKDF2 double hash
Post: RE: PBKDF2 double hash

This requires writing a custom kernel.
undeath hashcat 4 8,504 02-05-2021, 05:38 PM
    Thread: [split] Another Ethereum Password Crack
Post: RE: [split] Another Ethereum Password Crack

vicious1 Wrote: (02-04-2021, 05:35 PM) -- There is something off if you get 3000h/s with a single machine and Tesla v100. They can each do max 1 h/s based on onlinehashcracks benchmark and even my ow...
undeath hashcat 6 12,898 02-05-2021, 02:06 PM
    Thread: New Month,.new challenge
Post: RE: New Month,.new challenge

Generate a hcmask file. eg Code: -- echo smMxxxxxxx | ./permute.bin | sort -u | sed -e 's/x/?a/g' -e 's/$/vb/' > file.hcmask -- (using permute from hashcat-utils; not efficient but easy and fast ...
undeath hashcat 1 4,231 02-01-2021, 07:32 PM
    Thread: Issues Installing OpenCL
Post: RE: Issues Installing OpenCL

Do you have the nvidia driver and/or cuda sdk installed? Also make sure you didn't accidentally remove the ICD loader.
undeath hashcat 3 9,481 01-27-2021, 04:01 PM
    Thread: rules not working and unable to test
Post: RE: rules not working and unable to test

There have been a few reports of --stdout hanging recently. in the past, many people with that problem had a broken Intel OpenCL driver, often a leftover from an older version. Maybe there's a recent ...
undeath hashcat 2 4,901 01-27-2021, 03:57 PM
    Thread: wordlist + rules VS large wordlist
Post: RE: wordlist + rules VS large wordlist

This looks like a bug indeed. Such stupid bugs are usually caused by buggy OpenCL runtimes. You can try to install a different version and see if the problem persists.
undeath General Talk 5 11,665 01-27-2021, 03:53 PM
    Thread: troubles on Radeon RX Vega 8 in AMD Ryzen 3 2200G
Post: RE: troubles on Radeon RX Vega 8 in AMD Ryzen 3 22...

Crashes and freezes seen when using hashcat are pretty much always hardware errors. There's a slight chance it's a bug in the OpenCL runtime. If possible you can test on Windows, where a completely di...
undeath hashcat 2 6,513 01-27-2021, 03:50 PM
    Thread: Hashcat speed benchmark vs recovery
Post: RE: Hashcat speed benchmark vs recovery

You can gain a litte higher cracking rates by adding -w3. This is what benchmark uses. As to 1 vs 32: you can apply significant optimizations with only a single target hash that are not possible wi...
undeath hashcat 4 12,874 01-27-2021, 03:39 PM
    Thread: Digital Bitbox01
Post: RE: Digital Bitbox01

I don't see a way to hex-decode with that tool. You can use https://paulschou.com/tools/xlate/ enter at [HEX] -> decode -> [BASE64]
undeath hashcat 6 13,825 01-26-2021, 04:58 PM