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: hashcat deletes restore on CL_OUT_OF_RESOURCES
Post: RE: hashcat deletes restore on CL_OUT_OF_RESOURCES

my current guess is that the problem is that the status is set to exhausted incorrectly (in this particular case because of the previous error) here: https://github.com/hashcat/hashcat/blob/1b30a1d6c...
philsmd hashcat 5 3,578 07-09-2018, 10:07 PM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

I don't think that the data you have is enough at all. if you only have the password you can't do anything, you need to have the data too (it's like a seed or think about it as AES encrypted gibberish...
philsmd hashcat 22 17,308 07-13-2018, 11:52 AM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

oh. we are suddently speaking about brain wallets? The OP didn't mention that and the other post was modified to include "brain wallet". Yeah, that's a different story. [hr] Nevermind, the title say...
philsmd hashcat 22 17,308 07-13-2018, 12:05 PM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

how do you want to customize it? are you trying to generate the password candidates in a very specific way ? because for "just" sha256 you do not need to customize anything
philsmd hashcat 22 17,308 07-13-2018, 12:10 PM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

yeah I agree, the code seems to be this one: https://github.com/pointbiz/bitaddress.org/blob/72aefc03e0d150c52780294927d95262b711f602/src/ninja.brainwallet.js#L27-L32 and this means that you need ...
philsmd hashcat 22 17,308 07-13-2018, 12:16 PM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

you need to at least explain what software you used to generate the paper wallet. My guess is that it is a bip38 or similar "encrypted"/derived private key. What data do you have? The encrypted pri...
philsmd hashcat 22 17,308 07-13-2018, 11:22 AM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

before jumping into this I would recommend doing the math because 64^6 (as far as I understood you corrected your first number above) is quite a huge number. You would need to have a huge amount of b...
philsmd hashcat 22 17,308 07-13-2018, 12:23 PM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

yeah, that sounds acceptable (and almost exactly the amount of time I was thinking about that would be needed by a mid/high end consumer CPU). This also proofs that it's not that clever to use brain ...
philsmd hashcat 22 17,308 07-13-2018, 12:59 PM
    Thread: Couldn't make SIP Digest work on hashcat
Post: RE: Couldn't make SIP Digest work on hashcat

well, who says that the example and passwords are correct on that page? It could be just a tutorial without a working hash/password. Indeed, I tried with sipcrack and it doesn't crack with that pas...
philsmd hashcat 4 3,311 07-23-2018, 05:36 PM
    Thread: 8gb wordlist for cracking a Rar3
Post: RE: 8gb wordlist for cracking a Rar3

the command should look something like: Code: -- hashcat -m 12500 -a 0 hash.txt dict.txt -- that means that you also need to specify the hash file, not just the word list BTW: the hash form...
philsmd hashcat 2 4,688 07-25-2018, 07:15 AM
    Thread: Getting 0H/S and 0 progress
Post: RE: Getting 0H/S and 0 progress

Code: -- hashcat -m 7100 -a 0 hash.txt dict.txt --
philsmd hashcat 3 6,120 07-25-2018, 07:25 PM
    Thread: Noob - Understanding hashcat input format
Post: RE: Noob - Understanding hashcat input format

-m 10900 = PBKDF2-HMAC-SHA256 has both hash and salt in base64. You can just look at the examples here: https://hashcat.net/wiki/doku.php?id=example_hashes or use a command like this: hashcat -m 10900...
philsmd hashcat 1 2,965 08-03-2018, 06:05 PM
    Thread: how to take hash with winrar?
Post: RE: how to take hash with winrar?

For -m 12500 = RAR3-hp the hashes must start with $RAR3$*0* if you have a $RAR3$*1* hash (i.e. a rar file without encrypted file names) instead, it is not supported, see https://github.com/hashcat...
philsmd hashcat 8 11,898 08-06-2018, 05:51 PM
    Thread: PDF Hash
Post: RE: PDF Hash

the file named test.hash must exist within your file system and the path to that file must be correct. Hashcat can't find your file
philsmd hashcat 9 6,365 08-08-2018, 11:46 AM
    Thread: Why a brute-force attack on RAR3-HP hash fails?
Post: RE: Why a brute-force attack on RAR3-HP hash fails...

The hash format can be double-checked by looking at this page https://hashcat.net/wiki/example_hashes or with hashcat itself e.g. hashcat -m 12500 --example-hashes The hash format should not contai...
philsmd hashcat 1 1,769 08-18-2018, 06:43 PM
    Thread: Hahcat is using weird random combinations instead of the files on dicitonary
Post: RE: Hahcat is using weird random combinations inst...

$HEX[2474406d66307264210d40313233] means that hashcat is trying to use the string 2474406d66307264210d40313233 in hexadecimal notation (it's in hexadecimal because there are some non-printable or "esc...
philsmd hashcat 3 2,643 07-26-2018, 07:37 AM
    Thread: Hahcat is using weird random combinations instead of the files on dicitonary
Post: RE: Hahcat is using weird random combinations inst...

\r, 0x0d and '\015' are all just different forms of representing the carriage return character. Therefore yes I'm sure that it's \r, and *you* also remove the same character with your tr command. I...
philsmd hashcat 3 2,643 07-26-2018, 09:40 AM
    Thread: can't get hashcat working!! ubuntu 16.04 w/ amd 7970s
Post: RE: can't get hashcat working!! ubuntu 16.04 w/ am...

it's a pretty old GPU already. Rocm doesn't seem to support it at all: see https://rocm.github.io/hardware.html . It seems that currencty only some new cards are supported (like the RX460, RX470, RX48...
philsmd hashcat 3 3,426 07-28-2018, 04:08 PM
    Thread: CPU v GPU configuration
Post: RE: CPU v GPU configuration

hashcat currently supports these attack modes: -a 0 dict.txt -a 1 dict1.txt dict2.txt -a 3 ?a?a?a?a?a -a 6 dict.txt ?a?a?a?a?a -a 7 ?a?a?a?a?a dict.txt you did use NONE (including the mask and...
philsmd hashcat 5 4,468 08-16-2018, 08:26 AM
    Thread: Issue with --show and colon character
Post: RE: Issue with --show and colon character

I think you are mixing up the outfile (--outfile or short -o) with the hashcat.potfile. The former will change whenever you use --outfile-autohex-disable, but for the latter the --outfile-autohex-disa...
philsmd hashcat 5 3,731 08-19-2018, 06:12 PM