Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Hashcat temperature control only works when one GPU used at a time?
Post: RE: Hashcat temperature control only works when on...
fan control mechnisms have been removed from hashcat. |
|
undeath |
hashcat
|
3 |
1,408 |
08-18-2019, 05:22 PM |
|
|
Thread: Weird result with MSSQL 2000 mode 131
Post: RE: Weird result with MSSQL 2000 mode 131
A MSSQL 2000 hash consists of two hashes, one with the correct case and one with all upper case letters. Hashcat probably simply ignores one of them.
see https://www.theregister.co.uk/2002/07/08/crac... |
|
undeath |
hashcat
|
3 |
1,556 |
08-18-2019, 10:39 PM |
|
|
Thread: Itunes iOS 12.2 backup password encryption
Post: RE: Itunes iOS 12.2 backup password encryption
Don't use --force unless you are a developer.
You should run more clever attacks than brute-force. For example dictionary+rules. |
|
undeath |
hashcat
|
10 |
3,413 |
08-20-2019, 03:54 PM |
|
|
Thread: Itunes iOS 12.2 backup password encryption
Post: RE: Itunes iOS 12.2 backup password encryption
If you know it's just numbers and of no other details a mask attack is probably the best you can do. The "approaching final keyspace" notice is not of particular importance. |
|
undeath |
hashcat
|
10 |
3,413 |
08-21-2019, 08:07 PM |
|
|
Thread: Itunes iOS 12.2 backup password encryption
Post: RE: Itunes iOS 12.2 backup password encryption
What mask are you running? Are you using increment? iTunes uses very slow hashing, but I don't know how many iterations are usually used. Try adding -O -w3 |
|
undeath |
hashcat
|
10 |
3,413 |
08-21-2019, 09:43 PM |
|
|
Thread: Itunes iOS 12.2 backup password encryption
Post: RE: Itunes iOS 12.2 backup password encryption
With --increment and no lower limit you will see poor performance for short mask lengths. You can try -S in that case. |
|
undeath |
hashcat
|
10 |
3,413 |
08-21-2019, 10:53 PM |
|
|
Thread: Custom Hash Algorithm / Modify or Add new mode
Post: RE: Custom Hash Algorithm / Modify or Add new mode
No, those were manually re-hashed. |
|
undeath |
hashcat
|
3 |
2,091 |
08-22-2019, 04:13 PM |
|
|
Thread: Need help with building mask
Post: RE: Need help with building mask
You're not going to be happy trying to BF >= 8 characters full ascii charset. Try dict+rules if you haven't. |
|
undeath |
hashcat
|
6 |
2,304 |
08-22-2019, 04:19 PM |
|
|
Thread: Ubuntu 18.04 + Hashcat
Post: RE: Ubuntu 18.04 + Hashcat
How do you try to run hashcat? Does hashcat -b cause the same behaviour? Are your devices correctly listed by hashcat -I ? |
|
undeath |
hashcat
|
4 |
2,640 |
08-22-2019, 04:22 PM |
|
|
Thread: cloud computing
Post: RE: cloud computing
I think it's more about running hashcat on EC2 and similar. That's exactly the same as everywhere else, just install the correct opencl drivers. |
|
undeath |
hashcat
|
4 |
1,859 |
08-22-2019, 04:23 PM |
|
|
Thread: Ubuntu 18.04 + Hashcat
Post: RE: Ubuntu 18.04 + Hashcat
A faulty card could certainly explain that weird behaviour. Try running hashcat without the defective card. |
|
undeath |
hashcat
|
4 |
2,640 |
08-26-2019, 11:21 AM |
|
|
Thread: Help me install hxctools
Post: RE: Help me install hxctools
just install the openssl-dev package in your os |
|
undeath |
hashcat
|
3 |
1,608 |
08-26-2019, 03:59 PM |
|
|
Thread: Rule Question
Post: RE: Rule Question
hashcat will not run the unmodified word unless a rule in the rules file returns the unmodified word again. |
|
undeath |
hashcat
|
3 |
1,245 |
08-26-2019, 04:05 PM |
|
|
Thread: Multiple hash type mode
Post: RE: Multiple hash type mode
sergio Wrote: (08-27-2019, 09:31 AM)
--
So its slightly different and since hashcat accept both variants and even something knowingly wrong like "--truecrypt-key" is accepted, its hard to understand ... |
|
undeath |
hashcat
|
8 |
3,445 |
08-27-2019, 10:16 AM |
|
|
Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...
|
undeath |
hashcat
|
43 |
12,656 |
08-27-2019, 11:47 PM |
|
|
Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...
can you try with -w3?
Weirdly the loops are much lower for your actual run compared to the benchmark. |
|
undeath |
hashcat
|
43 |
12,656 |
08-28-2019, 10:12 AM |
|
|
Thread: ATTENTION! OpenCL kernel self-test failed.
Post: RE: ATTENTION! OpenCL kernel self-test failed.
There's a problem with the 5.1.0 version and AMD cards. This problem is fixed in the beta version. |
|
undeath |
hashcat
|
31 |
12,819 |
08-28-2019, 10:14 AM |
|
|
Thread: Hashcat not working on q8200
Post: RE: Hashcat not working on q8200
as long as you have a single device that supports opencl you can use hashcat. |
|
undeath |
hashcat
|
10 |
3,054 |
08-28-2019, 02:41 PM |
|
|
Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...
try hashcat64.exe -m1000 -a3 d:\hashlists\Random\test.txt ?a?a?a?a?a?a?a?a -w3 -O |
|
undeath |
hashcat
|
43 |
12,656 |
08-28-2019, 09:01 PM |
|
|
Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...
Piping in words means every single word needs to be copied from your CPU to the GPU. That's slow! You can get away without speed penalties when using slow hash modes, but for fast hash modes that's ba... |
|
undeath |
hashcat
|
43 |
12,656 |
08-30-2019, 11:05 AM |