Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: How to select exact search space?
Post: RE: How to select exact search space?
Not knowing any better, what is the value in carving up the search space based on human-readable criteria? Why not just use -s/--skip and -l/--limit naturally, and the math like:
https://hashcat.n... |
|
royce |
hashcat
|
3 |
3,487 |
01-13-2018, 10:58 PM |
|
|
Thread: How to select exact search space?
Post: RE: How to select exact search space?
foxtrot Wrote: (01-13-2018, 11:03 PM)
--
Well, I thought that there is some special config - but that sounds like a perfect and simple solution. Thank you very much! (can I mark the thread as solved?... |
|
royce |
hashcat
|
3 |
3,487 |
01-14-2018, 01:01 AM |
|
|
Thread: Word Mangling/Wordlist generator
Post: RE: Word Mangling/Wordlist generator
Yeah, what undeath said - if we're talking about typos, or misspellings that are just a single character substitution, some rules are pretty good at transposing letters. Specifically, a ruleset like t... |
|
royce |
hashcat
|
5 |
11,202 |
01-13-2018, 06:29 PM |
|
|
Thread: VeraCrypt Volume Won't Decrypt. I know password and keyfile?
Post: RE: VeraCrypt Volume Won't Decrypt. I know passwor...
Approach should be identical to TrueCrypt - extracting the first bytes of the drive into a separate file, and pointing hashcat at it.
https://hashcat.net/forum/thread-7099.html |
|
royce |
hashcat
|
1 |
2,375 |
01-19-2018, 08:32 AM |
|
|
Thread: [solved sort of] Some Rules questions with doubling and shifting.
Post: RE: [solved sort of] Some Rules questions with dou...
This is sort of interesting. I haven't used John's rules enough to have been familiar with the S rule!
I see that it's not implemented in hashcat. Requesting that via a hashcat GitHub issue might b... |
|
royce |
hashcat
|
4 |
3,841 |
01-26-2018, 08:13 AM |
|
|
Thread: Bitshares wallet
Post: RE: hashcat v3.6.0
snoopy48 Wrote: (01-28-2018, 02:22 PM)
--
Hi Royce!
I am a bloody newbie in this subject but stupidly I have to retrieve the password of my Bitshares wallet.
As far as I have learned first I have t... |
|
royce |
hashcat
|
4 |
3,614 |
01-28-2018, 06:48 PM |
|
|
Thread: [solved sort of] Some Rules questions with doubling and shifting.
Post: RE: [solved sort of] Some Rules questions with dou...
Tying in the issue for the thread:
https://github.com/hashcat/hashcat/issues/1502 |
|
royce |
hashcat
|
4 |
3,841 |
01-31-2018, 05:41 AM |
|
|
Thread: Enpass password recovery supported?
Post: RE: Enpass password recovery supported?
If it's the same kind of hash as described here:
https://github.com/hashcat/hashcat/issues/600
... then it's not currently supported by hashcat - neither CPU nor GPU.
Sounds like JtR is proba... |
|
royce |
hashcat
|
1 |
1,961 |
02-03-2018, 06:41 PM |
|
|
Thread: USER:HASH
Post: RE: USER:HASH
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword |
|
royce |
hashcat
|
8 |
6,548 |
02-04-2018, 01:32 AM |
|
|
Thread: USER:HASH
Post: RE: USER:HASH
Ah, if you're asking whether you can customize the realtime output as the cracks *are actually occurring*, I'm not aware of a way to do that. But tailing the output file in a separate window will have... |
|
royce |
hashcat
|
8 |
6,548 |
02-04-2018, 08:29 PM |
|
|
Thread: combinator + rule
Post: RE: combinator + rule
-j and -k only work for a single rule, not for a file that's a list of rules.
The usual way to work around this is to pipe the wordlist in from a separate tool (such as combinator from hashcat-util... |
|
royce |
hashcat
|
6 |
6,142 |
02-05-2018, 12:25 AM |
|
|
Thread: combinator + rule
Post: RE: combinator + rule
Try double quotes instead of single quotes, I think. |
|
royce |
hashcat
|
6 |
6,142 |
02-05-2018, 06:09 AM |
|
|
Thread: mask attack issue
Post: RE: mask attack issue
Have you tried --status and --status-timer ? |
|
royce |
hashcat
|
1 |
1,773 |
02-05-2018, 07:06 AM |
|
|
Thread: 1080ti slow speed performance WPA/WPA2
Post: RE: 1080ti slow speed performance WPA/WPA2
atom also came up with a pretty clever way to push more data across the PCI-e!
https://hashcat.net/forum/thread-7267-post-39112.html |
|
royce |
hashcat
|
13 |
18,419 |
02-05-2018, 09:22 PM |
|
|
Thread: Encfs
Post: RE: Encfs
I don't think hashcat current supports cracking encfs, but John the Ripper does:
Code:
--
$ johnl --list=formats | tr -s '[:space:]' '\n' | egrep -i encf
EncFS,
encfs-opencl,
--
|
|
royce |
hashcat
|
2 |
2,633 |
02-10-2018, 06:13 PM |
|
|
Thread: Hash craked with John the ripper but failed with Hashcat
Post: RE: Hash craked with John the ripper but failed wi...
Since this is a demo hash with a known plaintext, OK to post it here.
Works for me:
Code:
--
$ echo -n 'trumpette' | md5sum
6d980c97874860347312769e9854dab6 -
$ echo 'trumpette' | hashcat... |
|
royce |
hashcat
|
4 |
9,493 |
02-01-2018, 11:50 PM |
|
|
Thread: hash-encoding exception
Post: RE: hash-encoding exception
Hash files are almost always ASCII. Even if the salt contains non-ASCII, your hashes file should not need to be anything but ASCII (because the salts would be hex, and the --hex-salt parameter would b... |
|
royce |
hashcat
|
2 |
2,869 |
02-04-2018, 12:25 AM |
|
|
Thread: USER:HASH
Post: RE: USER:HASH
Yes, that's *exactly* what the link I sent you does. Please study it more closely.
First, crack, using --username so that usernames are understood in the target hash file:
Code:
--
$ cat test... |
|
royce |
hashcat
|
8 |
6,548 |
02-04-2018, 02:05 AM |
|
|
Thread: hashing MS Office 2010 so slow
Post: RE: hashing MS Office 2010 so slow
Yes, newer Office hashes are pretty slow.
You can add -w 4 and -O; that might help. |
|
royce |
hashcat
|
3 |
2,894 |
02-12-2018, 10:01 AM |
|
|
Thread: Bruteforce + Custom characters
Post: RE: Bruteforce + Custom characters
If the first 8 characters are truly unknown, then the first 8 positions of the mask would be ?a, and the rest would be literal / hard-coded:
?a?a?a?a?a?a?a?aAlis-ZA |
|
royce |
hashcat
|
1 |
1,857 |
02-17-2018, 06:27 PM |