Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: NVAPI_GPU_NOT_POWERED
Post: RE: NVAPI_GPU_NOT_POWERED
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
if len(argv) != 2:
print("usage: {} place... |
|
undeath |
hashcat
|
10 |
3,557 |
12-11-2019, 05:28 PM |
|
|
Thread: NVAPI_GPU_NOT_POWERED
Post: RE: NVAPI_GPU_NOT_POWERED
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 why it isn't. |
|
undeath |
hashcat
|
10 |
3,557 |
12-28-2019, 11:01 PM |
|
|
Thread: Hashtopussy vs Linux Beowulf
Post: RE: Hashtopussy vs Linux Beowulf
|
undeath |
General Talk
|
3 |
3,568 |
01-24-2018, 09:12 PM |
|
|
Thread: how can I set the mask to a md5 hash result of itself?
Post: RE: how can I set the mask to a md5 hash result of...
hex encoded or binary? not that it really matters because the search space is too large anyway. |
|
undeath |
hashcat
|
5 |
3,576 |
03-31-2018, 10:58 PM |
|
|
Thread: how can I set the mask to a md5 hash result of itself?
Post: RE: how can I set the mask to a md5 hash result of...
Basically your salt is the "password" you are looking for. There should be a corresponding hash mode. |
|
undeath |
hashcat
|
5 |
3,576 |
04-01-2018, 12:25 AM |
|
|
Thread: Hi guys, thanks in advance.
Post: RE: Hi guys, thanks in advance.
doesn't a1 require two dicts? |
|
undeath |
hashcat
|
4 |
3,606 |
12-20-2017, 07:18 PM |
|
|
Thread: Trying to get formatting right
Post: RE: Trying to get formatting right
Randomdude Wrote: (01-20-2019, 10:45 PM)
--
the pass is 12 characters long and uses numbers + upper/lower caseĀ letters, is it even feasible to crack this?
--
no |
|
undeath |
hashcat
|
6 |
3,629 |
01-20-2019, 11:24 PM |
|
|
Thread: Trying to get formatting right
Post: RE: Trying to get formatting right
SHA1 is fast, but twelve characters are still too many. |
|
undeath |
hashcat
|
6 |
3,629 |
01-20-2019, 11:50 PM |
|
|
Thread: Does it matter?
Post: RE: Does it matter?
You'll waste a few attempts but besides that nothing. |
|
undeath |
General Talk
|
1 |
3,638 |
01-21-2016, 06:58 PM |
|
|
Thread: Mask attack with brain
Post: RE: Mask attack with brain
What's your whole command line? |
|
undeath |
hashcat
|
5 |
3,638 |
12-08-2018, 02:21 PM |
|
|
Thread: Mask attack with brain
Post: RE: Mask attack with brain
That indeed looks like a missing feature. Technically, when using brain-client-features=2 there should be no need to enable -S, but it looks like hashcat is still using it. |
|
undeath |
hashcat
|
5 |
3,638 |
12-08-2018, 07:36 PM |
|
|
Thread: Speed issue with WPA2
Post: RE: Speed issue with WPA2
1. do your masks have a static prefix? are you using rules with the wordlist?
2. 2501 WPA PMK, not WPA PSK. If you don't know what PMK means you don't need it.
3. estimated time is only for the mask... |
|
undeath |
hashcat
|
5 |
3,642 |
07-06-2018, 02:14 PM |
|
|
Thread: Speed issue with WPA2
Post: RE: Speed issue with WPA2
given your low-end hardware the numbers you see seem plausible. |
|
undeath |
hashcat
|
5 |
3,642 |
07-07-2018, 11:51 AM |
|
|
Thread: Not working after reboot
Post: RE: Not working after reboot
you shouldn't run hashcat (or almost any software) as root. Sounds like your file system got damaged, time for a fsck |
|
undeath |
hashcat
|
4 |
3,648 |
06-10-2018, 11:49 AM |
|
|
Thread: What does mean -q and -r in mp
Post: RE: Hashcat pipe doesn't crack (WPA/2)
-q 4 -r 4 works but shouldn't -q 4 -r 3 work, too? |
|
undeath |
User Contributions
|
2 |
3,662 |
04-21-2018, 12:11 AM |
|
|
Thread: Sorry but: TrueCrypt USB-Drive
Post: RE: Sorry but: TrueCrypt USB-Drive
Not sure why you tried skip=1993276928. According to the FAQ you need the first 512 bytes of /dev/sdc1.
Is your password 0123456789 or 123456789? Are you using a hidden volume? |
|
undeath |
hashcat
|
3 |
3,678 |
02-27-2018, 03:39 PM |
|
|
Thread: Sorry but: TrueCrypt USB-Drive
Post: RE: Sorry but: TrueCrypt USB-Drive
oh, I think I misread that for "first". Are you sure you are using the correct hash mode? I don't know what Truecrypt's default settings are. |
|
undeath |
hashcat
|
3 |
3,678 |
02-28-2018, 04:06 PM |
|
|
Thread: No Device Found Error
Post: RE: No Device Found Error
use windows. performance is the same. |
|
undeath |
hashcat
|
4 |
3,683 |
12-08-2017, 01:27 AM |
|
|
Thread: Decrypt PGP encryption (Symantec).
Post: RE: Decrypt PGP encryption (Symantec).
not supported. btw, hashcat can help with recovering a password but not decrypt anything. |
|
undeath |
hashcat
|
6 |
3,684 |
02-07-2019, 08:24 PM |
|
|
Thread: Decrypt PGP encryption (Symantec).
Post: RE: Decrypt PGP encryption (Symantec).
the software you are asking about is not supported by hashcat. |
|
undeath |
hashcat
|
6 |
3,684 |
02-07-2019, 11:52 PM |