Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Epic cracking!
Post: RE: Epic cracking!
slayerdiangelo Wrote: (08-03-2017, 05:11 PM)
--
Two computers working together is always better than one,why can't you understand this-simple fact?
--
Imagine you had an impossible task. It could e... |
|
Chick3nman |
hashcat
|
17 |
13,901 |
08-03-2017, 05:54 PM |
|
|
Thread: Pronouncable passwords cracking
Post: RE: Pronouncable passwords cracking
Given that these passwords are generated in a semi-random way, with rules around how they are produced to attempt to make them "pronounceable" it may be possible to reduce the keyspace a bit or at lea... |
|
Chick3nman |
hashcat
|
3 |
3,416 |
08-10-2017, 05:41 PM |
|
|
Thread: [Bounty] variant of PBKDF2-HMAC-SHA256 needed
Post: RE: variant of PBKDF2-HMAC-SHA256 needed
What wallet/client are you interested in cracking? It's possible that you could use one of the modes in hashcat with just a different round setting. It's also possible you need more than just the pbkd... |
|
Chick3nman |
hashcat
|
8 |
8,169 |
08-14-2017, 10:26 PM |
|
|
Thread: Can anyone explain how hashcat is able to crack Scrypt via CPU without using tons of
Post: RE: Can anyone explain how hashcat is able to crac...
I may be mistaken, but from what I can find regarding the SSG's use of M.2 SSD's on board, it does not seem like they will be usable as VRAM. Instead, it sounds like the onboard SSD will be used as a ... |
|
Chick3nman |
hashcat
|
3 |
4,791 |
07-12-2017, 06:15 PM |
|
|
Thread: Decrypt the password 2 of Blockchain wallet
Post: RE: Decrypt the password 2 of Blockchain wallet
It does not look like hashcat has directly implemented Blockchain second passwords. Gurnec's BTCRecover can do this, however, so you will want to look into that if you need to recover one.
https://... |
|
Chick3nman |
hashcat
|
5 |
5,901 |
08-18-2017, 12:47 AM |
|
|
Thread: Restored session timer
Post: RE: Restored session timer
As far as timing how long it takes, it does not look like there's any inbuilt function to handle this sort of thing(feature request maybe?). That said, the total bruteforce time and the time remaining... |
|
Chick3nman |
hashcat
|
1 |
1,959 |
08-25-2017, 06:04 PM |
|
|
Thread: Hash File No Hashes Loaded error.
Post: RE: Hash File No Hashes Loaded error.
Well, first you should probably be specifying -a 0, not -a 3 since you seem to trying to load wordlists, not a mask. Second, it seems like your hash.txt file is empty, since hashcat is unable to find ... |
|
Chick3nman |
hashcat
|
11 |
32,895 |
09-15-2017, 05:50 PM |
|
|
Thread: Hash File No Hashes Loaded error.
Post: RE: Hash File No Hashes Loaded error.
undeath Wrote: (09-15-2017, 06:27 PM)
--
actually it looks like hashcat cannot find your hash.txt file at all.
--
Actually, you are right. Looking at it again, it's not loading a blank line as a has... |
|
Chick3nman |
hashcat
|
11 |
32,895 |
09-15-2017, 09:39 PM |
|
|
Thread: Is this hash supported
Post: RE: Is this hash supported
I don't believe this algorithm is directly supported currently, but you could easily work around that and run them in hashcat as md5($salt.$pass) by replacing the salts with md5($salt) in your hash fi... |
|
Chick3nman |
hashcat
|
2 |
3,022 |
10-05-2017, 06:44 PM |
|
|
Thread: hashcat v 4.0.0
Post: RE: hashcat v 4.0.0
That would be the new kernels, supporting the plaintext/salt lengths of up to 256, making your speeds seem slower. Speed isn't free. If you want more speed, you need to do things like limit plaintext ... |
|
Chick3nman |
hashcat
|
9 |
7,346 |
10-10-2017, 04:42 PM |
|
|
Thread: dash/darkcoin
Post: RE: dash/darkcoin
Hashcat does not directly support Darkcoin/Dash from what I can tell, though if the wallet/coin is Core-derived, it may still be possible assuming they haven't messed with the KDF. Will need to do som... |
|
Chick3nman |
hashcat
|
4 |
4,303 |
10-10-2017, 04:44 PM |
|
|
Thread: Hash Benchmark Much Slower Than Expected
Post: RE: Hash Benchmark Much Slower Than Expected
What version of Hashcat are you using? |
|
Chick3nman |
hashcat
|
8 |
8,121 |
10-10-2017, 04:47 PM |
|
|
Thread: hashcat v 4.0.0
Post: RE: hashcat v 4.0.0
@undeath unless behavior has changed recently, I thought the optimized kernels had to be specified and that benchmark mode would be using the new kernels by default. I remember this being pretty heavi... |
|
Chick3nman |
hashcat
|
9 |
7,346 |
10-10-2017, 04:51 PM |
|
|
Thread: Hash Benchmark Much Slower Than Expected
Post: RE: Hash Benchmark Much Slower Than Expected
You are correct, as tested in the other thread, thanks! Edited |
|
Chick3nman |
hashcat
|
8 |
8,121 |
10-10-2017, 04:56 PM |
|
|
Thread: dash/darkcoin
Post: RE: dash/darkcoin
The script you have is fine to use, but if you care, it's using some of the same code as BTCRecover's extract script, found here: https://github.com/gurnec/btcrecover/tree/master/extract-scripts |
|
Chick3nman |
hashcat
|
4 |
4,303 |
10-13-2017, 03:53 AM |
|
|
Thread: HMAC-SHA1 with binary Key
Post: RE: HMAC-SHA1 with binary Key
There are 2 things that need to be done to make this work.
#1: Just use the hex of the key and then use the --hex-salt flag to read it into hashcat. It will make you life so much easier.
#2: Unicode... |
|
Chick3nman |
hashcat
|
3 |
4,168 |
10-16-2017, 06:03 AM |
|
|
Thread: brute forcing sha256 - need help locating salt in open source code
Post: RE: brute forcing sha256 - need help locating salt...
You will likely be interested in the code on this page more than anything else:
https://github.com/neo-project/neo/blob/25e59cdb0fea65466ad962dd14b02c50384e731f/neo/Cryptography/Helper.cs |
|
Chick3nman |
hashcat
|
8 |
6,872 |
10-25-2017, 08:01 PM |
|
|
Thread: Fortgate Hash Trouble
Post: RE: Fortgate Hash Trouble
Your hash is quite a bit longer than the -m 7000 example hash from this page: https://hashcat.net/wiki/doku.php?id=example_hashes
I would double check that you have selected the correct algorithm a... |
|
Chick3nman |
hashcat
|
1 |
2,255 |
11-08-2017, 07:20 PM |
|
|
Thread: osx 10.13.1 speed issue
Post: RE: osx 10.13.1 speed issue
Read the warning message in your output:
ATTENTION! Pure (unoptimized) OpenCL kernels selected.
This enables cracking passwords and salts > length 32 but for the price of drastical reduced perform... |
|
Chick3nman |
hashcat
|
4 |
3,892 |
11-13-2017, 07:49 PM |
|
|
Thread: 7Zip hash woes
Post: RE: 7Zip hash woes
Is the file name at the start of the hash? If so, remove "[filename]:" from the front of the hash and retry. |
|
Chick3nman |
hashcat
|
15 |
12,598 |
11-13-2017, 07:50 PM |