Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Save all valid password candidates
Post: Save all valid password candidates
Hello,
I'm trying to implement support for a file format that has barely any header information in the cleartext to check candidate password validity. Is it possible to return all of the valid cand... |
|
lehrling |
General Talk
|
6 |
4,514 |
06-17-2018, 05:48 PM |
|
|
Thread: Save all valid password candidates
Post: RE: Save all valid password candidates
Hi Royce,
Sorry, english is not my native language. I've seen this option, but it doesn't do what I want.
Suppose I found in the GPU code that two different passwords, eg 'Hashcat' and 'HashCat' a... |
|
lehrling |
General Talk
|
6 |
4,514 |
06-17-2018, 06:01 PM |
|
|
Thread: Save all valid password candidates
Post: RE: Save all valid password candidates
undeath, thank you. Im using this option, but the passwords are not appearing in any file. Does this option also saves the collisions somewhere? Thank both of you for your time. |
|
lehrling |
General Talk
|
6 |
4,514 |
06-18-2018, 11:34 PM |
|
|
Thread: Kernel outputting CL_UNKNOWN_ERROR
Post: Kernel outputting CL_UNKNOWN_ERROR
Hello, Im developing a mode for an old file format. At some point in my code, I do something like;
Code:
--
__kernel function1() {
struct mytype;
function2(&mytype);
}
function2(... |
|
lehrling |
General Talk
|
3 |
2,993 |
06-18-2018, 11:57 PM |
|
|
Thread: Kernel outputting CL_UNKNOWN_ERROR
Post: RE: Kernel outputting CL_UNKNOWN_ERROR
atom Wrote: (06-19-2018, 09:47 AM)
--
From a C perspective it's fine (if we assumbe byte* is some 8 bit datatype), but in OpenCL everything is different. What I mean is that you have to find workarou... |
|
lehrling |
General Talk
|
3 |
2,993 |
06-26-2018, 02:35 AM |
|
|
Thread: Kernel outputting CL_UNKNOWN_ERROR
Post: RE: Kernel outputting CL_UNKNOWN_ERROR
Problem solved. I just changed my code from using the aligned data types to the unaligned data types, eg, u8a to u8. |
|
lehrling |
General Talk
|
3 |
2,993 |
06-26-2018, 03:43 PM |
|
|
Thread: Save all valid password candidates
Post: RE: Save all valid password candidates
Thanks royce! It worked! The potfile now contains all the found collisions! |
|
lehrling |
General Talk
|
6 |
4,514 |
06-26-2018, 03:59 PM |
|
|
Thread: Building cracking machine
Post: Building cracking machine
Hello,
I'm building a cracking machine and have aprox. 4k dollars for it.
The config i'm thinking is something like:
Intel Core I7-8700k
CORSAIR Vengeance LPX 32G
Samsung 850
3 x EVGA GeForc... |
|
lehrling |
General Talk
|
3 |
2,955 |
08-29-2018, 02:01 PM |
|
|
Thread: Building cracking machine
Post: RE: Building cracking machine
I've decided to go on using the FE edition and also a 1600W power supply from EVGA. I've watched the recommended video JCas told me to, it was really informative.
Thanks a lot for spending time to gi... |
|
lehrling |
General Talk
|
3 |
2,955 |
08-29-2018, 09:56 PM |
|
|
Thread: Rule-based Attack
Post: RE: Rule-based Attack
Each rule creates a new candidate. You need one rule that applies all of the modifications simultaneously. |
|
lehrling |
hashcat
|
9 |
5,659 |
06-26-2018, 04:02 PM |