Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: NVAPI_GPU_NOT_POWERED
Post: RE: NVAPI_GPU_NOT_POWERED
undeath Wrote: (12-28-2019, 11:01 PM)
--
From what I can see it the script should be able to handle that. Make sure the output word is among the printed candidates and if not we need to figure out wh... |
|
CHM |
hashcat
|
10 |
3,539 |
12-30-2019, 07:10 PM |
|
|
Thread: NVAPI_GPU_NOT_POWERED
Post: RE: NVAPI_GPU_NOT_POWERED
undeath Wrote: (12-16-2019, 01:00 PM)
--
I can reproduce the error you are seeing, but only after the hash has been successfully cracked, hence hashcat exits early.
--
Okay, so how can I get to see ... |
|
CHM |
hashcat
|
10 |
3,539 |
12-27-2019, 11:04 PM |
|
|
Thread: NVAPI_GPU_NOT_POWERED
Post: RE: NVAPI_GPU_NOT_POWERED
undeath Wrote: (12-11-2019, 05:28 PM)
--
this code is not extraordinarily fast but should give you an idea:
Code:
--
#!/usr/bin/env python3
from sys import argv
from itertools import product
... |
|
CHM |
hashcat
|
10 |
3,539 |
12-16-2019, 07:11 AM |
|
|
Thread: NVAPI_GPU_NOT_POWERED
Post: RE: NVAPI_GPU_NOT_POWERED
undeath Wrote: (12-10-2019, 11:56 PM)
--
ok, so there are 4*36 possibilities per hash. That's perfectly doable, but you should write a small script instead of using hashcat for that. hashcat can't ut... |
|
CHM |
hashcat
|
10 |
3,539 |
12-11-2019, 05:05 AM |
|
|
Thread: NVAPI_GPU_NOT_POWERED
Post: RE: NVAPI_GPU_NOT_POWERED
undeath Wrote: (12-10-2019, 09:40 PM)
--
Without any further info about the plaintext this is not possible to crack. Two slashes and only capital letters (and numbers and dots?) is not enough info at... |
|
CHM |
hashcat
|
10 |
3,539 |
12-10-2019, 10:44 PM |
|
|
Thread: NVAPI_GPU_NOT_POWERED
Post: NVAPI_GPU_NOT_POWERED
I'm trying to crack this MD5 hash: -- I've just read the rules, erased---
I know it is an alphanumeric sequence with two / inside and only capital letters. It's not a password though. It's supposed ... |
|
CHM |
hashcat
|
10 |
3,539 |
12-10-2019, 07:22 PM |