Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Cracking wpa2 with foreign characters.
Post: RE: Cracking wpa2 with foreign characters.
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_to_deal_with_special_non-latin_characters_chinese_arabic_etc |
|
atom |
hashcat
|
2 |
4,269 |
05-26-2017, 10:22 AM |
|
|
Thread: Errors on Win7 and Linux
Post: RE: Errors on Win7 and Linux
If you want to use linux, use ubuntu |
|
atom |
hashcat
|
5 |
6,883 |
05-26-2017, 10:07 AM |
|
|
Thread: hashcat and wps
Post: RE: hashcat and wps
WPS is not supported with hashcat |
|
atom |
hashcat
|
2 |
4,835 |
05-26-2017, 10:04 AM |
|
|
Thread: Specify what to check in a dictionary
Post: RE: Specify what to check in a dictionary
In case you only want words of the length between 8 and 10 (inclusive) then: len.bin 8 10 < in.txt > out.txt |
|
atom |
hashcat
|
7 |
7,058 |
05-26-2017, 10:04 AM |
|
|
Thread: Errors on Win7 and Linux
Post: RE: Errors on Win7 and Linux
The GPU is too old and the drivers do not support them cleanly, hence the errors. Solution: Buy a new GPU. |
|
atom |
hashcat
|
5 |
6,883 |
05-26-2017, 10:02 AM |
|
|
Thread: About Cracking
Post: RE: About Cracking
There's no AES known plaintext attack module and unless the keyspace is largely decreased by some very good password "hint" it's not possible to crack the key based on it. |
|
atom |
hashcat
|
1 |
2,699 |
05-26-2017, 10:00 AM |
|
|
Thread: Downsizing wordlists.
Post: RE: Downsizing wordlists.
I like the idea, I'm using the same techniques for my wordlist. However I'm not removing them entirely, I just sort them out to a dedicated file.
1. Sort out all words < length 7
2. Sort out email... |
|
atom |
General Talk
|
2 |
3,691 |
05-24-2017, 12:11 PM |
|
|
Thread: Integer overflow detected while brute forcing
Post: RE: Integer overflow detected while brute forcing
No, because it's not the related to a CPU architecture. It's the variables datatype that counts. |
|
atom |
hashcat
|
13 |
22,739 |
05-23-2017, 04:01 PM |
|
|
Thread: Integer overflow detected while brute forcing
Post: RE: Integer overflow detected while brute forcing
kjs Wrote: (05-23-2017, 03:32 PM)
--
atom Wrote: (05-22-2017, 08:41 AM)
--
Indeed ?a x 11 BF is not feasible therefore it doesn't matter if it overflows or not which is why hashcat works as it works... |
|
atom |
hashcat
|
13 |
22,739 |
05-23-2017, 03:38 PM |
|
|
Thread: 3DES with repeating key
Post: RE: 3DES with repeating key
No need to proof, I know it works if the key B = A and C = A. However, I don't know of any tool doing this. Also there are other (more interessting) attack-vectors on 3des, but all of them require to ... |
|
atom |
hashcat
|
8 |
7,519 |
05-23-2017, 03:35 PM |
|
|
Thread: Unknown salt
Post: RE: Unknown salt
The -e option was in hashcat legacy only |
|
atom |
hashcat
|
5 |
5,396 |
05-23-2017, 03:30 PM |
|
|
Thread: Integer overflow detected while brute forcing
Post: RE: Integer overflow detected while brute forcing
Indeed ?a x 11 BF is not feasible therefore it doesn't matter if it overflows or not which is why hashcat works as it works. You need to try more clever attacks based on wordlists. |
|
atom |
hashcat
|
13 |
22,739 |
05-22-2017, 08:41 AM |
|
|
Thread: 3DES with repeating key
Post: RE: 3DES with repeating key
It depends on who you are and what the purpose is |
|
atom |
hashcat
|
8 |
7,519 |
05-22-2017, 08:37 AM |
|
|
Thread: Unknown salt
Post: RE: Unknown salt
It's your own fault if you do not export the salt, which is freely available in the database. If you intentionally make your life harder than necessary, that's what you get. |
|
atom |
hashcat
|
5 |
5,396 |
05-22-2017, 08:37 AM |
|
|
Thread: Zip file, pkzip2, does hashcat support this yet?
Post: RE: Zip file, pkzip2, does hashcat support this ye...
Only $zip2$ is supported (WinZip). |
|
atom |
hashcat
|
1 |
3,727 |
05-21-2017, 01:23 PM |
|
|
Thread: Unknown salt
Post: RE: Unknown salt
Create all possible variants using maskprocessor plus a leading ":" to file A, then use combinator.bin from hashcat-utils with your current hashlist and file A to merge them to create a large hashlist... |
|
atom |
hashcat
|
5 |
5,396 |
05-21-2017, 01:20 PM |
|
|
Thread: 3DES with repeating key
Post: RE: 3DES with repeating key
Well a quick fix for you would be to rewrite the kernel to reuse the first 8 byte as input for the 2nd and 3rd DES round and do a mask attack where the last 16 byte are static. |
|
atom |
hashcat
|
8 |
7,519 |
05-21-2017, 01:18 PM |
|
|
Thread: convert a WPA / WPA2 pcap
Post: RE: convert a WPA / WPA2 pcap
Not sure what's so hard to understand here. Just do not use wpaclean. |
|
atom |
General Talk
|
9 |
15,387 |
05-21-2017, 01:15 PM |
|
|
Thread: Use rules only on selected dictionaries
Post: RE: Use rules only on selected dictionaries
What's wrong with that solutions, it's pretty good use of hashcat. You can improve it by using | instead of > to not write the data to disc but to pipe it to the 2nd process. |
|
atom |
General Talk
|
4 |
4,675 |
05-21-2017, 01:14 PM |
|
|
Thread: itunes backup >10 - am i doing it wrong?
Post: RE: itunes backup >10 - am i doing it wrong?
No it's fine, iTunes backup >= 10.0 is doing 10,000,000 iterations of PBKDF2, so it's actually that slow. I meassured a single computation on CPU to run > 40 seconds. |
|
atom |
General Talk
|
2 |
4,395 |
05-21-2017, 01:12 PM |