Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Experiences Using Prince Mode
Post: RE: Experiences Using Prince Mode
It's very strong on passphrases (see latest CMIYC challenge 11)
It's strong if you just want to push in some target specifc wordlist and then let princeprocessor do all the combinations of it.
But ... |
|
atom |
General Talk
|
2 |
4,956 |
10-01-2017, 11:36 AM |
|
|
Thread: Hash-encoding exception problems with colon in username
Post: RE: Hash-encoding exception problems with colon in...
You can also try to change the separator itself in your hashlist and then use -p option in hashcat to inform hashcat about the new separator. Make sure it's a ASCII character. |
|
atom |
hashcat
|
2 |
2,899 |
10-01-2017, 11:44 AM |
|
|
Thread: UTF-8 dictionaries (hex format)
Post: RE: UTF-8 dictionaries (hex format)
Note when it comes to non latin wordlist, I'd recommend to use req-include from hashcat-utils to move them into a separate wordlist, convert it to utf-8 and then use this wordlist in combination with ... |
|
atom |
General Talk
|
2 |
3,703 |
10-01-2017, 11:47 AM |
|
|
Thread: MD5 hash seed? Find the hash that hashes to this
Post: RE: MD5 hash seed? Find the hash that hashes to th...
Use rules/togglesX.rule or if more than X needed you can use hashcat-legacy in -a 2 mode. |
|
atom |
General Talk
|
2 |
3,846 |
10-22-2017, 11:55 AM |
|
|
Thread: Help with Win Zip / Zip2 Hash from zip2john
Post: RE: Help with Win Zip / Zip2 Hash from zip2john
If you have this:
Quote:
--
Hashfile on line 1 () Salt-value exception
--
then you have either an empty first line or you are using a BOM (eventually added by a texteditor) that you need to ... |
|
atom |
hashcat
|
2 |
5,707 |
10-22-2017, 11:58 AM |
|
|
Thread: kwprocessor on Windows - Unexpected results
Post: RE: kwprocessor on Windows - Unexpected results
please retry with latest beta on hashcat.net/beta and if the problem still occurs, create a github issue |
|
atom |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
4,029 |
10-25-2017, 12:45 PM |
|
|
Thread: Hashcat and itunes backup 10+ (-m 14800) vs itunes backup recover tools
Post: RE: Hashcat and itunes backup 10+ (-m 14800) vs ...
There's no software which can crack PBKDF2-HMAC-SHA256 faster than hashcat. |
|
atom |
hashcat
|
2 |
2,604 |
10-25-2017, 01:45 PM |
|
|
Thread: p3.16xlarge (8xV100) benchmarks (clickbait)
Post: RE: p3.16xlarge (8xV100) benchmarks (clickbait)
Performance of this box is crazy good. In case you plan to buy one instead of renting, it's only 149,000$ :) |
|
atom |
Hardware
|
2 |
9,152 |
11-02-2017, 11:51 AM |
|
|
Thread: Restoring session skips words
Post: RE: Restoring session skips words
You can restore only from valid checkpoints (the one stored in the .restore file) or the checkpoint listed in the status view. Otherwise you risk valid candidates to not crack the handshakes. |
|
atom |
General Talk
|
2 |
3,227 |
11-20-2017, 08:32 PM |
|
|
Thread: New ISP
Post: RE: New ISP
No problems so far. Looks good, thanks! |
|
atom |
Organisation and Events
|
2 |
4,965 |
11-20-2017, 08:39 PM |
|
|
Thread: What mode is md5(md5($pass).$salt) salt is > 30char and < 30char
Post: RE: What mode is md5(md5($pass).$salt) salt is > ...
I think he's talking about cracking vbull hashes. You can crack them with hashcat v4.0.1 in mode 2611 (not 2711) when not using -O. |
|
atom |
hashcat
|
2 |
3,046 |
11-20-2017, 08:48 PM |
|
|
Thread: hashcat v4.0.0 and -w 3
Post: RE: hashcat v4.0.0 and -w 3
Which hash-mode are you talking about? |
|
atom |
hashcat
|
2 |
3,389 |
12-08-2017, 11:03 AM |
|
|
Thread: Possible 16 digit combinations
Post: RE: Possible 16 digit combinations
It's a bad attack if you run a Fixed value in the beginning of the "Password". Use -m 20 instead, you will get a speedup of at least 100. |
|
atom |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
3,712 |
02-07-2018, 07:21 PM |
|
|
Thread: PCIe transfer compression
Post: PCIe transfer compression
While trying to find the cause of the performance loss of WPA in version 4.x discussed in this thread https://hashcat.net/forum/thread-7251.html we found the root of the problem and were able to build... |
|
atom |
User Contributions
|
2 |
4,729 |
02-05-2018, 06:18 PM |
|
|
Thread: Output text doubt
Post: RE: Output text doubt
It just means that your wordlist contains words which are not UTF-8 encoded or that one of the rules (for example + and - have that potential) to break UTF-8 encoding. |
|
atom |
hashcat
|
2 |
2,303 |
02-15-2018, 02:02 PM |
|
|
Thread: Newbie question on using hashcat64
Post: RE: Newbie question on using hashcat64
What wrong with toggle rules (in rules folder)? Also note that a wordlist that has 10 words is too less to keep your gpu busy. I'd suggest using toggle rules in stdout mode and redirect the output int... |
|
atom |
hashcat
|
2 |
3,165 |
02-15-2018, 02:05 PM |
|
|
Thread: can a WPA hash be cracked with other than "2500" hash mode?
Post: RE: can a WPA hash be cracked with other than "250...
|
atom |
hashcat
|
2 |
3,349 |
02-15-2018, 04:52 PM |
|
|
Thread: Call custom algorithm form hashcat
Post: RE: Call custom algorithm form hashcat
Of course it's possible. You just need to rewrite the algorithm as kernel in OpenCL (basically strong reduced C language).
There's no official documentation about the process adding a new algorithm,... |
|
atom |
hashcat
|
2 |
3,661 |
06-16-2018, 02:13 PM |
|
|
Thread: Custom cracking algorithm
Post: RE: Custom cracking algorithm
I'm not 100% certain I've understood your question correctly. But I think what you want to do is to use hashcat hook functionality. You need to write the hook function in C. See seven_zip_hook_func() ... |
|
atom |
hashcat
|
2 |
2,303 |
06-21-2018, 01:51 PM |
|
|
Thread: Can`t find NTLMv2 Hash
Post: RE: Can`t find NTLMv2 Hash
I think most people don't use wireshark to capture NTLMv2 (but should be possible), they use some sort of layer 2 attack tools or modified samba services. |
|
atom |
hashcat
|
2 |
2,361 |
06-28-2018, 04:28 PM |