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 Replies Views Posted [asc]
    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: Generating dictonary
Post: RE: Generating dictonary

The best solution is to use mask attack: https://hashcat.net/wiki/doku.php?id=mask_attack Code: -- hashcat -m 0 -a 3 hash.txt ?u?u?u?u?u?u?u?u --
philsmd General Talk 12 8,565 07-25-2018, 07:27 PM
    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: 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: 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: 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: 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 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...

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...

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...

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...

The bitcoin address is derivated from the public key and if you do not know the public key you need to use the elliptic curve operations to generate the private&public key pair.
philsmd hashcat 22 17,308 07-13-2018, 11:42 AM
    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: 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: Hashcat doesn't find password
Post: RE: Hashcat doesn't find password

you should read the output carefully: Quote: -- * Device #1: ATTENTION! OpenCL kernel self-test failed. Your device driver installation is probably broken. See also: https://hashcat.net/faq/wr...
philsmd hashcat 3 2,734 07-09-2018, 08:52 PM
    Thread: hashcat deletes restore on CL_OUT_OF_RESOURCES
Post: RE: hashcat deletes restore on CL_OUT_OF_RESOURCES

what is the final status you get? Code: -- Status...........: Exhausted -- It would also make sense to know the exit code of the process/application
philsmd hashcat 5 3,578 07-09-2018, 01:01 PM
    Thread: Help for rule
Post: RE: Help for rule

Code: -- hashcat --stdout -a 3 -1 ?l?d?u "^?1 ^?1" --
philsmd General Talk 10 6,459 07-07-2018, 08:17 PM
    Thread: Speed issue with WPA2
Post: RE: Speed issue with WPA2

it could also be that you are cracking multiple networks. For instance if the status line doesn't say: Code: -- Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts -- ... if there isn...
philsmd hashcat 5 3,642 07-06-2018, 06:31 PM
    Thread: Having Issues Trying To Crack MD5 w/ Wordlist
Post: RE: Having Issues Trying To Crack MD5 w/ Wordlist

Well, you could try to remove pocl and mesa and other OpenCL runtimes that are not recommended on https://hashcat.net/hashcat/ and install the Intel OpenCL driver for your AMD CPU (yeah, that's not a ...
philsmd hashcat 3 2,897 07-06-2018, 08:53 AM
    Thread: Toggle question / Emulate shift
Post: RE: Toggle question / Emulate shift

see https://hashcat.net/wiki/doku.php?id=rule_based_attack#implemented_specific_functions for ascii increment/decrement and shift left/right rule functions.
philsmd hashcat 4 3,137 07-02-2018, 08:21 AM