Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Separator Unmatched
Post: RE: Separator Unmatched

aikiuslik Wrote: (07-02-2024, 06:42 PM) -- You are missing attack type -a 0 hashcat -m 1420 -a 0 myunshadow.txt hashkiller-dict.txt -- Not the issue here, if not specified it will use -a 0 anywa...
Xanadrel hashcat 8 82,691 07-03-2024, 07:38 PM
    Thread: Hashcat - Problem using the function restore
Post: RE: Hashcat - Problem using the function restore

Likely too few words for the left side, you could modify your wordlist to include part of the right side (and reduce the right side), but it would be an advice for future attacks :p
Xanadrel hashcat 5 3,291 05-24-2024, 10:15 PM
    Thread: Hashcat - Problem using the function restore
Post: RE: Hashcat - Problem using the function restore

It might be that you didn't hit a restore point, check this line in the output: "Restore.Point....: x/yyy (x.xx%)". Also you can stop hashcat by pressing "c" for stopping once the next checkpoint is ...
Xanadrel hashcat 5 3,291 05-24-2024, 09:28 PM
    Thread: Need help with getting my data from my deactivated Facebook account.
Post: RE: Need help with getting my data from my deactiv...

Facebook being mentioned in a thread has nothing to do with your issue, in the other thread it's relevant to hashcat. As with other cases of people asking about help with services/websites, if said s...
Xanadrel hashcat 3 2,454 05-23-2024, 06:19 PM
    Thread: What I doing wrong?
Post: RE: What I doing wrong?

Remove single quotes around the mask from your command line (and the extra question mark, though hashcat will warn you about that one).
Xanadrel hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 6,544 02-06-2024, 02:18 PM
    Thread: 字典破解如何剔除8位字符以下的文本
Post: RE: 字典破解如何剔除8位字符以下的文本

Read forum rules, post in English.
Xanadrel hashcat 1 3,101 01-05-2024, 02:00 PM
    Thread: file_path in file_list:#A123
Post: RE: file_path in file_list:#A123

Read forum rules, post in English.
Xanadrel General Talk 1 3,924 01-05-2024, 02:00 PM
    Thread: Issues with a GTX 1050
Post: RE: Issues with a GTX 1050

katchowski Wrote: (05-11-2023, 04:52 PM) -- INFO: All hashes found as potfile and/or empty entries! Use --show to display them. --
Xanadrel hashcat 2 5,173 05-11-2023, 04:57 PM
    Thread: ok if mask is defined on cli but not if in mask.hcmask
Post: RE: ok if mask is defined on cli but not if in mas...

You didn't use -a 3 for the second command, so hashcat is using it as a wordlist instead of a list of masks.
Xanadrel hashcat 2 4,745 05-09-2023, 04:57 PM
    Thread: Bechmark output uaing the same metric
Post: RE: Bechmark output uaing the same metric

Short answer: --machine-readable
Xanadrel hashcat 1 3,485 05-04-2023, 01:48 PM
    Thread: Not getting full GPU usage
Post: RE: Not getting full GPU usage

Looks like you're using -a 3 instead of -a 0.
Xanadrel hashcat 2 4,647 03-19-2023, 12:27 AM
    Thread: Device #2: NVIDIA GeForce GTX 750 Ti, skipped
Post: RE: Device #2: NVIDIA GeForce GTX 750 Ti, skipped

If you read carefully you'll see that the 750ti was skipped for the OpenCL API, not for the CUDA one, it makes sense since Nvidia GPUs usually works better with CUDA.
Xanadrel hashcat 2 4,143 02-19-2023, 01:13 AM
    Thread: Looking for options.
Post: RE: Looking for options.

There is often multiple ways to do something with hashcat, I would do it like this: Use the basic combinator.bin (2 files only) to generate the first wordlist file (should be small enough to fit on...
Xanadrel hashcat 2 4,922 02-07-2023, 10:43 AM
    Thread: Discord
Post: RE: Discord

hashcat has an official discord since some time now, available on the main page, help section: https://hashcat.net/hashcat/
Xanadrel hashcat 4 21,015 11-02-2022, 07:14 PM
    Thread: md5 with two different salts
Post: RE: md5 with two different salts

You can, it's just not gonna be that efficient (the more salts you have). If you have some coding skills you can try to add that algo to hashcat yourself, or you can open an issue on github to reques...
Xanadrel hashcat 3 8,202 12-02-2021, 12:59 PM
    Thread: Hashcat partial hash
Post: RE: Hashcat partial hash

Currently, not really, you would need to make a new plugin to support that partial hash mode. It is possible to generate all possible hashes for a partial one, but you need to have a big enough par...
Xanadrel hashcat 1 5,622 11-27-2021, 07:54 PM
    Thread: Best practices to generate a long and complex password?
Post: RE: Best practices to generate a long and complex ...

I would likely do something like that as well, so I don't feel like you're doing it wrong at all. You could maybe do it in steps, like for the first run do 0 starting special chars, then 1, 2, 3 (ins...
Xanadrel hashcat 2 6,970 11-27-2021, 07:47 PM
    Thread: md5 with two different salts
Post: RE: md5 with two different salts

This exact mode isn't in hashcat at the moment, you can use -m 10/20 with rules for prepending/appending one of the salt as a workaround.
Xanadrel hashcat 3 8,202 11-27-2021, 07:35 PM
    Thread: encrypted itunes backup help
Post: RE: encrypted itunes backup help

No, if done well a hash algo is a one way function, and you can't tell anything about the input by looking at the output.
Xanadrel hashcat 10 21,053 11-27-2021, 07:26 PM
    Thread: encrypted itunes backup help
Post: RE: encrypted itunes backup help

Possible ? yes. Probable ? that's the whole fun with hashcracking, it depends. Some of the things that make it more probable would be: - the algo used being fast (ntlm is usually easier than bcryp...
Xanadrel hashcat 10 21,053 11-26-2021, 11:45 PM