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 [desc] Replies Views Posted
    Thread: OpenCl kernel self-test failed when using any version later than v4.2.1 !!
Post: RE: OpenCl kernel self-test failed when using any ...

https://66.media.tumblr.com/c560849f3c57fc6ed3c0ef57cff43277/tumblr_inline_nkirl9V7Sg1s9de7o.jpg
DanielG hashcat 29 21,222 02-06-2019, 10:38 AM
    Thread: Can't crack ZIP file, No hashes loaded
Post: RE: Can't crack ZIP file, No hashes loaded

If I look at the example hash for 13000 on https://hashcat.net/wiki/doku.php?id=example_hashes I see it looks like this "$rar5$16$74575567518807622265582327032280$15$f8b4064de34ac02ecabfe9abdf93ed6a$8...
DanielG hashcat 4 2,993 02-07-2019, 03:20 PM
    Thread: Status: Exhausted Bitcoin Wallet Passphrase Recovery
Post: RE: Status: Exhausted Bitcoin Wallet Passphrase Re...

you are guessing a password of 3 'characters' long. That's only 857375 passwords (kind of like aaa until ~~~). You can guess 1115 hashes per second so in 12 minutes you tried all 3 characters and none...
DanielG hashcat 10 5,905 02-13-2019, 04:40 PM
    Thread: Token length exception
Post: RE: Token length exception

Seeing as you are using -m 1000 it is likely you got a password dump in the format "krbtgt:502:aad3b435b51404eeaad3b435b51404ee:abcdef0123456789abcdef0123456789:::" or "krbtgt:abcdef0123456789abcdef0...
DanielG hashcat 7 23,963 02-14-2019, 10:21 AM
    Thread: Status: Exhausted Bitcoin Wallet Passphrase Recovery
Post: RE: Status: Exhausted Bitcoin Wallet Passphrase Re...

suhel1986 Wrote: (02-14-2019, 12:07 AM) -- Sorry mate I am not so good at this one, now I got following error, I guessed if the password was 10 to 15 char long I used following command and I got ...
DanielG hashcat 10 5,905 02-14-2019, 10:34 AM
    Thread: CL_PLATFORM_NOT_FOUND_KHR - Windows 10 and GeForce 1060
Post: RE: CL_PLATFORM_NOT_FOUND_KHR - Windows 10 and GeF...

Glad you solved it, also thanks you took the time to report back with the solution.
DanielG hashcat 2 2,174 03-21-2019, 12:23 PM
    Thread: 2080TI keepass2 speed
Post: RE: 2080TI keepass2 speed

"However, after few attempts, I get a speed well below that we expected for." What was your expected speed and why did you expect that speed? //edit: basically what undeath said
DanielG hashcat 7 2,857 03-21-2019, 05:04 PM
    Thread: can't supress error messages in a txt
Post: RE: can't supress error messages in a txt

Maybe you could explain *why* you want to do it. Maybe there is a different way to get what you really want without having to suppress errors. This line of questioning sound a bit like a https://xyprob...
DanielG hashcat 5 2,705 05-02-2019, 02:00 PM
    Thread: Hashcat Segmentation Fault
Post: RE: Hashcat Segmentation Fault

Did you add  --force because of an online guide or because hashcat gave some errors? This usually indicates you are ignoring advice the hashcat program is giving you to solve your problem. Can you...
DanielG hashcat 3 2,478 05-30-2019, 09:53 AM
    Thread: Is this a known and implemented algo?
Post: RE: Is this a known and implemented algo?

Looks like the CRC32 table and method, only on end it does XOR $68DBAF89. So my guess is to use hashcat -m 11500 but first manually XOR the recovered data out of registry with 0x68DBAF89. //edit...
DanielG hashcat 3 2,236 04-11-2019, 11:11 AM
    Thread: Running Hashcat on SSH
Post: RE: Running Hashcat on SSH

On https://hashcat.net/wiki/ under "Patches, tips and tricks" there is 'SSH into running terminal (https://hashcat.net/wiki/doku.php?id=ssh_running_process)- using screen'
DanielG hashcat 3 2,610 06-18-2019, 09:18 AM
    Thread: How to find a particular string whose MD5-hash is known?
Post: RE: How to find a particular string whose MD5-hash...

That is really weird because that is the same hash as requested in 2017 in thread https://hashcat.net/forum/thread-6822.html and at yahoo 6 years ago https://answers.yahoo.com/question/index?qid=2013...
DanielG hashcat 3 1,543 07-02-2019, 08:42 AM
    Thread: Using hashcat (GPU) with simple hash function
Post: RE: Using hashcat (GPU) with simple hash function

Wow what a weird hash, this will have a lot of collisions since the value of every letter is just raised to the 5th power and added, so the order of the letters does not matter (so you will most likel...
DanielG hashcat 4 1,953 07-09-2019, 04:54 PM
    Thread: Using hashcat (GPU) with simple hash function
Post: RE: Using hashcat (GPU) with simple hash function

Okay, I tried to run this code locally and there is indeed a bug if I take the code you posted literally. The code Code: -- hash += (s[i] * s[i] * s[i] * s[i] * s[i]); -- does not produce the c...
DanielG hashcat 4 1,953 07-10-2019, 09:38 AM
    Thread: Proper mask
Post: RE: Proper mask

if you calculate how many passwords you are trying you will see that you are getting 16 to the power 16 or 18446744073709551616 passwords (18 billion billion). On this post https://hashcat.net/foru...
DanielG hashcat 1 1,128 07-10-2019, 09:48 AM
    Thread: Can you resume if HC crashes?
Post: RE: Can you resume if HC crashes?

just type the AT, so AT?u?u?u?u?u?u
DanielG hashcat 5 1,762 08-13-2019, 01:31 PM
    Thread: Hashing NTLM with frequencies
Post: RE: Hashing NTLM with frequencies

I would suggest getting a text editor with nice features such as Notepad++, this has a more powerful search and replace functionality (using regex for example). Then with a few tutorials you can edit ...
DanielG hashcat 6 1,858 08-16-2019, 03:19 PM
    Thread: how to crack a windows 10 local user password hash(Netnlm capture)
Post: RE: how to crack a windows 10 local user password ...

"it is in that loop should I let do its thing?" Yeah you should also see that it took 1 hour to do 5 positions, and it wil take several days to do the next 100%
DanielG hashcat 14 4,711 08-16-2019, 03:53 PM
    Thread: Modifiations to hash type 18100 to support binary seeds
Post: RE: Modifiations to hash type 18100 to support bin...

"I figured to do this I would give hashcat a custom charset of a-z2-7 and a 16 character mask." Like philsmd said, that would be 1,208,925,819,614,629,174,706,176 possibilities. Even if you were ab...
DanielG hashcat 3 1,651 08-30-2019, 08:57 AM
    Thread: Installed it but doesn't work when i try to open it in cmd
Post: RE: Installed it but doesn't work when i try to op...

and if you just run "hashcat64.exe -b" what do you see
DanielG hashcat 1 938 09-04-2019, 04:27 PM