Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Help understanding toggles and rules WPA
Post: RE: Help understanding toggles and rules WPA
Rules is one way to do it. There's also the table-lookup attack which makes the processes easier, you don't have to write all the rules, just the translations.
Quote:
--
root@et:~/hashcat-0.50# ... |
|
atom |
Old oclHashcat Support
|
3 |
5,376 |
03-08-2015, 07:25 PM |
|
|
Thread: See output of oclhashcat
Post: RE: See output of oclhashcat
For CPU hashcat it's possible, but for GPU it's not possible |
|
atom |
Old oclHashcat Support
|
3 |
5,571 |
03-19-2015, 11:59 AM |
|
|
Thread: Question about keyspace
Post: RE: Question about keyspase
Yes, you need to modify your script |
|
atom |
Old oclHashcat Support
|
3 |
5,090 |
03-27-2015, 01:22 PM |
|
|
Thread: Question about keyspace
Post: RE: Question about keyspase
|
atom |
Old oclHashcat Support
|
3 |
5,090 |
03-27-2015, 10:59 PM |
|
|
Thread: Brute-force TrueCrypt non-system partition
Post: RE: Brute-force TrueCrypt non-system partition
yeah, part of every modern linux basic installation |
|
atom |
Old oclHashcat Support
|
3 |
6,590 |
04-05-2015, 09:01 PM |
|
|
Thread: HMAC-SHA1 mask
Post: RE: HMAC-SHA1 mask
well in that case you "just" need to search 256^20 combinations because in hmac if the key is longer than the blocksize of the hash (64 in case of sha1) then the key is hashed and the digest is used a... |
|
atom |
General Help
|
3 |
12,983 |
04-07-2015, 03:02 AM |
|
|
Thread: HMAC-SHA1 mask
Post: RE: HMAC-SHA1 mask
You were pretty close, just the message is to long (max. 32) and you need to quote differently:
Quote:
--
$ echo -n "This is a long salt" | openssl dgst -sha1 -hmac "key" ... |
|
atom |
General Help
|
3 |
12,983 |
04-06-2015, 05:29 PM |
|
|
Thread: Suggest me some tips and good "small" wordlist for a Hybrid attack
Post: RE: Suggest me some tips and good "small" wordlist...
No, mostly because with oclHashcat it's not a serial process, so there's no "current" password. |
|
atom |
Old oclHashcat Support
|
3 |
6,331 |
04-07-2015, 05:21 PM |
|
|
Thread: Suggest me some tips and good "small" wordlist for a Hybrid attack
Post: RE: Suggest me some tips and good "small" wordlist...
giog7789 Wrote: (04-07-2015, 11:09 AM)
--
[*] I have literally every wordlist on this planet (probably), can you now suggest some wordlist usefull with the Hybrid attack?
--
A good wordlist for hybr... |
|
atom |
Old oclHashcat Support
|
3 |
6,331 |
04-07-2015, 11:28 AM |
|
|
Thread: dict attack with GPU
Post: RE: dict attack with GPU
you need to pipe:
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_is_it_possible_that_oclhashcat_does_not_utilize_all_gpus |
|
atom |
Old oclHashcat Support
|
3 |
5,823 |
04-15-2015, 11:46 AM |
|
|
Thread: dict attack with GPU
Post: RE: dict attack with GPU
Quote:
--
$ mp64 ?a?a?a -o aaa.txt
--
Quote:
--
$ combinator aaa.txt dict.dict | cudahashcat64.exe -m 6211 c:\file.tc
--
|
|
atom |
Old oclHashcat Support
|
3 |
5,823 |
04-15-2015, 02:56 PM |
|
|
Thread: Twofish + whirlpool hash
Post: RE: Twofish + whirlpool hash
If you want performance there's no way around rewriting the crypto functions on gpgpu. Or you do it half-way. Do only the slow stuff on GPU and the rest on CPU with a crypto library. |
|
atom |
General Talk
|
3 |
7,303 |
04-27-2015, 01:58 PM |
|
|
Thread: Rule new
Post: RE: Rule new
There is rules that enable you to skip words from your wordlist based on certain criterias. See rejection section here: https://hashcat.net/wiki/doku.php?id=rule_based_attack
Note that for oclHashc... |
|
atom |
User Contributions
|
3 |
7,867 |
05-09-2015, 11:59 AM |
|
|
Thread: Prince attack with mask
Post: RE: Prince attack with mask
Yes, it is. You need to specify a wordlist |
|
atom |
General Help
|
3 |
5,600 |
06-05-2015, 12:05 PM |
|
|
Thread: Prince attack with mask
Post: RE: Prince attack with mask
Yeah, but a mask is not a filter criteria. That's not how it works |
|
atom |
General Help
|
3 |
5,600 |
06-05-2015, 04:11 PM |
|
|
Thread: Hashcat not writing out the found passwords
Post: RE: Hashcat not writing out the found passwords
sounds like a wrong solution. the real solution would be to use -o outfile.txt or so |
|
atom |
Old oclHashcat Support
|
3 |
6,436 |
06-18-2015, 06:43 PM |
|
|
Thread: Encrypted drive, AES .. please check it out
Post: RE: Encrypted drive, AES .. please check it out
There's no need to pay. I'd suggest you simply use this rule:
^J $1 $2 $3
and let it run through a big wordlist |
|
atom |
General Help
|
3 |
5,496 |
06-20-2015, 12:47 AM |
|
|
Thread: Catalyst 15.7
Post: Catalyst 15.7
The new catalyst 15.7 driver seems to work pretty good on all systems. So far I've tested it on Windows 7, Windows 8, Ubuntu 14.04 and Ubuntu 15.04. No problems so far, even the speeds are OK.
The ... |
|
atom |
General Help
|
3 |
7,851 |
07-09-2015, 03:25 PM |
|
|
Thread: BUG IN CPU HASHCAT I THINK OR I MISCALCULATED
Post: RE: BUG IN CPU HASHCAT I THINK OR I MISCALCULATED
Kind of a cool idea here. It looks like to be a bug and I can reproduce the problem. Please post this as a trac ticket including all the information from the thread |
|
atom |
Old hashcat Support
|
3 |
6,716 |
08-02-2015, 03:31 PM |
|
|
Thread: best rule combination yet!
Post: RE: best rule combination yet!
|
atom |
User Contributions
|
3 |
21,888 |
08-02-2015, 03:39 PM |