Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Session recovery with multiple gpu's
Post: RE: Session recovery with multiple gpu's
Session restores work checkpoint-based. hashcat will always continue from the last reached checkpoint on. If that one happens to have been a while back that's simply what it is. |
|
undeath |
hashcat
|
4 |
1,618 |
02-16-2020, 03:20 PM |
|
|
Thread: Session recovery with multiple gpu's
Post: RE: Session recovery with multiple gpu's
More GPUs means more parallelization means more variance between reaching checkpoints. Pressing C stops after some new checkpoint has been reached, but that still means that devices working already on... |
|
undeath |
hashcat
|
4 |
1,618 |
02-16-2020, 10:50 PM |
|
|
Thread: Optimizing WPA recovery
Post: RE: Optimizing WPA recovery
you can simply concatenate hccapx files |
|
undeath |
General Talk
|
4 |
1,529 |
02-20-2020, 06:10 PM |
|
|
Thread: Wallet.DAT Master Key
Post: RE: Wallet.DAT Master Key
if you want something that is usable with hashcat use bitcoin2john.py |
|
undeath |
hashcat
|
4 |
2,148 |
02-20-2020, 06:12 PM |
|
|
Thread: Electrum 4 and 5 Token length exception (ver 5.1.0+1736)
Post: RE: Electrum 4 and 5 Token length exception (ver ...
Posting hashes is against the rules.
However, hash loads without problems for me. What's your command line? |
|
undeath |
Beta Tester
|
4 |
1,400 |
03-09-2020, 01:29 AM |
|
|
Thread: Radeon Vega 64 Compatible? OpenCl Self-Test Failed
Post: RE: Radeon Vega 64 Compatible? OpenCl Self-Test F...
have you tried the latest driver + hashcat beta? |
|
undeath |
Hardware
|
4 |
1,630 |
03-09-2020, 01:33 AM |
|
|
Thread: Electrum 4 and 5 Token length exception (ver 5.1.0+1736)
Post: RE: Electrum 4 and 5 Token length exception (ver ...
Code:
--
hashcat -h | grep -i electrum
16600 | Electrum Wallet (Salt-Type 1-3) | Password Managers
21700 | Electrum Wallet (Salt-Type 4) | Password Ma... |
|
undeath |
Beta Tester
|
4 |
1,400 |
03-09-2020, 01:54 AM |
|
|
Thread: no GPU connected (AMD Radeon RX5600XT)
Post: RE: no GPU connected (AMD Radeon RX5600XT)
|
undeath |
hashcat
|
4 |
1,105 |
03-30-2020, 12:38 AM |
|
|
Thread: no GPU connected (AMD Radeon RX5600XT)
Post: RE: no GPU connected (AMD Radeon RX5600XT)
If you still have pocl installed try to remove that. |
|
undeath |
hashcat
|
4 |
1,105 |
03-31-2020, 06:13 PM |
|
|
Thread: 3rd GPU will not run in betas
Post: RE: 3rd GPU will not run in betas
try using the official beta from https://hashcat.net/beta/ |
|
undeath |
Beta Tester
|
4 |
1,112 |
04-05-2020, 06:16 PM |
|
|
Thread: dictionnary
Post: RE: dictionnary
"at the same time" doesn't really make sense. You could start multiple hashcat instances, one for each dictionary, but that's not generally recommended.
Also, don't use --force. ever. |
|
undeath |
hashcat
|
4 |
1,122 |
04-08-2020, 11:33 AM |
|
|
Thread: Very Slow Keepass hash-rate
Post: RE: Very Slow Keepass hash-rate
The "test database file" probably simply had a lower iteration count. |
|
undeath |
hashcat
|
4 |
2,007 |
04-14-2020, 12:48 AM |
|
|
Thread: pattern mask
Post: RE: pattern mask
You need to create a mask for each possible position of the known part. |
|
undeath |
hashcat
|
4 |
998 |
04-17-2020, 11:40 PM |
|
|
Thread: Intel Integrated GPU
Post: RE: Intel Integrated GPU
never use --force
remove pocl
try to figure out why your intel runtime is not detected |
|
undeath |
Hardware
|
4 |
1,779 |
04-22-2020, 12:15 AM |
|
|
Thread: Hashcating 7z passw
Post: RE: Hashcating 7z passw
For what you want to do I would recommend rules instead of a mask attack.
If you get the "Token length exception" I have bad news for you however. hashcat can only support 7z archives up to a certa... |
|
undeath |
hashcat
|
4 |
1,058 |
04-27-2020, 07:06 PM |
|
|
Thread: Password recovery - 3 attack avenues?
Post: RE: Password recovery - 3 attack avenues?
Cracking ten random characters on veracrypt is not going to complete within your lifespan. GPG and pCloud are not supported. GPG would probably be faster to crack than veracrypt (only a guess) but sti... |
|
undeath |
General Talk
|
4 |
1,105 |
05-18-2020, 04:30 PM |
|
|
Thread: €-Symbol with Command ?b
Post: RE: €-Symbol with Command ?b
First, € is a utf-8 multibyte symbol and cannot be cracked on any hash mode with ?b. You'd need to use ?b?b?b. Second, NTLM uses utf-16 and hashcat does some very naive charset conversion that can o... |
|
undeath |
hashcat
|
4 |
809 |
06-16-2020, 08:36 PM |
|
|
Thread: €-Symbol with Command ?b
Post: RE: €-Symbol with Command ?b
You can use the MD4 hash mode to crack your hash:
Code:
--
./hashcat -m900 030926B781938DB4365D46ADC7CFBCB8 euro.txt --encoding-from=utf8 --encoding-to=utf16le
--
|
|
undeath |
hashcat
|
4 |
809 |
06-16-2020, 08:41 PM |
|
|
Thread: Recommendation for building a Hash Cracking Rig in 2020?
Post: RE: Recommendation for building a Hash Cracking Ri...
Since the 2000 series FE cards are no longer recommended because they don't have a blower fan any longer and thus are not suitable for stacking multiple cards in one case.
For RAM the rule of thumb... |
|
undeath |
Hardware
|
4 |
2,074 |
07-08-2020, 08:49 PM |
|
|
Thread: Is it hashfile.txt or example.hash
Post: RE: Is it hashfile.txt or example.hash
Depends on how you named your hash file. |
|
undeath |
hashcat
|
4 |
675 |
07-28-2020, 02:37 PM |