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: Passwordlist constantly exhausted
Post: RE: Passwordlist constantly exhausted

Is the password in the wordlist? Try with the MD5 hash of a word that is in the wordlist for sure?
Kryczek hashcat 9 3,461 05-12-2019, 07:49 PM
    Thread: Passwordlist constantly exhausted
Post: RE: Passwordlist constantly exhausted

Try with f806fc5a2a0d5ba2471600758452799c (the MD5 hash of "rockyou"), it is present in your wordlist for sure.
Kryczek hashcat 9 3,461 05-13-2019, 04:20 PM
    Thread: Hashcat not working on q8200
Post: RE: Hashcat not working on q8200

CUDA is as far as I know a nVidia-only GPU-only technology, maybe you meant OpenCL which is the cross-platform equivalent? To use OpenCL on Intel CPUs you might have to install both the CPU ICD (pr...
Kryczek hashcat 10 3,050 08-28-2019, 10:55 AM
    Thread: Hashcat not working on q8200
Post: RE: Hashcat not working on q8200

You just need the GPU to support OpenCL and be supported by Hashcat, i.e. pretty much any recent good GPU :) For example the GPUs that people discuss and benchmark here, or you can ask about a specifi...
Kryczek hashcat 10 3,050 08-28-2019, 02:44 PM
    Thread: Hashcat not working on q8200
Post: RE: Hashcat not working on q8200

Ah yes, sorry, I did not express myself correctly :) I meant that CPU+GPU turned out to be slower than using my GPU alone; I discovered that with GPU-friendly hashes indeed but it is likely to happen ...
Kryczek hashcat 10 3,050 08-29-2019, 12:01 PM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

Try each card separately? :)
Kryczek hashcat 43 12,656 09-02-2019, 11:54 AM
    Thread: Found a password - Recovered ?
Post: RE: Found a password - Recovered ?

Put the WPA PSK in the wordlist and Hashcat should find it :)
Kryczek hashcat 9 3,251 09-03-2019, 11:46 AM
    Thread: Found a password - Recovered ?
Post: RE: Found a password - Recovered ?

It stops when all (just 1 in your case) hashes have been cracked, otherwise it prints the hash and cleartext on the screen while running
Kryczek hashcat 9 3,251 09-03-2019, 11:53 AM
    Thread: Hash benchmark slower than expected
Post: RE: Hash benchmark slower than expected

What GPU, what algorithm, what speed?
Kryczek hashcat 1 851 09-05-2019, 04:21 PM
    Thread: Building password list
Post: RE: Building password list

Ar76 Wrote: (09-05-2019, 05:00 PM) -- Code: -- #include #include int main(){ FILE *FP; int i=0; char buffer[20]; sprintf(buffer, "combos.text", i); fp=fopen(buffer, "w"); for(i=0; i
Kryczek hashcat 21 7,827 09-06-2019, 01:23 PM
    Thread: core speed limitation - overclocking
Post: RE: core speed limitation - overclocking

Be careful with overclocking and intense workloads: Many consumer-grade graphics cards are not designed to be running at 100% for a long time but instead are expected to often have the opportunity ...
Kryczek hashcat 4 1,731 09-27-2019, 08:55 AM
    Thread: GPU not utilised
Post: RE: GPU not utilised

As you can see at the beginning Hashcat skipped your integrated graphics and CPU but did not skip your GPU, then towards the end you can see it used your GPU at 90%.
Kryczek hashcat 4 2,073 10-07-2019, 10:40 PM
    Thread: AMD GPU and opencl
Post: RE: AMD GPU and opencl

What warnings/errors do you get?
Kryczek hashcat 1 887 10-07-2019, 10:44 PM
    Thread: Hashcat sees my GPU but not my CPU
Post: RE: Hashcat sees my GPU but not my CPU

Since when do chickens have jobs, let alone know how to use computers? I question your knowledge of ADM and Nivida/Nivdia hardware on Unbuntu... And that Adom guy, what does he know about Hashcat anyw...
Kryczek hashcat 20 6,851 10-14-2019, 12:28 PM
    Thread: Run a benchmark
Post: RE: Run a benchmark

You need to take your command prompt (cd C:\some\path) to where you extracted the hashcat archive, or specify the path to that executable as part of the command line like C:\some\path\hashcat64.exe -b
Kryczek hashcat 2 2,211 11-25-2019, 01:47 PM
    Thread: Litecoin asic L3+ and Scrypt hash
Post: RE: Litecoin asic L3+ and Scrypt hash

Basically maximum performance requires minimum flexibility and vice versa: * ASICs are the fastest because they are chips designed specifically for one task and one task only * GPUs are fast as long...
Kryczek hashcat 3 1,363 11-25-2019, 01:57 PM
    Thread: Graphic card or cloud computing
Post: RE: Graphic card or cloud computing

Also avoid buying AMD cards for Hashcat, or really research the subject (benchmarks and "PCIe atomics" especially) if you absolutely want to. See for example: https://hashcat.net/forum/archive/i...
Kryczek hashcat 3 1,503 10-11-2019, 10:53 AM
    Thread: multiple DES cipher same plain
Post: RE: multiple DES cipher same plain

Hi, I am not sure I understand the question either but I think you might be referring to the fact that the more hashes/ciphertexts you load, the slower Hashcat gets? This is normal :) Because wi...
Kryczek hashcat 7 2,912 11-04-2019, 09:54 AM
    Thread: brute force with 11 length password(MD4)
Post: RE: brute force with 11 length password(MD4)

It was working! You just needed to let it run 91 days. Can you be more specific about "lower case +number": does it mean [a-z]{10}[0-9] or is it really that each of the 11 characters can be either ...
Kryczek hashcat 9 3,461 11-25-2019, 02:03 PM
    Thread: Is there something wrong with my system?
Post: RE: Is there something wrong with my system?

Haha yeah, "AMD RS780" got me confused for a moment since there are AMD RX480, 580, etc GPUs... The ATI (before the rebranding in 2010) RS780 from 2008 is indeed a bit out of date :P Are you sure t...
Kryczek hashcat 3 1,497 11-28-2019, 10:28 AM