Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Is this an ok price?
Post: RE: Is this an ok price?
For all slow hashes candidate generation happens on CPU. |
|
undeath |
Hardware
|
6 |
4,376 |
10-09-2018, 06:09 PM |
|
|
Thread: Extensible Build Review
Post: RE: Extensible Build Review
MrMeeseeks Wrote: (11-30-2018, 10:38 PM)
--
and they draw way too much power (enough to damage the motherboard.)
--
Has Nvidia pulled an AMD on the new cards? It's the first time I hear Nvidia card... |
|
undeath |
Hardware
|
6 |
4,890 |
12-01-2018, 01:25 PM |
|
|
Thread: Can't find OclHashCat Download Link ?
Post: RE: Can't find OclHashCat Download Link ?
oclHashcat/cudaHashcat was not open source. All existing versions were time-nuked, are not available any more and would not work any more. |
|
undeath |
hashcat
|
6 |
5,710 |
12-26-2018, 10:48 PM |
|
|
Thread: USB Drive
Post: RE: USB Drive
20 random digits on a veracrypt volume? That's too many. |
|
undeath |
hashcat
|
6 |
3,334 |
01-13-2019, 01:49 PM |
|
|
Thread: USB Drive
Post: RE: USB Drive
carmitchel Wrote: (01-14-2019, 02:26 PM)
--
Just remembering where a few characters were would reduce the keyspace drastically. Or maybe you remember that the first 3 characters were capitals and the... |
|
undeath |
hashcat
|
6 |
3,334 |
01-14-2019, 03:02 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: where can i find an Compatible GUI for hashcat v.4.2.1 ?
Post: RE: where can i find an Compatible GUI for hashcat...
|
undeath |
General Talk
|
6 |
3,541 |
02-04-2019, 01:31 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 |
|
|
Thread: multiple users - custom session file location?
Post: RE: multiple users - custom session file location?
@philsmd: I think the main problem here is hashcat writing the restore files to the directory of the executable, which the users do not have permission to, since that is managed by the system administ... |
|
undeath |
hashcat
|
6 |
3,015 |
02-21-2019, 06:46 PM |
|
|
Thread: how is --hex-wordlist supposed to function?
Post: RE: how is --hex-wordlist supposed to function?
as the name of the option suggests, it expects all lines in the wordlist to be hex-encoded. What exactly did you expect the option to "take care of"? |
|
undeath |
hashcat
|
6 |
2,870 |
05-10-2019, 08:02 PM |
|
|
Thread: how is --hex-wordlist supposed to function?
Post: RE: how is --hex-wordlist supposed to function?
indeed that doesn't seem to work.
Code:
--
echo 'otoño' | hashcat -m 1000 bc4a371bba2211148ebcdee649c561fc
--
and
Code:
--
echo 'otoño' | hashcat -m 1000 bc4a371bba2211148ebcdee649c561fc --encodi... |
|
undeath |
hashcat
|
6 |
2,870 |
05-10-2019, 08:26 PM |
|
|
Thread: how is --hex-wordlist supposed to function?
Post: RE: how is --hex-wordlist supposed to function?
as the command line indicates, this is utf-16le.
Code:
--
echo 6f0074006f00f1006f00 | xxd -r -p | iconv --from=utf-16le
--
|
|
undeath |
hashcat
|
6 |
2,870 |
05-10-2019, 10:31 PM |
|
|
Thread: Lost Open Docx password
Post: RE: Lost Open Docx password
use different wordlists, use rules, try to learn something about the password. |
|
undeath |
Hardware
|
6 |
3,366 |
05-13-2019, 02:50 PM |
|
|
Thread: Lost Open Docx password
Post: RE: Lost Open Docx password
in the case you describe a mask attack would be much more appropriate than a wordlist attack. https://hashcat.net/wiki/doku.php?id=mask_attack
Do you remember if the later characters are upper or l... |
|
undeath |
Hardware
|
6 |
3,366 |
05-13-2019, 03:22 PM |
|
|
Thread: Lost Open Docx password
Post: RE: Lost Open Docx password
then run a mask attack with -1 ?l?d PLO?1?1?1?1?1 |
|
undeath |
Hardware
|
6 |
3,366 |
05-14-2019, 08:24 PM |
|
|
Thread: How to filter a wordlist
Post: RE: How to filter a wordlist
mask attack is absolutely not what OP needs.
have a look at grep (https://linux.die.net/man/1/grep) |
|
undeath |
hashcat
|
6 |
2,743 |
06-07-2019, 11:01 AM |
|
|
Thread: Hashcat not working on debian with r9 390 and AMDGPU drivers.
Post: RE: Hashcat not working on debian with r9 390 and ...
on linux you need to install rocm for AMD cards |
|
undeath |
hashcat
|
6 |
2,720 |
06-25-2019, 02:04 PM |
|
|
Thread: Hashcat not working on debian with r9 390 and AMDGPU drivers.
Post: RE: Hashcat not working on debian with r9 390 and ...
you probably need to remove the mesa opencl runtime. |
|
undeath |
hashcat
|
6 |
2,720 |
06-25-2019, 04:13 PM |