Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Hashcat not cracking even though dictionary has the password (wifi wpa)
Post: RE: Hashcat not cracking even though dictionary ha...
It's an AMD driver problem. Nothing you can't do. But that's why we've add the self-test to make you aware. For some reason you disabled it. |
|
atom |
hashcat
|
7 |
3,670 |
06-22-2019, 03:30 PM |
|
|
Thread: Restore point stays at 0
Post: RE: Restore point stays at 0
Number of entries in the hashfile also has a big influence. |
|
atom |
hashcat
|
3 |
1,753 |
06-22-2019, 03:51 PM |
|
|
Thread: CL_BUILD_PROGRAM_FAILURE
Post: RE: CL_BUILD_PROGRAM_FAILURE
Was already fixed with latest beta. |
|
atom |
hashcat
|
1 |
1,648 |
06-22-2019, 03:52 PM |
|
|
Thread: Newbie Fury
Post: RE: Newbie Fury
This is a good hint. Since CPU do not have a real shared memory anyway we should remove this error detection for them. I'll update the code. |
|
atom |
General Talk
|
4 |
2,609 |
06-22-2019, 03:54 PM |
|
|
Thread: Newbie Fury
Post: RE: Newbie Fury
Done: https://github.com/hashcat/hashcat/commit/2cda236a183576fc2ebd7c3384f076fae28e7884
New beta is available, too: https://hashcat.net/beta/ |
|
atom |
General Talk
|
4 |
2,609 |
06-22-2019, 04:07 PM |
|
|
Thread: Ryzen 5 2400G: Difference between Linux and Windows wrt -m 1800: Factor 3.5
Post: RE: Ryzen 5 2400G: Difference between Linux and Wi...
|
atom |
hashcat
|
8 |
3,113 |
06-22-2019, 04:10 PM |
|
|
Thread: "Not enough allocatable device memory for this attack."
Post: RE: "Not enough allocatable device memory for this...
Just do not use -n, then hashcat will automatically find a value which is within the available GPU memory. |
|
atom |
hashcat
|
2 |
1,892 |
06-22-2019, 04:16 PM |
|
|
Thread: How to encrypt password with wpa2?
Post: RE: How to encrypt password with wpa2?
In philsmd example the string 'hashcatrocks' is the password. But please, stop using the word encrypt, it hurts. |
|
atom |
hashcat
|
9 |
3,128 |
08-14-2019, 11:00 AM |
|
|
Thread: Why is the gtx 570 so much faster than gtx 460 with HC?
Post: RE: Why is the gtx 570 so much faster than gtx 460...
Crypto operations do not utilize instructions that require floating point operations (FLOPS). |
|
atom |
hashcat
|
1 |
989 |
08-14-2019, 11:03 AM |
|
|
Thread: I'm using Windows - where does combinator.exe write out to?
Post: RE: I'm using Windows - where does combinator.exe ...
Use "combinator list1 list2 > wordlist.txt" to write to a file. works on windows, too. |
|
atom |
hashcat
|
2 |
1,062 |
08-14-2019, 11:08 AM |
|
|
Thread: Determine if PKMID is dynamic?
Post: RE: Determine if PKMID is dynamic?
If you have a traditional WPA handshake captured it's possible the capture is broken and even with the correct password you can not crack it. With PMKID this is not possible. IF you have used the righ... |
|
atom |
General Talk
|
5 |
2,378 |
08-14-2019, 11:11 AM |
|
|
Thread: phpBB uses bcrypt
Post: RE: phpBB uses bcrypt
You can use -m 3200 to crack $2y$10$ hashes. |
|
atom |
hashcat
|
4 |
1,972 |
08-14-2019, 11:12 AM |
|
|
Thread: Fast to know truecrypt container hash alg
Post: RE: Fast to know truecrypt container hash alg
No, it's not. Only check you can do is entropy check but this tells you only that data is either compressed or encrypted. Another thing is that entire file has to be 512 byte multiple. If system is bo... |
|
atom |
General Talk
|
1 |
1,092 |
08-22-2019, 11:15 AM |
|
|
Thread: LM Hashes
Post: RE: LM Hashes
There's toggle rules in rules folder which help you find correct case |
|
atom |
General Talk
|
11 |
5,707 |
08-22-2019, 11:16 AM |
|
|
Thread: DMG - OpenCL hash
Post: RE: DMG - OpenCL hash
|
atom |
hashcat
|
1 |
1,099 |
08-22-2019, 11:20 AM |
|
|
Thread: phpBB uses bcrypt
Post: RE: phpBB uses bcrypt
|
atom |
hashcat
|
4 |
1,972 |
08-22-2019, 11:21 AM |
|
|
Thread: cloud computing
Post: RE: cloud computing
This is more a question on distributed computing. Search for Hashtopolis |
|
atom |
hashcat
|
4 |
1,856 |
08-22-2019, 11:22 AM |
|
|
Thread: Weird result with MSSQL 2000 mode 131
Post: RE: Weird result with MSSQL 2000 mode 131
You're right, it should. I've never seen this block being filled with data (not being zero). Please create GitHub issue. |
|
atom |
hashcat
|
3 |
1,554 |
08-22-2019, 11:25 AM |
|
|
Thread: Adding PCFG to slow_candidates
Post: RE: Adding PCFG to slow_candidates
I've heared about the excellent performance of the new pcfg. Congrats!
There's no templates for the SC integration. The functions I've explained are functions your candidates generator library shou... |
|
atom |
hashcat
|
6 |
2,652 |
08-22-2019, 11:34 AM |
|
|
Thread: Custom Hash Algorithm / Modify or Add new mode
Post: RE: Custom Hash Algorithm / Modify or Add new mode
Is the new MyBB always using bcrypt( md5( md5($salt).md5($pass) ) )? Do we need a new module? |
|
atom |
hashcat
|
3 |
2,090 |
08-22-2019, 11:37 AM |