Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Parse Database
Post: RE: Parse Database
The operation you are trying to do is called Item Pairing. There are a few tools around that can do it, including an online one linked below.
Online: https://hashes.org/tools.php?tool=list_merge
... |
|
Chick3nman |
General Talk
|
8 |
8,949 |
01-27-2017, 12:32 AM |
|
|
Thread: Parse Database
Post: RE: Parse Database
You will need to reformat them most likely for either tool to handle them although ULM might work better in this case. It shouldnt be too difficult to remove the usernames and salts and reformat the l... |
|
Chick3nman |
General Talk
|
8 |
8,949 |
01-27-2017, 12:43 AM |
|
|
Thread: Parse Database
Post: RE: Parse Database
You will need to reformat the lines in such a way that the username or salt fields can be used to pair the emails with the hashes. It shouldn't be very difficult, here's an example format.
user:... |
|
Chick3nman |
General Talk
|
8 |
8,949 |
01-27-2017, 01:02 AM |
|
|
Thread: Parse Database
Post: RE: Parse Database
It should still be possible to both reformat and pair the lists. |
|
Chick3nman |
General Talk
|
8 |
8,949 |
01-27-2017, 01:10 AM |
|
|
Thread: what type of this hash??
Post: RE: what type of this hash??
Where did it come from? I understand the format, I'm just curious about the origin. |
|
Chick3nman |
General Talk
|
5 |
6,440 |
03-24-2017, 07:06 PM |
|
|
Thread: Hashcat VS EthCracker -presale
Post: RE: Hashcat VS EthCracker -presale
Hashcat doesnt currently support pre-sale($ethereum$w*) hashes. You can track the addition via the github issue here: https://github.com/hashcat/hashcat/issues/1279
To answer your other question, h... |
|
Chick3nman |
General Talk
|
1 |
3,441 |
06-22-2017, 06:35 PM |
|
|
Thread: Excel Password Hash Extraction
Post: RE: Excel Password Hash Extraction
Do you know how old the file is? It's possible this file is simply using the older VBA script password prompt, which is easily removable and doesn't require cracking. |
|
Chick3nman |
General Talk
|
3 |
7,360 |
08-14-2017, 07:55 PM |
|
|
Thread: bitcoin mining vs password cracking?
Post: RE: bitcoin mining vs password cracking?
Bitcoin actually uses 2 rounds of SHA256 so you would need to benchmark sha256(sha256()) to compare it properly. On a more important note, bitcoin mining on a 960 will probably yield pennies per year.... |
|
Chick3nman |
General Talk
|
17 |
18,837 |
10-03-2017, 07:49 PM |
|
|
Thread: bitcoin mining vs password cracking?
Post: RE: bitcoin mining vs password cracking?
>does anyone know if they really send out the goat if you run un paid for copes?
I may have just had a stroke.... What? |
|
Chick3nman |
General Talk
|
17 |
18,837 |
10-03-2017, 08:32 PM |
|
|
Thread: bitcoin mining vs password cracking?
Post: RE: bitcoin mining vs password cracking?
ejonesss Wrote: (10-04-2017, 04:05 PM)
--
i tried google but no one showed for sha-256 and all i wanted to know is the hashrate of a gtx960
--
Based on some estimations I just made, I'd expect betw... |
|
Chick3nman |
General Talk
|
17 |
18,837 |
10-04-2017, 04:22 PM |
|
|
Thread: Warp Wallet Challenge 2
Post: RE: Warp Wallet Challenge 2
I've already looked into this challenge once before, as well as worked on attack code for it. The keyspace is VERY large for the algorithm so it become a bit of an issue if you try and attack it. |
|
Chick3nman |
General Talk
|
8 |
8,703 |
10-06-2017, 05:20 PM |
|
|
Thread: Single 15 char NTLM Hash with known info
Post: RE: Single 15 char NTLM Hash with known info
>15-Length
> consists of 6 words (no spaces)
What 6 words fit in 15 characters? That's like, |
|
Chick3nman |
General Talk
|
4 |
3,365 |
01-02-2018, 07:41 PM |
|
|
Thread: Mask Assisstance
Post: RE: Mask Assisstance
hashcat64.exe -a 3 -m 9600 -w 3 -p : --gpu-temp-abort=90 --outfile-format=3 -i -1 ?l?s?d ?1?1?1?1?1?1?1?1?1 --username
This will iterate starting from length 1 and going out to a length that I know... |
|
Chick3nman |
General Talk
|
6 |
4,024 |
01-02-2018, 09:28 PM |
|
|
Thread: Hashcat doesn't load bcrypt hash
Post: RE: Hashcat doesn't load bcrypt hash
Please don't post hashes. Regardless, the hash you are attacking is an Edmodo hash. You can not load hashes from Edmodo directly into hashcat as they are not plain bcrypt(which should be obvious). |
|
Chick3nman |
General Talk
|
6 |
6,269 |
01-17-2018, 08:20 PM |
|
|
Thread: Hashcat doesn't load bcrypt hash
Post: RE: Hashcat doesn't load bcrypt hash
Edmodo didn't use plain bcrypt the way I think you are expecting. Their hashes were obfuscated, which should be easy to determine and fix, but also layered with other algorithms, which im sure you can... |
|
Chick3nman |
General Talk
|
6 |
6,269 |
01-17-2018, 09:12 PM |
|
|
Thread: Hashcat doesn't load bcrypt hash
Post: RE: Hashcat doesn't load bcrypt hash
You will need to handle that, hashcat can not handle that for you right now. |
|
Chick3nman |
General Talk
|
6 |
6,269 |
01-17-2018, 09:40 PM |
|
|
Thread: 5LTC for help!
Post: RE: 5LTC for help!
FYI, it is my understanding that the extract script included with BTCRecover as well as the one included with JTR will both give a privatekey safe hash, meaning that the hash can be shared without exp... |
|
Chick3nman |
General Talk
|
6 |
5,014 |
01-24-2018, 06:10 PM |
|
|
Thread: 5LTC for help!
Post: RE: 5LTC for help!
You will need to run bitcoin2john first and get the extracted hash before hashcat can understand and attack it. It wont run on the wallet file directly. Here is the script: https://github.com/magnumri... |
|
Chick3nman |
General Talk
|
6 |
5,014 |
01-24-2018, 08:31 PM |
|
|
Thread: Hashtopussy and Network Switches
Post: RE: Hashtopussy and Network Switches
20+ PC Clusters are definitely well within range, trust me :)
Now, clustering them using Hashtopussy is a different story. i have not used Hashtopussy at that scale so I can't speak for how well it... |
|
Chick3nman |
General Talk
|
2 |
2,393 |
02-02-2018, 09:42 PM |
|
|
Thread: Karbo (karbovanec) wallet bruteforce
Post: RE: Karbo (karbovanec) wallet bruteforce
Do you have source code for this wallet? I can look into it and see if the algorithm is supported by hashcat. |
|
Chick3nman |
General Talk
|
8 |
5,082 |
02-08-2018, 10:00 PM |