Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Notifications from forum are going to SPAM folder
Post: RE: Notifications from forum are going to SPAM fol...
OK, added. Let's see how it works. Thanks |
|
atom |
General Talk
|
4 |
7,261 |
08-28-2016, 10:55 AM |
|
|
Thread: Attack Suggestion for Complex Passwords
Post: RE: Attack Suggestion for Complex Passwords
combinator based attacks is the best approach |
|
atom |
hashcat
|
4 |
6,120 |
08-31-2016, 01:56 PM |
|
|
Thread: Attack Suggestion for Complex Passwords
Post: RE: Attack Suggestion for Complex Passwords
You just answered yourself. The way to go is to use combinator.bin from hashcat-utils, pipe it to hashcat and apply the rules on there as amplifier, like this:
$ ./combinator.bin wordlist1 wordlist... |
|
atom |
hashcat
|
4 |
6,120 |
09-01-2016, 07:05 AM |
|
|
Thread: Questions -> FAQ -> extract the hashes from TrueCrypt volumes
Post: RE: Questions -> FAQ -> extract the hashes from Tr...
The use of the last 512 byte goes back to the mbr placement on the first in case of a booting partition. Not sure how it is with a non booting partition. It could be the first 512 byte because there's... |
|
atom |
General Talk
|
4 |
9,143 |
09-05-2016, 09:32 AM |
|
|
Thread: Wordlist with rule generation (-g), performance decrease in 3.10 compared to 2.01
Post: RE: Wordlist with rule generation (-g), performanc...
We said that like 1000 times here and on the release notes. Pre-Maxwell GPU will suffer a performance drop, but new GPU will be faster with v3 than with v2. For all Pre-GCN GPU it's the same (5xxx and... |
|
atom |
hashcat
|
4 |
6,863 |
09-10-2016, 10:15 AM |
|
|
Thread: Any tool to BF AES
Post: RE: Any tool to BF AES
That makes no sense, AES uses a fixed length key 128, 192 or 256. They can't have only use 6 chars. You sure there's no KDF in between? |
|
atom |
General Talk
|
4 |
5,673 |
09-12-2016, 12:19 AM |
|
|
Thread: Low utilization
Post: RE: Low utilization
|
atom |
hashcat
|
4 |
5,129 |
09-12-2016, 12:20 AM |
|
|
Thread: Any tool to BF AES
Post: RE: Any tool to BF AES
Well, if the KDF and then doing some AES, the correct way to crack it is doing exactly the same. You will crack it in not time with such a password policy. There's even no need to do it on GPU |
|
atom |
General Talk
|
4 |
5,673 |
09-14-2016, 02:38 PM |
|
|
Thread: second 1070 not seen (linux)
Post: RE: second 1070 not seen (linux)
|
atom |
Hardware
|
4 |
5,106 |
09-14-2016, 02:50 PM |
|
|
Thread: Problem with Hashcat and mscash2
Post: RE: Problem with Hashcat and mscash2
Here's an example -m 2100 hash:
$DCC2$10240#tom#e4e938d12fe5974dc42a90120bd9c90f |
|
atom |
hashcat
|
4 |
8,806 |
09-27-2016, 02:58 PM |
|
|
Thread: Problem with Hashcat and mscash2
Post: RE: Problem with Hashcat and mscash2
Why 10241? If you use 10241 it will not work. Both JtR and hashcat use the $DCC2$ format. |
|
atom |
hashcat
|
4 |
8,806 |
09-28-2016, 02:49 PM |
|
|
Thread: hashcat-3.10 slower then cudaHashcat-2.01
Post: RE: hashcat-3.10 slower then cudaHashcat-2.01
Toi reduce deskopt lags and power consumption. If you want 2.01 speed, use -w 3 |
|
atom |
hashcat
|
4 |
6,213 |
10-02-2016, 05:27 PM |
|
|
Thread: hashcat-3.10 slower then cudaHashcat-2.01
Post: RE: hashcat-3.10 slower then cudaHashcat-2.01
Just noticed, the 560Ti is pre-maxwell card. |
|
atom |
hashcat
|
4 |
6,213 |
10-03-2016, 03:12 PM |
|
|
Thread: Custom charset, I'm lost...
Post: RE: Custom charset, I'm lost...
First, you need to know which encoding scheme was used, because if the german umlauts. Was it ISO-8859 or utf-8? |
|
atom |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
8,361 |
10-08-2016, 11:44 AM |
|
|
Thread: Kernel problem with hashcat gui
Post: RE: Kernel problem with hashcat gui
Quote:
--
Error: internal error.
--
That's some error from your opencl runtime library. You need to reinstall it |
|
atom |
hashcat
|
4 |
7,212 |
10-10-2016, 05:03 PM |
|
|
Thread: Problem with skip and limit
Post: RE: Problem with skip and limit
For example, read about it here: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_keyspace |
|
atom |
hashcat
|
4 |
6,576 |
10-15-2016, 10:30 AM |
|
|
Thread: DES-ECB & optimization
Post: RE: DES-ECB & optimization
Using "-1 charsets/DES_full.charset --hex-charset ?1?1?1?1?1?1?1?1" is correct so far, because DES has only a 56 bit key, not 64 bit.
To crack a DES Key you need to know the CryptText and the Plain... |
|
atom |
General Talk
|
4 |
5,645 |
10-25-2016, 11:41 AM |
|
|
Thread: DES-ECB & optimization
Post: RE: DES-ECB & optimization
|
atom |
General Talk
|
4 |
5,645 |
10-25-2016, 02:42 PM |
|
|
Thread: Bug: bitcoin GPU recovery is broken since olcHashcat 1.37 till current (hashcat 3.10)
Post: RE: Bug: bitcoin GPU recovery is broken since olcH...
Works fine, even with amd-gpu-pro:
Quote:
--
root@sf:~/hashcat# cat > hash
$bitcoin$96$6f1fda9af07911d230667721ed6ca45479f190956479229d3ced364e31e517c87bab73b9927652e5a7251affaf16c485$16$e7aaad... |
|
atom |
hashcat
|
4 |
6,697 |
10-26-2016, 02:28 PM |
|
|
Thread: Bug: bitcoin GPU recovery is broken since olcHashcat 1.37 till current (hashcat 3.10)
Post: RE: Bug: bitcoin GPU recovery is broken since olcH...
|
atom |
hashcat
|
4 |
6,697 |
10-30-2016, 03:25 PM |