Please note, this is a STATIC archive of website hashcat.net from October 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies [desc] Views Posted
    Thread: Help identifying this hash
Post: RE: Help identifying this hash

You mention AspNetUsers which lead me to https://msdn.microsoft.com/en-us/magazine/dn818488.aspx. This mentions that next to the passwordhash a SecurityStamp GUID is stored. The part you posted after ...
DanielG General Talk 3 2,852 08-20-2018, 08:51 AM
    Thread: Please, help identifying hash type
Post: RE: Please, help identifying hash type

It would help to tell us where you got the hash from, it saves us searching for it and discovering it is a HP Switch config password. On https://h20628.www2.hp.com/km-ext/kmcsdirect/emr_na-c04149503-1....
DanielG General Talk 3 2,806 09-06-2018, 09:08 AM
    Thread: Need help with inputs
Post: RE: Need help with inputs

You don't want to do this. Assuming your command will work, length 64 brute force with a-z 0-9 is not going to work. Let's find out why: Let's assume you have 149,000$ and buy a 8 NVIDIA Tesla...
DanielG hashcat 3 2,248 09-28-2018, 02:27 PM
    Thread: Need help with inputs
Post: RE: Need help with inputs

No problem, for the rest of the technical questions you can try https://hashcat.net/wiki/doku.php?id=mask_attack and https://hashcat.net/wiki/doku.php?id=hashcat for the correct commandline options. I...
DanielG hashcat 3 2,248 09-28-2018, 03:40 PM
    Thread: My KeePass Job Seems Slow
Post: RE: My KeePass Job Seems Slow

This looks like exactly as the reason why password tools (like Keepass) use the algorithms they use. You should be slow at brute-forcing it, that's the point. I made a Keepass file with 100000 rounds ...
DanielG hashcat 3 2,010 10-29-2018, 12:14 PM
    Thread: md5(base64_encode($pass)) in hashcat
Post: RE: md5(base64_encode($pass)) in hashcat

https://github.com/hashcat/hashcat/tree/master/OpenCL read, learn, edit, use
DanielG hashcat 3 2,374 10-30-2018, 12:52 PM
    Thread: Help me identify encription type
Post: RE: Help me identify encription type

Could you provide the 3 numbers? Also a bit more context?   BTW, this question is not really hashcat support related, more like 'hashcat Forum › Misc › General Talk' or even https://www.reddit.co...
DanielG hashcat 3 2,335 11-09-2018, 04:57 PM
    Thread: hashcat 5.0.0 with Token length exception with sha1
Post: RE: hashcat 5.0.0 with Token length exception with...

You are not using --username which tells hashcat to ignore the "foo:" part. Hashcat expects a list with just the hashes, no extra data before that. See https://hashcat.net/wiki/doku.php?id=example_has...
DanielG hashcat 3 8,194 11-19-2018, 03:26 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: 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: 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: 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: Hashcat pid/outfiles error
Post: RE: Hashcat pid/outfiles error

Just a silly question, but did you use an admin account to create the hashcat-4.0.1 folder but then you are running hashcat64.exe with a non admin account? Maybe the problem is that there are no write...
DanielG hashcat 4 4,955 02-08-2018, 04:22 PM
    Thread: Been away for a while
Post: RE: Been away for a while

Welcome back!
DanielG hashcat 4 3,509 06-12-2018, 05:13 PM
    Thread: Hashcat and R9 390
Post: RE: Hashcat and R9 390

Your device driver installation is probably broken. See also: https://hashcat.net/faq/wrongdriver
DanielG hashcat 4 3,014 01-22-2019, 10:16 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: 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: Looking to rent GPU Server 4 hashcat.
Post: RE: Looking to rent GPU Server 4 hashcat.

"hour how much time would i need on 10x 1080... for 8 char ?a or 10 ?a brute" Let's calculate this: Hashcat supports these: -m 11300 = Bitcoin/Litecoin wallet.dat -m 12700 = Blockchain, My Wal...
DanielG Hardware 4 4,071 07-12-2019, 11:10 AM