Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Possible development to support three wordlists at once?
Post: Possible development to support three wordlists at...
Hello,
I am trying to crack an hmac-sha256 hash. This hash is a three separate worded password (abc abc abc). I was wondering if this could be developed, is feasible, or if there is a way, and I... |
|
vigilantbag |
hashcat
|
25 |
19,808 |
06-15-2018, 07:22 AM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
May I ask, how do I pipe in the output to be used in the same session? And for your second option on pre-generating a new wordlist, I need to use three separate wordlists, giving me three different wo... |
|
vigilantbag |
hashcat
|
25 |
19,808 |
06-15-2018, 07:01 PM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
atom Wrote: (06-15-2018, 07:42 PM)
--
Code:
--
./combinator3.bin wordlist1.txt wordlist2.txt wordlist3.txt | ./hashcat -m 10900 hash.txt
--
--
Thank you. |
|
vigilantbag |
hashcat
|
25 |
19,808 |
06-15-2018, 07:58 PM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
Is there a way that I can input the space separator rules into the triple combinator? I tried doing -j "$ " and -k "$ " in line after combinator, but before the wordlist files, but it still just appen... |
|
vigilantbag |
hashcat
|
25 |
19,808 |
06-15-2018, 08:19 PM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
undeath Wrote: (06-15-2018, 11:51 PM)
--
vigilantbag Wrote: (06-15-2018, 07:01 PM)
--
And for your second option on pre-generating a new wordlist, I need to use three separate wordlists, giving me t... |
|
vigilantbag |
hashcat
|
25 |
19,808 |
06-16-2018, 12:06 AM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
There are a series of hashes that I am trying to crack. To rephrase my original question, here is a completed sample of what I am looking for:
{
"id": "[Unimportant]",
"hint": "3 words",
"sampl... |
|
vigilantbag |
hashcat
|
25 |
19,808 |
06-16-2018, 12:27 AM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
In case any of you were wondering, this is for the 1password competition:[https://bugcrowd.com/onepasswordgame]. I was just wanting to try it out to see how well I can do with bugcrowd and Penetration... |
|
vigilantbag |
hashcat
|
25 |
19,808 |
06-16-2018, 12:37 AM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
undeath Wrote: (06-16-2018, 12:36 AM)
--
you're not talking about the 1Password competition, are you? https://hashcat.net/forum/thread-7480.html
That's not "hmac-sha256" but pbkdf2 (with hmac-sha2... |
|
vigilantbag |
hashcat
|
25 |
19,808 |
06-16-2018, 12:40 AM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
undeath Wrote: (06-16-2018, 12:47 AM)
--
I'm pretty sure they were using the "AgileWords.txt" wordlist you can find on the competition's github repo. That's a whole lot smaller than your wordlist. [1... |
|
vigilantbag |
hashcat
|
25 |
19,808 |
06-16-2018, 12:51 AM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
undeath Wrote: (06-16-2018, 01:06 AM)
--
Code:
--
sed 's/$/ /g' wordlist.txt > with-space.txt
combinator.bin with-space.txt with-space.txt > comb-with-space.txt
hashcat -a1 hash.txt comb-with-space.... |
|
vigilantbag |
hashcat
|
25 |
19,808 |
06-16-2018, 01:09 AM |
|
|
Thread: Hashcat 4.1.0 not using AMD RX 570 & amdconfig: command not found
Post: RE: Hashcat 4.1.0 not using AMD RX 570 & amdconfig...
According to askubuntu, AMDconfig uses fglrx. to install fglrx, please type
Code:
--
sudo apt-get install fglrx
--
|
|
vigilantbag |
hashcat
|
8 |
8,896 |
06-17-2018, 06:09 AM |
|
|
Thread: Hashcat 4.1.0 not using AMD RX 570 & amdconfig: command not found
Post: RE: Hashcat 4.1.0 not using AMD RX 570 & amdconfig...
Try: https://packages.ubuntu.com/search?keywords=fglrx |
|
vigilantbag |
hashcat
|
8 |
8,896 |
06-17-2018, 07:53 AM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
undeath Wrote: (06-16-2018, 12:58 AM)
--
There is no hashcat-native way of doing combinator3 with rules. A simple solution would be creating an intermediate wordlist with a space appended to each lin... |
|
vigilantbag |
hashcat
|
25 |
19,808 |
06-16-2018, 01:00 AM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
Thank you undeath. Like you said, it will take forever. Below is my current status update:
Session..........: 2018-06-15
Status...........: Running
Hash.Type........: PBKDF2-HMAC-SHA256
Hash.Target..... |
|
vigilantbag |
hashcat
|
25 |
19,808 |
06-16-2018, 02:01 AM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
Flomac Wrote: (06-16-2018, 02:27 AM)
--
Stop the madness. It will take ~60 years at that speed.
--
This is for a proof of concept, that someone can complete the challenge/or someone with the hashin... |
|
vigilantbag |
hashcat
|
25 |
19,808 |
06-16-2018, 07:25 PM |
|
|
Thread: Possible development to support three wordlists at once?
Post: RE: Possible development to support three wordlist...
Flomac Wrote: (06-17-2018, 03:28 AM)
--
vigilantbag Wrote: (06-16-2018, 07:25 PM)
--
Flomac Wrote: (06-16-2018, 02:27 AM)
--
Stop the madness. It will take ~60 years at that speed.
--
This is for... |
|
vigilantbag |
hashcat
|
25 |
19,808 |
06-17-2018, 03:36 AM |
|
|
Thread: super noob
Post: RE: super noob
If you know the hash of your wallet.dat file, then you may reference it with hashcat's hash database [https://hashcat.net/wiki/doku.php?id=example_hashes (https://hashcat.net/wiki/doku.php?id=example... |
|
vigilantbag |
hashcat
|
2 |
2,762 |
06-26-2018, 12:22 AM |
|
|
Thread: WeHeartIt hashes
Post: RE: WeHeartIt hashes
According to [https://hashes.org/leaks.php?id=556 (https://hashes.org/leaks.php?id=556)], weheartit.com's hash algorithm is MD5. There is already a huge list of cracked hashes on there if you are look... |
|
vigilantbag |
hashcat
|
2 |
2,872 |
06-26-2018, 12:55 AM |