Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
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: AMD Catalyst 11.12
Post: RE: AMD Catalyst 11.12
on my 5850 the speed is about the same, but more likely +1% than -1%. |
|
undeath |
General Help
|
15 |
31,830 |
12-18-2011, 12:46 AM |
|
|
Thread: which is the correct salt file format?
Post: RE: which is the correct salt file format?
the algorithm does not feature salts. You cannot do this with any hashcat version. |
|
undeath |
Old hashcat Support
|
15 |
28,806 |
02-23-2012, 01:14 PM |
|
|
Thread: which is the correct salt file format?
Post: RE: which is the correct salt file format?
as atom already said, it is not possible to do this with NUL-bytes.
edit: sorry, i mixed the different hashcat versions.
with oclhashcat-* you can use the --hex-charset option with an appropriat... |
|
undeath |
Old hashcat Support
|
15 |
28,806 |
02-23-2012, 01:28 PM |
|
|
Thread: which is the correct salt file format?
Post: RE: which is the correct salt file format?
as sha256 does not feature salts you simply pretend it was part of the actual plain and therefore use the --hex-charset option. |
|
undeath |
Old hashcat Support
|
15 |
28,806 |
02-23-2012, 04:28 PM |
|
|
Thread: Restore from settings
Post: RE: Restore from settings
radix Wrote: (03-18-2012, 01:14 PM)
--
Hashcat already contains a feature to restore a session based on your command line.
--
only -lite has a real restore feature |
|
undeath |
Feature Requests
|
15 |
45,546 |
03-18-2012, 03:07 PM |
|
|
Thread: Large IPB list issue
Post: RE: Large IPB list issue
It doesn't really decrement, but there is an overflow.
The reason for having so many rejected ones appearing right after starting is simple: olchashcat-plus caches a part of the dict and at first s... |
|
undeath |
Very old oclHashcat-plus Support
|
15 |
38,227 |
04-25-2012, 09:36 AM |
|
|
Thread: oclHashcat-plus v0.08
Post: RE: oclHashcat-plus v0.08
That's really a great step forward. The changelog is simply overwhelming! Thank you for all the effort you put into hashcat! |
|
undeath |
Very old oclHashcat-plus Announcements
|
15 |
58,086 |
05-01-2012, 10:00 PM |
|
|
Thread: Large IPB list issue
Post: RE: Large IPB list issue
|
undeath |
Very old oclHashcat-plus Support
|
15 |
38,227 |
05-13-2012, 09:48 PM |
|
|
Thread: Start From Stop At Brute Force
Post: RE: Start From Stop At Brute Force
|
undeath |
Very old oclHashcat-plus Support
|
15 |
29,325 |
06-01-2012, 09:00 AM |