Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Hashcat saying wrong driver
Post: RE: Hashcat saying wrong driver
A benchmark: https://hashcat.net/forum/thread-7827.html
RX570 - WPA-2500: 150kH/s.
So your hashrate looks like okay according to the benchmark mentionned before. |
|
Mem5 |
hashcat
|
7 |
4,415 |
12-16-2018, 04:36 PM |
|
|
Thread: mscash2 - can't find password in dictionary
Post: RE: mscash2 - can't find password in dictionary
jacobsh Wrote: (12-17-2018, 11:52 PM)
--
EDIT: Seems like a deliberate limitation: https://www.notsosecure.com/maximum-password-length-reached/
--
It's a article from 2013, and using an old version ... |
|
Mem5 |
hashcat
|
3 |
2,346 |
12-18-2018, 10:17 AM |
|
|
Thread: FileVault 2 performance issue?
Post: RE: FileVault 2 performance issue?
iterations count is part of the hash. |
|
Mem5 |
hashcat
|
3 |
2,035 |
12-20-2018, 11:45 AM |
|
|
Thread: cracking Wifi with android phone
Post: RE: cracking Wifi with android phone
Not tested: https://github.com/JuniorJPDJ/hcxtools-android
A feedback is welcome if you test it. |
|
Mem5 |
hashcat
|
2 |
2,328 |
12-20-2018, 11:49 AM |
|
|
Thread: Is this WPA password cracked?
Post: RE: Is this WPA password cracked?
Exhausted means finished, cracked or not.
Look at the line "Recovered........: 1/1"
Or look at your potfile, etc. |
|
Mem5 |
hashcat
|
8 |
4,179 |
01-05-2019, 02:19 PM |
|
|
Thread: Estimate Time Is Super Slow
Post: RE: Estimate Time Is Super Slow
Laptop card + VM + slow algo = slow speed. |
|
Mem5 |
hashcat
|
18 |
8,556 |
01-17-2019, 10:13 AM |
|
|
Thread: Estimate Time Is Super Slow
Post: RE: Estimate Time Is Super Slow
I've just noticed there is a 'hashcat' package for Ubuntu https://packages.ubuntu.com/bionic/hashcat-nvidia
But I did not try it. It might help you. |
|
Mem5 |
hashcat
|
18 |
8,556 |
01-18-2019, 10:08 AM |
|
|
Thread: mssql 2005 cant crack easiest password (123)
Post: RE: mssql 2005 cant crack easiest password (123)
Try with an example hash ( https://hashcat.net/wiki/doku.php?id=example_hashes )
0x010018102152f8f28c8499d8ef263c53f8be369d799f931b2fbe
password is hashcat |
|
Mem5 |
hashcat
|
2 |
1,661 |
01-25-2019, 08:58 AM |
|
|
Thread: manipulating wordlists + incriments
Post: RE: manipulating wordlists + incriments
You need combinator attack : https://hashcat.net/wiki/doku.php?id=combinator_attack + rule (-j and -k)
Good read as well : https://hashcat.net/wiki/doku.php?id=hybrid_attack
Increment:
-I list th... |
|
Mem5 |
hashcat
|
1 |
1,317 |
01-27-2019, 06:40 PM |
|
|
Thread: hashcat finds cpu but not gpu
Post: RE: hashcat finds cpu but not gpu
Please paste output of hashcat -I |
|
Mem5 |
hashcat
|
2 |
1,867 |
02-06-2019, 08:53 PM |
|
|
Thread: Can't crack ZIP file, No hashes loaded
Post: RE: Can't crack ZIP file, No hashes loaded
Works fine wth the example hash:
Code:
--
hashcat -m 13600 $zip2$*0*3*0*b5d2b7bf57ad5e86a55c400509c672bd*d218*0**ca3d736d03a34165cfa9*$/zip2$ dic.txt
hashcat (v5.1.0) starting...
(...)
$zip2$*0*3*... |
|
Mem5 |
hashcat
|
4 |
2,993 |
02-07-2019, 06:48 PM |
|
|
Thread: Decrypt PGP encryption (Symantec).
Post: RE: Decrypt PGP encryption (Symantec).
eugene_777 Wrote: (02-08-2019, 12:29 AM)
--
I understood. Maybe could you advise me other software for my goal?
--
EnCase Forensic 8 (https://www.guidancesoftware.com/encase-forensic) does it, but i... |
|
Mem5 |
hashcat
|
6 |
3,682 |
02-08-2019, 12:43 PM |
|
|
Thread: Status: Exhausted Bitcoin Wallet Passphrase Recovery
Post: RE: Status: Exhausted Bitcoin Wallet Passphrase Re...
Bitcoin wallet & 15 chars is not doable in a human life.
By the way your problem is the last '?' character, remove it :
C:\Users\wq\Desktop\hashcat-4.1.0>hashcat64.exe -a 3 -m 11300 wallethash.txt ?... |
|
Mem5 |
hashcat
|
10 |
5,905 |
02-14-2019, 01:44 PM |
|
|
Thread: A-F 0-9 8 digit mask Help
Post: RE: A-F 0-9 8 digit mask Help
-m 2500 is WPA. WPA password cannot be less than 8 characters.
So you do NOT want to test less than 8 characters
You start at 8 up to 63 (max for WPA)
"-i --increment-min=8" is useless.
Correct synta... |
|
Mem5 |
hashcat
|
9 |
4,754 |
02-25-2019, 08:06 PM |
|
|
Thread: Wordlist massive attack
Post: RE: Wordlist massive attack
Combinator Attack (-a 1) lets you merge two wordlists, and you can append rules as well. |
|
Mem5 |
hashcat
|
3 |
2,583 |
03-02-2019, 06:08 PM |
|
|
Thread: Adding new, but the same type, of hashes in real-time?
Post: RE: Adding new, but the same type, of hashes in re...
If such an option exists, adding new hashes dring the run would mean to restart the bruteforce or wordlist walk from the beginning to be sure to crack the new ones..
So it would be exactly the same as... |
|
Mem5 |
hashcat
|
1 |
1,303 |
03-28-2019, 09:56 AM |
|
|
Thread: How to assign a username
Post: RE: How to assign a username
See options --show and --username |
|
Mem5 |
hashcat
|
1 |
1,248 |
04-24-2019, 09:10 AM |
|
|
Thread: Passwordlist constantly exhausted
Post: RE: Passwordlist constantly exhausted
|
Mem5 |
hashcat
|
9 |
3,466 |
05-13-2019, 09:11 AM |
|
|
Thread: Need help identifying a hash type.
Post: RE: Need help identifying a hash type.
You can use online tools, input your cleartext and comapre the hashes you will get with yours. |
|
Mem5 |
hashcat
|
1 |
1,333 |
05-17-2019, 09:56 PM |
|
|
Thread: Anybody help me with this error, please?
Post: RE: Anybody help me with this error, please?
You need a nVidia card, depending on your budget, you can choose from GTX 1060, 1070, 1080,... |
|
Mem5 |
hashcat
|
3 |
1,790 |
06-09-2019, 10:20 AM |