Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Problem with Device #1? shuts down process
Post: RE: Problem with Device #1? shuts down process
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#why_does_hashcat_not_work_with_my_kali_operating_system |
|
royce |
hashcat
|
3 |
2,932 |
02-27-2018, 05:17 PM |
|
|
Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary
Try testing with the example hashcat hash:
https://hashcat.net/wiki/doku.php?id=example_hashes
This is "hashcat": $2a$05$LhayLxezLhK1LhWvKxCyLOj0j1u.Kj0jZ0pEmm134uzrQlFvQJLF6
If this works, it's mo... |
|
royce |
hashcat
|
12 |
12,533 |
02-28-2017, 04:49 PM |
|
|
Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary
Yes. Try it to see if it works. You are empowered to to definitively answer your own question. :) |
|
royce |
hashcat
|
12 |
12,533 |
03-02-2017, 05:00 PM |
|
|
Thread: Princeprocessor Resume
Post: RE: Princeprocessor Resume
This should work, but I don't immediately see what might be different about your command line that would make the number go backwards. In my scripts that resume princeprocessor, the only thing that I ... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
3,522 |
01-07-2018, 12:01 AM |
|
|
Thread: PrinceProcessor now open source
Post: RE: PrinceProcessor now open source
I have changed ELEM_CNT_MAX, but have not tried changing OUT_LEN_MAX. |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
12 |
20,294 |
11-19-2017, 01:39 AM |
|
|
Thread: PrinceProcessor
Post: RE: PrinceProcessor
There is indeed a max length for princeprocessor.
https://github.com/hashcat/princeprocessor/blob/master/src/pp.c#L32
You'll need to modify the source, increase PW_MAX to at least 20 (in your ca... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
7 |
6,901 |
05-23-2018, 04:27 PM |
|
|
Thread: PrinceProcessor
Post: RE: PrinceProcessor
If we assume that the four words are Diceware-style, and truly chosen at random from a list, then for a four-word passphrase, princeprocessor would properly try "barnbarnbarnbarn', etc, but IIRC combi... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
7 |
6,901 |
05-23-2018, 05:16 PM |
|
|
Thread: PrinceProcessor
Post: RE: PrinceProcessor
YW. Make sure that PW_MAX is 4x the length of your longest word. Enjoy! |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
7 |
6,901 |
05-23-2018, 05:20 PM |
|
|
Thread: PrinceProcessor
Post: RE: PrinceProcessor
Assuming a dictionary whose longest word length is (for example) 12, and a four-word passphrase, then the maximum length of the entire passphrase is 12 x 4 = 48. |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
7 |
6,901 |
05-24-2018, 06:25 AM |
|
|
Thread: Prince
Post: RE: Prince
https://lmgtfy.com/?q=prince+attack
;) |
|
royce |
Old hashcat Support
|
1 |
4,401 |
05-06-2016, 03:21 PM |
|
|
Thread: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex
FWIW, I've been using that same Perl one-liner from undeath, expanded for readability and converted to a standalone script:
Code:
--
#!/usr/bin/env perl
# Credit: undeath, https://hashcat.net... |
|
royce |
hashcat
|
10 |
9,895 |
03-15-2017, 03:02 PM |
|
|
Thread: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex
Interesting use cases, thanks.
Two things, though:
1. Since the subject of this post starts with "Potfile format", I assumed that the end goal is to convert a potfile, but retain the potfile for... |
|
royce |
hashcat
|
10 |
9,895 |
03-16-2017, 04:14 AM |
|
|
Thread: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex
And here's a rough pass at the reverse:
Code:
--
#!/usr/bin/env perl
# Credit: undeath, https://hashcat.net/forum/thread-3522.html
# ... and devilsadvocate ;)
use utf8;
while () {
... |
|
royce |
hashcat
|
10 |
9,895 |
03-16-2017, 04:45 AM |
|
|
Thread: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex
I know this is going to sound silly, but just to triple-confirm ... you're saying that you convert your plaintext dictionaries to hex strings, producing output like this (from the first ten lines of r... |
|
royce |
hashcat
|
10 |
9,895 |
03-16-2017, 06:11 AM |
|
|
Thread: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex
With the recent appearance of --encoding-from and --encoding to, I wouldn't expect there to be any additional value in storing wordlists as hex. If you're getting additional hits because of them, they... |
|
royce |
hashcat
|
10 |
9,895 |
11-23-2017, 08:11 PM |
|
|
Thread: Possible to do attack mode 6 and 7 on same attack
Post: RE: Possible to do attack mode 6 and 7 on same att...
Assuming the syntax is correct, that would indeed work - it would be slower than a direct on-GPU implementation, but a good compromise solution. |
|
royce |
hashcat
|
6 |
5,306 |
12-20-2017, 08:34 AM |
|
|
Thread: Possible to do attack mode 6 and 7 on same attack
Post: RE: Possible to do attack mode 6 and 7 on same att...
No - stdout leaves the hashcat process entirely, and there is no in-hashcat method for this today (other than, perhaps, generating a *very* large list of masks using maskprocessor:
Simplified PoC:
... |
|
royce |
hashcat
|
6 |
5,306 |
12-20-2017, 05:00 PM |
|
|
Thread: Possible to do attack mode 6 and 7 on same attack
Post: RE: Possible to do attack mode 6 and 7 on same att...
I think that you've got all of the possible pieces already, and you just need to arrange them with the trade-off that works best for you. It looks like appending or prepending ?a?a with rules as the f... |
|
royce |
hashcat
|
6 |
5,306 |
12-25-2017, 09:06 PM |
|
|
Thread: pocl benchmarks
Post: RE: pocl benchmarks
Wow - that is quite interesting - thanks for the stats, hops. Promising for the future - and useful even today for people with specific attack needs. |
|
royce |
hashcat
|
1 |
2,405 |
05-02-2018, 04:36 PM |
|
|
Thread: Please Help!!
Post: RE: Please Help!!
Please read the forum rules.
https://hashcat.net/forum/announcements.php?aid=2 |
|
royce |
hashcat
|
1 |
799 |
12-31-2019, 06:34 PM |