Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Separator unmatched when using example hash
Post: RE: Separator unmatched when using example hash
Hashes containing '$' need to be enclosed in single quotes on the Unix commandline. This is because $[string] is a way to do variable substitution in bash and related shells.
Once you fix that, you ... |
|
royce |
hashcat
|
2 |
8,713 |
03-16-2019, 08:10 PM |
|
|
Thread: Separator Unmatched! Please help!
Post: RE: Separator Unmatched! Please help!
That format has more fields, separated by asterisks, than your hash.
If you try your attack against this example hash from hashcat wiki has more fields:
$itunes_backup$*10*8b715f516ff8e64442c478... |
|
royce |
hashcat
|
3 |
11,612 |
04-13-2018, 04:48 PM |
|
|
Thread: Separator Unmatched! Please help!
Post: RE: Separator Unmatched! Please help!
Does your attack work against the example hash? If so, the problem is probably your hash. Double-check to ensure that the field count is identical. |
|
royce |
hashcat
|
3 |
11,612 |
04-14-2018, 05:13 AM |
|
|
Thread: Sha224?
Post: RE: Sha224?
Code:
--
$ hashcat -V
v4.0.1
$ hashcat --help | egrep -i 'sha.*22'
1300 | SHA-224
--
|
|
royce |
hashcat
|
1 |
2,456 |
11-19-2017, 02:44 AM |
|
|
Thread: SHA256 (AuthMe)
Post: RE: SHA256 (AuthMe)
This type is present in the beta version, not yet released.
https://hashcat.net/beta/
Or you can wait until the release. |
|
royce |
hashcat
|
2 |
1,085 |
01-25-2020, 07:35 PM |
|
|
Thread: SHA512 Linux
Post: RE: SHA512 Linux
That looks about right, given your card. sha512 is a slow hash.
Code:
--
cudaHashcat v1.38 starting in benchmark-mode...
Device #1: GeForce GTX 970, 4095MB, 1316Mhz, 13MCU
Device #2: GeFor... |
|
royce |
Old oclHashcat Support
|
2 |
4,182 |
11-08-2015, 07:18 PM |
|
|
Thread: Should I be using a rule instead?
Post: RE: Should I be using a rule instead?
There's no way for a single mask to express optional characters (that I'm aware of).
But if you pass a file containing the masks, they are processed in succession very quickly. |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
1,925 |
09-25-2019, 06:21 PM |
|
|
Thread: Should I be using a rule instead?
Post: RE: Should I be using a rule instead?
Good point! True for this particular case, but not the more general case. :P ;) |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
1,925 |
09-25-2019, 10:42 PM |
|
|
Thread: Show how the password was cracked
Post: RE: Show how the password was cracked
See the --debug-mode option. Mode 4 may be what you're looking for.
# | Format
===+========
1 | Finding-Rule
2 | Original-Word
3 | Original-Word:Finding-Rule
4 | Original-Word:Finding-Rule:... |
|
royce |
hashcat
|
2 |
2,863 |
03-20-2017, 05:20 PM |
|
|
Thread: Show which dictionary cracked the hash.
Post: RE: Show which dictionary cracked the hash.
Looking through the dictionaries won't tell you which rule was used.
For future work, or if you want to run your job again, check out --debug-mode. Mode 4 may be what you're looking for. This won't... |
|
royce |
hashcat
|
10 |
11,484 |
10-17-2016, 03:37 PM |
|
|
Thread: show.log
Post: RE: show.log
Unless your command line is customizing the name of the session with --session=show, I don't think hashcat is directly generating this file. |
|
royce |
hashcat
|
6 |
3,651 |
05-24-2018, 08:43 AM |
|
|
Thread: show.log
Post: RE: show.log
Without giving away any sensitive information, can you describe or post what the contents of that file are? |
|
royce |
hashcat
|
6 |
3,651 |
05-24-2018, 03:12 PM |
|
|
Thread: show.log
Post: RE: show.log
Yep, that's a hashcat log file all right. I swear it's acting like you ran something like this:
hashcat --session=show [etc]
That's the only way I know of to get hashcat to save its log file som... |
|
royce |
hashcat
|
6 |
3,651 |
05-26-2018, 10:44 PM |
|
|
Thread: Single 15 char NTLM Hash with known info
Post: RE: Single 15 char NTLM Hash with known info
https://hashcat.net/wiki/doku.php?id=princeprocessor may help, but the additional modifications would need some extra rules work - maybe a subset of those in prince_optimized.rule, depending on your u... |
|
royce |
General Talk
|
4 |
3,365 |
12-31-2017, 07:45 AM |
|
|
Thread: Single 15 char NTLM Hash with known info
Post: RE: Single 15 char NTLM Hash with known info
You can use whatever rules make sense for your target. You may have to experiment with --stdout to determine whether the combination of --case-permute and your rules are doing what you're expecting. |
|
royce |
General Talk
|
4 |
3,365 |
01-01-2018, 10:02 PM |
|
|
Thread: Single-mode john analog for hashcat
Post: RE: Single-mode john analog for hashcat
I have to admit, it seems like single mode would only make a real difference for slow hashes for which each target password itself has a known per-password plaintext component (such as the Myspace lea... |
|
royce |
hashcat
|
5 |
4,079 |
06-21-2018, 06:16 AM |
|
|
Thread: sli connector tech?
Post: RE: sli connector tech?
|
royce |
Hardware
|
1 |
2,522 |
05-05-2017, 08:54 PM |
|
|
Thread: Solution to use very large wordlist
Post: RE: Solution to use very large wordlist
Discussion of speed needs to know what type of hash is the target. Either:
A) your attack is malformed (can you post your syntax, omitting any real hashes?), or
b) it's a pretty fast hash and y... |
|
royce |
hashcat
|
4 |
3,816 |
05-12-2018, 03:53 PM |
|
|
Thread: special char in mask
Post: RE: special char in mask
On the (Windows?) command line, you'll need to handle differently any strings that contain an apostrophe (').
One of these may work:
1. Double quotes around the entire mask:
Code:
--
hashcat... |
|
royce |
hashcat
|
2 |
3,317 |
06-04-2017, 06:34 AM |
|
|
Thread: Special characters in mask
Post: RE: Special characters in mask
Based on your OS/shell, you'll need to escape the spaces. |
|
royce |
Old oclHashcat Support
|
8 |
13,344 |
04-14-2015, 08:47 PM |