Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: hi guys please a little help with hashcat
Post: RE: hi guys please a little help with hashcat
you are using the wrong tools to capture the wlan traffic and you should give more details about your output.
to capture the data you should use hcxtools, like recommended all around this forum etc... |
|
philsmd |
hashcat
|
12 |
8,236 |
06-28-2018, 07:19 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 |
|
|
Thread: Cracking partial hex seed for Ethreum Presale
Post: RE: Cracking partial hex seed for Ethreum Presale
The 5 missing bytes will still be 256 * 256 * 256 * 256 * 256 = 256 ^ 5 = 1099511627776 combinations.
That's a quite huge keyspace, even if the hashing algortihm (keccak) is quite fast.
of course ... |
|
philsmd |
hashcat
|
10 |
6,402 |
06-29-2018, 04:59 PM |
|
|
Thread: Cracking partial hex seed for Ethreum Presale
Post: RE: Cracking partial hex seed for Ethreum Presale
hashcat uses ?H for 0123456789ABCDEF
therefore you could specify the mask as -a 3 --hex-charset [someting]?H[somethingElse]?H?H02
the main problem now is that the hash mode -m 5000 only supports a... |
|
philsmd |
hashcat
|
10 |
6,402 |
06-29-2018, 05:46 PM |
|
|
Thread: Cracking partial hex seed for Ethreum Presale
Post: RE: Cracking partial hex seed for Ethreum Presale
the ciphertext gets decrypted into the raw seed if you have the correct password/AES key/
see my perl code https://github.com/hashcat/hashcat/issues/1279#issuecomment-351716733
Code:
--
my $h... |
|
philsmd |
hashcat
|
10 |
6,402 |
06-29-2018, 09:48 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: 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: 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: 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: 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: Cracking partial hex seed for Ethreum Presale
Post: RE: Cracking partial hex seed for Ethreum Presale
that's good that you mention this fact/doubt about the private key vs seed, chick3nman
I assumed that the OP (uprising_bike) is sure that s/he has (part of) the seed, not the private key instead (t... |
|
philsmd |
hashcat
|
10 |
6,402 |
06-30-2018, 07:56 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: 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 |