Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: New Cracking Build Feedback
Post: RE: New Cracking Build Feedback
germ-x Wrote: (11-10-2017, 09:00 PM)
--
What would happen if you mixed video cards say a 1050ti and 1060 or 1070.
--
nothing special
germ-x Wrote: (11-10-2017, 09:00 PM)
--
Plus does it matter th... |
|
undeath |
Hardware
|
16 |
14,433 |
11-10-2017, 09:39 PM |
|
|
Thread: Using newline character as part of mask attack
Post: RE: Using newline character as part of mask attack
yes, performance is better with m20 if you have a static prefix.
hash format is usually
Code:
--
hexhash:salt
--
|
|
undeath |
hashcat
|
16 |
9,677 |
04-25-2018, 11:26 AM |
|
|
Thread: Using newline character as part of mask attack
Post: RE: Using newline character as part of mask attack
how did you create the hash? |
|
undeath |
hashcat
|
16 |
9,677 |
04-25-2018, 12:05 PM |
|
|
Thread: Using newline character as part of mask attack
Post: RE: Using newline character as part of mask attack
The syntax looks correct. I suspect you made a mistake when creating the hash. Can you post the whole command? |
|
undeath |
hashcat
|
16 |
9,677 |
04-25-2018, 01:06 PM |
|
|
Thread: Using newline character as part of mask attack
Post: RE: Using newline character as part of mask attack
you can squeeze out a little more performance (while rendering your PC hardly usable) by using -w3 or even -w4
Other than that the most time you can save by running clever attacks. |
|
undeath |
hashcat
|
16 |
9,677 |
04-25-2018, 05:59 PM |
|
|
Thread: Using newline character as part of mask attack
Post: RE: Using newline character as part of mask attack
targeted wordlists, targeted rules, more narrow masks, … |
|
undeath |
hashcat
|
16 |
9,677 |
04-25-2018, 11:24 PM |
|
|
Thread: [ANSWERED] New user, custom brute force help
Post: RE: New user, custom brute force help
you won't complete that brute force attack within your lifetime with a single high end gpu. |
|
undeath |
hashcat
|
16 |
9,777 |
05-13-2018, 11:38 AM |
|
|
Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...
your dictionary does not contain the plaintexts |
|
undeath |
hashcat
|
16 |
6,932 |
02-13-2019, 08:04 PM |
|
|
Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...
capitalisation matters. Besides, two of the lines in the dict are messed up. They contain mulitple words delimited by \r\r |
|
undeath |
hashcat
|
16 |
6,932 |
02-13-2019, 08:11 PM |
|
|
Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...
use a proper text editor. This is what vim shows (including leading line numbers)
Code:
--
1 _998111^M^MCampbell^M
2 Campbell_^M
3 Demarcus^M
4 Demarcus_^M
5 Hacker^M^Mauburn^M^Mhashcat^M... |
|
undeath |
hashcat
|
16 |
6,932 |
02-13-2019, 08:18 PM |
|
|
Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...
your line breaks are still screwed. They are all \r\r\n instead of \r\n or \n |
|
undeath |
hashcat
|
16 |
6,932 |
02-13-2019, 09:41 PM |
|
|
Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...
vim autodetects the line breaks, the ^M you see is still excessive. I double-checked in a hex editor. |
|
undeath |
hashcat
|
16 |
6,932 |
02-13-2019, 11:08 PM |
|
|
Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...
^M is just how vim displays carriage return characters. In a replace you'd have to specify \r. You could also have fixed it with tr -d '\r' |
|
undeath |
hashcat
|
16 |
6,932 |
02-14-2019, 12:44 AM |
|
|
Thread: Building 8GPU cracking station question
Post: RE: Building 8GPU cracking station question
The 2080ti you linked looks like a Nvidia reference design card. There is no PNY logo on it and the PCB has the Nvidia logo. |
|
undeath |
Hardware
|
16 |
10,016 |
06-18-2019, 03:14 PM |
|
|
Thread: Building 8GPU cracking station question
Post: RE: Building 8GPU cracking station question
cybhashcat Wrote: (06-19-2019, 02:13 PM)
--
i am unsure where to acquire the experience, aside from bothering the good people of this forum.
--
If you or your company are not absolutely set on engi... |
|
undeath |
Hardware
|
16 |
10,016 |
06-19-2019, 03:00 PM |
|
|
Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi
If you have the seed words you can simply restore your wallet by creating a new one with the same seed. |
|
undeath |
hashcat
|
16 |
3,271 |
03-29-2020, 03:29 PM |
|
|
Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi
https://docs.wasabiwallet.io/using-wasabi/WalletRecovery.html |
|
undeath |
hashcat
|
16 |
3,271 |
03-29-2020, 03:50 PM |
|
|
Thread: How many GTX690 can be supported?
Post: RE: How many GTX690 can be supported?
is this about Nvidia or AMD? Nvidia does need Forceware, not Catalyst. AMD does only require Catalyst. |
|
undeath |
Hardware
|
17 |
29,985 |
06-22-2012, 12:04 PM |
|
|
Thread: How many GTX690 can be supported?
Post: RE: How many GTX690 can be supported?
always depends. If you plan on running several million hashes at once, Nvidia is the ay to go. |
|
undeath |
Hardware
|
17 |
29,985 |
06-22-2012, 02:16 PM |
|
|
Thread: How many GTX690 can be supported?
Post: RE: How many GTX690 can be supported?
see here: https://hashcat.net/forum/thread-193.html |
|
undeath |
Hardware
|
17 |
29,985 |
06-22-2012, 03:08 PM |