Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: RX 5700 XT OpenCL amdgpu-pro problem
Post: RE: RX 5700 XT OpenCL amdgpu-pro problem
1. uninstall pocl, retry. there's a good chance it will work
2. uninstall amdgpu-pro, install rocm. rocm is much better |
|
atom |
Hardware
|
3 |
1,458 |
03-06-2020, 01:36 PM |
|
|
Thread: About operators for u32x and u8x
Post: RE: About operators for u32x and u8x
Try to avoid u8x if possible. Since GPU are always using 32 bit registers it doesn't matter if you store your 8 bit values into 32 bit integers. Come to IRC if you have more development questions and ... |
|
atom |
hashcat
|
1 |
772 |
03-04-2020, 04:35 PM |
|
|
Thread: Veracrypt with multiple keyfiles
Post: RE: Veracrypt with multiple keyfiles
It works the same way is it is implemented in VC. |
|
atom |
hashcat
|
5 |
1,945 |
02-19-2020, 01:01 PM |
|
|
Thread: A bit of an issue with rules.
Post: RE: A bit of an issue with rules.
That's exactly how it should be (see Rejected.........: 3/3). If you want the rules applied before the contraint check use -S. |
|
atom |
hashcat
|
4 |
1,560 |
02-11-2020, 09:50 PM |
|
|
Thread: so hashes/s is same as passwords/s?
Post: RE: so hashes/s is same as passwords/s?
The question of the OP was why the number of password candidates is not as he expected.
36^4 = 1,679,616 but should be 36^1 + 36^2 + 36^3 + 36^4 = 1,727,604
The answer to this is simple. If you give... |
|
atom |
hashcat
|
6 |
2,568 |
01-26-2020, 01:10 PM |
|
|
Thread: Mode 22000 Bad file descriptor
Post: RE: Mode 22000 Bad file descriptor
As long as -m 22000 has backward compatibility mode enabled, the mode is internally set to binary hashfile. This mean you can actually use a .hccapx as well as a PMKID hashlist as well as the new -m 2... |
|
atom |
hashcat
|
10 |
3,155 |
01-18-2020, 02:47 PM |
|
|
Thread: New password guessing method
Post: RE: New password guessing method
Here's a copy from a previous discussion on a different guesser (it was not yet implemented).
---
Good thing is, to get this flying, we can distribute the effort.
First thing is that PCFG needs... |
|
atom |
hashcat
|
2 |
1,358 |
01-03-2020, 10:38 AM |
|
|
Thread: multiple DES cipher same plain
Post: RE: multiple DES cipher same plain
Note that it depends if you know the PT already. In this case you can encrypt the PT and then compare against a list of CT, which minimal speed drop. However if you need to decrypt the CT and then com... |
|
atom |
hashcat
|
7 |
2,907 |
11-05-2019, 09:49 AM |
|
|
Thread: multiple DES cipher same plain
Post: RE: multiple DES cipher same plain
If you just want to know all possible CT of a fixed PT by going through all possible keys, then this is not a task suited for a password cracker. For a password cracker there always needs to be some s... |
|
atom |
hashcat
|
7 |
2,907 |
11-01-2019, 06:31 PM |
|
|
Thread: multiple DES cipher same plain
Post: RE: multiple DES cipher same plain
Sure, just change the key? |
|
atom |
hashcat
|
7 |
2,907 |
11-01-2019, 04:16 PM |
|
|
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,087 |
08-22-2019, 11:37 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,650 |
08-22-2019, 11:34 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,551 |
08-22-2019, 11:25 AM |
|
|
Thread: cloud computing
Post: RE: cloud computing
This is more a question on distributed computing. Search for Hashtopolis |
|
atom |
hashcat
|
4 |
1,854 |
08-22-2019, 11:22 AM |
|
|
Thread: phpBB uses bcrypt
Post: RE: phpBB uses bcrypt
|
atom |
hashcat
|
4 |
1,970 |
08-22-2019, 11:21 AM |
|
|
Thread: DMG - OpenCL hash
Post: RE: DMG - OpenCL hash
|
atom |
hashcat
|
1 |
1,098 |
08-22-2019, 11:20 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,698 |
08-22-2019, 11:16 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,089 |
08-22-2019, 11:15 AM |
|
|
Thread: phpBB uses bcrypt
Post: RE: phpBB uses bcrypt
You can use -m 3200 to crack $2y$10$ hashes. |
|
atom |
hashcat
|
4 |
1,970 |
08-14-2019, 11:12 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,371 |
08-14-2019, 11:11 AM |