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 Views Posted [asc]
    Thread: encrypted wallet
Post: RE: encrypted wallet

epixoip Wrote: (01-09-2015, 07:40 PM) -- That is precisely what he used in the previous post. Still doesn't extract a hash, and still not supported by hashcat. -- Ah, gotcha.
giveen General Help 10 18,314 01-10-2015, 02:39 AM
    Thread: encrypted wallet
Post: RE: encrypted wallet

Try this https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/run/bitcoin2john.py It should extract the hash from the wallet (it should work on the dogecoin wallet) What I saw fr...
giveen General Help 10 18,314 01-09-2015, 07:18 PM
    Thread: E-mail hashes
Post: RE: E-mail hashes

atom Wrote: (10-14-2014, 02:11 PM) -- I'd say use hashcat in --stdout mode to either generate a new dictionary or pipe it to oclHashcat -- Okay, I'll try that. Right now, my username list is sitti...
giveen General Help 5 9,880 10-14-2014, 02:57 PM
    Thread: E-mail hashes
Post: RE: E-mail hashes

I have a 1 million+ domain list Is there a way to apply a rules list to a dictionary in a combo attack rather than just using simple rules? I would like to do something like best64 to the user list i...
giveen General Help 5 9,880 10-14-2014, 12:46 PM
    Thread: E-mail hashes
Post: E-mail hashes

What is better? I am trying to work on hashes.org huge list of emails that were hashed, but I've run into a slow-down Combination attack wordlist + list of domains with a ^@ set on the right dic...
giveen General Help 5 9,880 10-14-2014, 01:45 AM
    Thread: oclHashcat new features / algorithms
Post: RE: oclHashcat new features / algorithms

I've really wanted rar/zip support for a long time. I would love to have bitcoin support but sha-512 with 50+ iterations is kinda pointless in my opinion. I've used other tools, with my 3x 270x's, an...
giveen Organisation and Events 23 52,583 10-08-2014, 08:30 PM
    Thread: Hashing a dic and adding it to POT
Post: RE: Hashing a dic and adding it to POT

So its working for some files and not others.
giveen General Talk 8 12,931 07-21-2014, 07:35 PM
    Thread: Hashing a dic and adding it to POT
Post: RE: Hashing a dic and adding it to POT

Weird, just tried another file and it worked just fine.
giveen General Talk 8 12,931 07-21-2014, 06:45 PM
    Thread: Hashing a dic and adding it to POT
Post: RE: Hashing a dic and adding it to POT

Here is what I am seeing Code: -- oclHashcat64.exe -a 0 -m 0 -p : --session=all --force -o "D:\output\1405957334849_found.txt" --outfile-format=3 -n 32 -u 128 --gpu-temp-disable -r "D:\rules\1.giv...
giveen General Talk 8 12,931 07-21-2014, 06:29 PM
    Thread: Hashing a dic and adding it to POT
Post: RE: Hashing a dic and adding it to POT

Even when using -o ? They seem to conflict.
giveen General Talk 8 12,931 07-21-2014, 06:23 PM
    Thread: Hashing a dic and adding it to POT
Post: RE: Hashing a dic and adding it to POT

Okay, now my results are not outputting to a file. It says its found from my pot X amount, but I do not see them in the output file.
giveen General Talk 8 12,931 07-21-2014, 06:05 PM
    Thread: Hashing a dic and adding it to POT
Post: RE: Hashing a dic and adding it to POT

thanks, atom, that was kinda what I was looking for, just trying to discern if looking up in the rainbow table is faster. I was mainly thinking of my sha1 and md5 only.
giveen General Talk 8 12,931 07-21-2014, 03:44 PM
    Thread: Hashing a dic and adding it to POT
Post: Hashing a dic and adding it to POT

Is there a time benefit to hashing my common password dictionary and adding the results to my pot file?
giveen General Talk 8 12,931 07-21-2014, 03:00 PM
    Thread: STOP! Unsupported or incorrect Driver
Post: RE: STOP! Unsupported or incorrect Driver

You can use --force and bypass it. It will work, I've tried it but if somethings breaks don't ask hashcat for help.
giveen Old oclHashcat Support 6 11,983 02-25-2014, 03:18 PM
    Thread: Combo Rule
Post: Combo Rule

Just thought I would share my combination rule. After I had done a lot of hashing I found which rules provide the quickest results. The point of this was for me to have to run the least amount of rul...
giveen User Contributions 2 10,025 02-25-2014, 03:16 PM
    Thread: Mantle drivers
Post: RE: Mantle drivers

I appreciate the response, Atom :) So maybe no performance gain in this aspect. I wonder how it will impact my litecoin mining. Probably the same as here, no significant improvement. Here is a lea...
giveen General Talk 5 13,643 02-02-2014, 05:37 PM
    Thread: Mantle drivers
Post: RE: Mantle drivers

Some info from the AMD forums https://devgurus.amd.com/message/1302560 Quote: -- That 9x draw call gain means that the card can run more different shaders, and switch between more textures in ...
giveen General Talk 5 13,643 02-02-2014, 04:31 PM
    Thread: Mantle drivers
Post: Mantle drivers

https://www.pcworld.com/article/2092189/amds-performance-boosting-mantle-pc-gaming-tech-launches-with-battlefield-4.html With the Mantle drivers coming out soon, will this provide any boost to has...
giveen General Talk 5 13,643 02-01-2014, 04:11 PM
    Thread: Hashes.org Script
Post: RE: Hashes.org Script

without SSL module, you are going to have some issues.because https://www.hashes.org/api.php is what is being accessed. Have you tried using Python 2.7, because I see you are still using 3.4 C:\Pyth...
giveen General Talk 15 30,776 11-20-2013, 07:39 PM
    Thread: Hashes.org Script
Post: RE: Hashes.org Script

Are you using this version of the script? Also it looks like you are missing the module ssl, local problem. Code: -- #!/usr/bin/python # Hashes.org list checking script for checking passwords ...
giveen General Talk 15 30,776 11-20-2013, 06:20 PM