Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Hashcat does not seen password in the dictionarry
Post: RE: Hashcat does not seen password in the dictiona...
run with --potfile-disable otherwise hashcat will skip already cracked hashes.
Quote:
--
INFO: Removed 5 hashes found in potfile.
--
|
|
undeath |
hashcat
|
2 |
2,694 |
03-04-2018, 02:16 PM |
|
|
Thread: fast way to crack
Post: RE: fast way to crack
https://hashcat.net/wiki/doku.php?id=mask_attack
But even with fast hardware a full brute-force is going to take ages on WPA. |
|
undeath |
hashcat
|
2 |
2,261 |
03-18-2018, 11:21 AM |
|
|
Thread: PMK???
Post: RE: PMK???
PMK is only useful if you need to attack the same SSID many times. Most people will never need this. |
|
undeath |
hashcat
|
2 |
2,309 |
03-18-2018, 11:23 AM |
|
|
Thread: Hashing is 1/6th the speed of benchmarking
Post: RE: Hashing is 1/6th the speed of benchmarking
wordlist is (almost) always slower than bf. Additionally 7zip may have been using slightly different settings. I'm not sure what kind of variables the algorithms allows. |
|
undeath |
hashcat
|
2 |
2,485 |
03-21-2018, 10:28 AM |
|
|
Thread: Mode 3 works but not 0
Post: RE: Mode 3 works but not 0
progress only updates once it hits a checkpoint which can take a while with such low speed. |
|
undeath |
hashcat
|
2 |
2,209 |
04-03-2018, 09:04 PM |
|
|
Thread: MSCHAPv2 and NTLMv1
Post: RE: MSCHAPv2 and NTLMv1
if you look at the 5500 (netntlmv1) kernel you can see that it does involve DES encryption: https://github.com/hashcat/hashcat/blob/master/OpenCL/m05500_a0.cl
however, here is a post about recovering... |
|
undeath |
General Talk
|
2 |
3,720 |
04-11-2018, 10:46 PM |
|
|
Thread: PBKDF2-HMAC-SHA1 format for WPA hex key
Post: RE: PBKDF2-HMAC-SHA1 format for WPA hex key
base64-encoding the hex data is wrong. You first need to decode the hex, then base64-encode the result.
Quote:
--
Aditionally based on this post I modified the salt (ESSID) with a ":" at the end. In... |
|
undeath |
hashcat
|
2 |
3,011 |
04-18-2018, 07:31 PM |
|
|
Thread: What does mean -q and -r in mp
Post: RE: Hashcat pipe doesn't crack (WPA/2)
-q 4 -r 4 works but shouldn't -q 4 -r 3 work, too? |
|
undeath |
User Contributions
|
2 |
3,662 |
04-21-2018, 12:11 AM |
|
|
Thread: Line-length exception
Post: RE: Line-length exception
hashcat cannot find your hash file. |
|
undeath |
hashcat
|
2 |
2,006 |
04-26-2018, 11:45 PM |
|
|
Thread: Increment knowing the last chars of password
Post: RE: Increment knowing the last chars of password
you can use attack mode 7 with a single-line dict |
|
undeath |
hashcat
|
2 |
2,037 |
05-12-2018, 11:46 AM |
|
|
Thread: Cracking Turkish/Foreign Hashes
Post: RE: Cracking Turkish/Foreign Hashes
for the love of Cthulhu stop using python2
python3:
Code:
--
m = hashlib.md5()
m.update("ĞĞ".encode('utf-8'))
print(m.hexdigest())
--
|
|
undeath |
hashcat
|
2 |
2,375 |
05-21-2018, 10:45 AM |
|
|
Thread: Signal database password on Android
Post: RE: Signal database password on Android
Usually the hash output is used as a key for the encryption. Having the hash in the file would mean the AES key is in the file which they are very likely not doing. Hence you have to use the pbkdf2 re... |
|
undeath |
hashcat
|
2 |
2,470 |
06-09-2018, 10:36 AM |
|
|
Thread: Help algoritm ExpressionEngine
Post: RE: Help algoritm ExpressionEngine
Is there any question here? What is the plaintext to that data? What is "password"? What is "crypt_key"? |
|
undeath |
hashcat
|
2 |
2,714 |
06-20-2018, 11:02 AM |
|
|
Thread: super noob
Post: RE: super noob
If something is not explicitly implemented the answer is "no", unless proven otherwise. |
|
undeath |
hashcat
|
2 |
2,766 |
06-24-2018, 10:17 AM |
|
|
Thread: WeHeartIt hashes
Post: RE: WeHeartIt hashes
https://hashcat.net/forum/thread-7603-post-40861.html#pid40861 |
|
undeath |
hashcat
|
2 |
2,876 |
06-24-2018, 09:15 PM |
|
|
Thread: Need help, new to hashcat
Post: RE: Need help, new to hashcat
cracking a random password of such length is no feasible. |
|
undeath |
hashcat
|
2 |
2,532 |
06-29-2018, 02:07 AM |
|
|
Thread: mask
Post: RE: mask
specify the path to that file instead of a mask |
|
undeath |
General Talk
|
2 |
2,453 |
06-30-2018, 10:03 AM |
|
|
Thread: My GPU is not detected by hashcat
Post: RE: My GPU is not detected by hashcat
No, it doesn't. -D selects the device type and 2 is for GPU. Also, for functional testing the workload factor is irrelevant. |
|
undeath |
hashcat
|
2 |
3,280 |
07-16-2018, 03:55 PM |
|
|
Thread: More efficient way for Cyrillic masks
Post: RE: More efficient way for Cyrillic masks
What are the invalid combinations created by method 1? |
|
undeath |
hashcat
|
2 |
2,819 |
07-24-2018, 05:43 PM |
|
|
Thread: Question : Strength of routers default password
Post: RE: Question : Strength of routers default passwor...
Often the algorithms to create those default passwords are weak. There are several instances of such algorithms having been reversed, allowing to crack such a default password with very few tries. Def... |
|
undeath |
hashcat
|
2 |
2,383 |
07-27-2018, 04:53 PM |