Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: inc_vendor.cl errors
Post: RE: inc_vendor.cl errors
See here: https://hashcat.net/forum/thread-5653-post-30374.html#pid30374 |
|
atom |
hashcat
|
3 |
4,657 |
07-19-2016, 08:58 AM |
|
|
Thread: inc_vendor.cl errors
Post: RE: inc_vendor.cl errors
Either that, and I'm not certain if 15.12 supports the 380x, or you patch it out manually |
|
atom |
hashcat
|
3 |
4,657 |
07-20-2016, 09:58 AM |
|
|
Thread: What would be the most efficient way to solve this?
Post: RE: What would be the most efficient way to solve ...
For full speed this requires a special designed hash-mode. If you don't mind about performance simply pipe it.
Quote:
--
perl -MDigest::SHA -ne 'printf "%s\n", substr (Digest::SHA::sha1_hex ($_)... |
|
atom |
General Help
|
2 |
4,653 |
11-07-2014, 09:08 AM |
|
|
Thread: How to crack phpass(md5($pass))
Post: RE: How to crack phpass(md5($pass))
|
atom |
hashcat
|
3 |
4,651 |
10-08-2017, 01:36 PM |
|
|
Thread: Exhausted but 0% progress
Post: RE: Exhausted but 0% progress
please use hashcat v3.00 from github and try again |
|
atom |
hashcat
|
3 |
4,647 |
08-14-2016, 09:00 PM |
|
|
Thread: Win8.1 64, Ati 5670, catalyst 14.9 but ERROR: clGetDeviceIDs() -1
Post: RE: Win8.1 64, Ati 5670, catalyst 14.9 but ERROR: ...
https://i.imgur.com/YgfmGK6.png |
|
atom |
Old oclHashcat Support
|
2 |
4,644 |
02-16-2015, 10:11 AM |
|
|
Thread: bruteforce wpa2 from 9999999999 to 6000000000 in decreasing order
Post: RE: bruteforce wpa2 from 9999999999 to 6000000000 ...
How about --markov-disable ? In that case, if you use -1, the ordering of the configuration you set remains. |
|
atom |
hashcat
|
7 |
4,636 |
11-23-2018, 10:20 AM |
|
|
Thread: Problems with RAR archive
Post: RE: Problems with RAR archive
RAR cracking without header encryption is not yet supported |
|
atom |
hashcat
|
2 |
4,632 |
07-17-2016, 05:57 PM |
|
|
Thread: RX 480 impressions
Post: RX 480 impressions
OK I've played a bit with the rx480, here some first impressions:
Here's some 1:1 comparsion 290x and 480 on the same system with the same driver: https://docs.google.com/spreadsheets/d/1B1S_t1Z0K... |
|
atom |
Hardware
|
2 |
4,621 |
07-24-2016, 03:27 PM |
|
|
Thread: RX 480 impressions
Post: RE: RX 480 impressions
Ignore it, the current compiler in amdgpu-pro creates invalid code for those. |
|
atom |
Hardware
|
2 |
4,621 |
08-12-2016, 02:52 PM |
|
|
Thread: Very slow Hash
Post: RE: Very slow Hash
Office 2013 Hash *is* that slow. Your CPU issue doesn't have an influence on it. |
|
atom |
General Talk
|
3 |
4,619 |
03-18-2017, 04:33 PM |
|
|
Thread: Very slow Hash
Post: RE: Very slow Hash
|
atom |
General Talk
|
3 |
4,619 |
03-20-2017, 09:56 AM |
|
|
Thread: creating a mask
Post: RE: creating a mask
https://github.com/hashcat/maskprocessor/releases/download/v0.73/maskprocessor-0.73.7z |
|
atom |
General Talk
|
4 |
4,602 |
06-29-2017, 10:58 AM |
|
|
Thread: 12.4 is out
Post: RE: 12.4 is out
You have to wait for oclHashcat-plus v0.08, sry |
|
atom |
Very old oclHashcat-plus Support
|
1 |
4,589 |
04-27-2012, 12:56 PM |
|
|
Thread: legacy hashcat question
Post: RE: legacy hashcat question
There's no true generic kernel. There's always a limit. In theory, you could have a 25gb long bytestream as salt. That would propably exceed your GPU ram. But even such a thing could be supported, but... |
|
atom |
hashcat
|
3 |
4,589 |
07-20-2016, 10:06 AM |
|
|
Thread: Joomla 3.7 hash type?
Post: RE: Joomla 3.7 hash type?
I'm afraid it could be bcrypt(md5($pass.$salt)) so that they can stay backward compatible and do not require the users to re-enter the password in order to update the hashes to just bcrypt. Can someon... |
|
atom |
hashcat
|
3 |
4,586 |
05-13-2017, 02:34 PM |
|
|
Thread: Error running Hashcat
Post: RE: Error running Hashcat
|
atom |
hashcat
|
2 |
4,585 |
09-03-2016, 11:26 AM |
|
|
Thread: how do i run brute wallet.aes.json blockchain info?
Post: RE: how do i run brute wallet.aes.json blockchain ...
Cracks fine for me with latest version |
|
atom |
hashcat
|
9 |
4,581 |
03-10-2019, 06:35 PM |
|
|
Thread: Mix of single and multi byte in wordlist
Post: RE: Mix of single and multi byte in wordlist
You can add utf-8 german umlauts by using two function calls:
Quote:
--
root@ht:~/hashcat# cat rule
$\xc3 $\xa4
root@ht:~/hashcat# echo test | ./hashcat --stdout -r rule
testä
--
|
|
atom |
hashcat
|
6 |
4,577 |
06-24-2018, 03:27 PM |
|
|
Thread: Mix of single and multi byte in wordlist
Post: RE: Mix of single and multi byte in wordlist
From technical perspective there's no problem with utf8 used with PBKDF2 (the KDF of WPA/WPA2). The same goes with passwords < length 8. If a client or AP ignores the policies from WPA on passwords it... |
|
atom |
hashcat
|
6 |
4,577 |
06-28-2018, 04:42 PM |