Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: hashcat v3.00 + bcrypt
Post: hashcat v3.00 + bcrypt
Sharp drop in bCrypt speeds for the Titan-X as shown on the Comparison chart. Any particular reason for that? That's one of the more important figures for me. |
|
Chick3nman |
hashcat
|
2 |
4,333 |
06-30-2016, 03:18 AM |
|
|
Thread: hashcat v3.00 + bcrypt
Post: RE: hashcat v3.00 + bcrypt
atom Wrote: (06-30-2016, 09:01 AM)
--
It's unknown yet, happend after the move from CUDA to OpenCL. I will look into it when I have some time
--
Alright, thanks. |
|
Chick3nman |
hashcat
|
2 |
4,333 |
06-30-2016, 06:31 PM |
|
|
Thread: what's wrong with the third Card?
Post: RE: what's wrong with the third Card?
I have this exact same behavior when loading up low workload attacks(3x 1080 FE). Small dictionaries and poor/small masks and rules can cause this. If you increase your workload, it should fix it and ... |
|
Chick3nman |
hashcat
|
4 |
4,868 |
12-09-2016, 12:27 AM |
|
|
Thread: Bug: bitcoin GPU recovery is broken since olcHashcat 1.37 till current (hashcat 3.10)
Post: RE: Bug: bitcoin GPU recovery is broken since olcH...
Working fine for me. Windows 7 x64, 2x GTX 1080
Hash Type:11300
hashcat (v3.10) starting...
OpenCL Platform #1: Intel(R) Corporation
========================================
- Device #1: ... |
|
Chick3nman |
hashcat
|
4 |
6,695 |
10-25-2016, 11:39 PM |
|
|
Thread: How to Create the Rules for This Password Structure
Post: RE: How to Create the Rules for This Password Stru...
This sounds like the Xfinity default password format. The way I accomplished it was to setup a ruleset that puts the numbers in the middle of an already combined wordlist using the inset rule. It's fa... |
|
Chick3nman |
hashcat
|
4 |
6,737 |
01-27-2017, 12:40 AM |
|
|
Thread: How to Create the Rules for This Password Structure
Post: RE: How to Create the Rules for This Password Stru...
rustyshackleford Wrote: (01-27-2017, 03:58 PM)
--
Thank you for your reply!:) Yes, its a Cisco DPC3941B router and the service is xfinity. Is the dictionary you used online? I would love to use that ... |
|
Chick3nman |
hashcat
|
4 |
6,737 |
01-27-2017, 09:25 PM |
|
|
Thread: GTX 1080 Nvidia driver performance
Post: RE: GTX 1080 Nvidia driver performance
https://docs.google.com/spreadsheets/d/1B1S_t1Z0KsqByH3pNkYUM-RCFMu860nlfSsYEqOoqco/edit#gid=1598718352
There might be a newer one on a 1080, I just had this one handy in my bookmarks. |
|
Chick3nman |
hashcat
|
2 |
3,421 |
02-18-2017, 06:59 AM |
|
|
Thread: Hashcat error
Post: RE: Hashcat error
Looks like you have no OpenCL devices detected. What hardware do you have? Are your OpenCL drivers installed? If you plan on using the Intel OpenCL drivers, currently they require you to use --force w... |
|
Chick3nman |
hashcat
|
2 |
3,403 |
03-01-2017, 11:03 PM |
|
|
Thread: Hashcat is not giving me a username with the hash
Post: RE: Hashcat is not giving me a username with the h...
|
Chick3nman |
hashcat
|
3 |
4,414 |
03-04-2017, 01:46 AM |
|
|
Thread: Bitcoin multibit.wallet hash extraction
Post: RE: Bitcoin multibit.wallet hash extraction
Not supported as far as I know.
Try this:
https://github.com/gurnec/btcrecover |
|
Chick3nman |
hashcat
|
3 |
5,403 |
03-14-2017, 09:43 PM |
|
|
Thread: Special character salt before or after hash
Post: RE: Special character salt before or after hash
1. -m 110 or -m 120, try both if you are unsure
2. Salts do not need to be in hex, simply append them to the hashes after a colon like this: hash:salt |
|
Chick3nman |
hashcat
|
2 |
3,559 |
05-26-2017, 06:53 AM |
|
|
Thread: Electrum bitcoin wallet
Post: RE: Electrum bitcoin wallet
Electrum's KDF does not seem to be supported by hashcat currently, at least from what I can tell. There are other tools that do support electrum wallet cracking available, though you may not have GPU ... |
|
Chick3nman |
hashcat
|
1 |
4,399 |
05-12-2017, 11:08 PM |
|
|
Thread: Cracking a BIP38 bitcoin wallet
Post: RE: Cracking a BIP38 bitcoin wallet
What wallet client was used? Also what format do you have the data in right now? |
|
Chick3nman |
hashcat
|
3 |
10,126 |
05-30-2017, 01:06 AM |
|
|
Thread: Cracking a BIP38 bitcoin wallet
Post: RE: Cracking a BIP38 bitcoin wallet
Looking at how BIP-38 is setup, it wouldnt be too hard to build a script to try and attack the wallet passphrase, and then verify the decrypted private key against the public key you have.
This pag... |
|
Chick3nman |
hashcat
|
3 |
10,126 |
05-30-2017, 05:31 PM |
|
|
Thread: Ethereum wallet length exception
Post: RE: Ethereum wallet length exception
Ethereum Presale ($ethereum$w*) are not supported by hashcat yet. You can track the addition status via the github issue here: https://github.com/hashcat/hashcat/issues/1279 |
|
Chick3nman |
hashcat
|
6 |
7,385 |
06-20-2017, 11:02 PM |
|
|
Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Anyone interested in being paid to add support...
I'm able to pull a good ~800-900kH/s using just the CPU code from BTCRecover on my home workstation, what hardware are you using? I don't mean to discourage the addition to hashcat, I just don't under... |
|
Chick3nman |
hashcat
|
32 |
25,733 |
06-26-2017, 08:48 PM |
|
|
Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Anyone interested in being paid to add support...
If BTCRecover does not end up working for you, you may also check out JTR. It looks like @Kholia has already done some work to have the algorithm added to JTR and has even created a script(electrum2jt... |
|
Chick3nman |
hashcat
|
32 |
25,733 |
06-27-2017, 04:39 AM |
|
|
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 |