Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies [desc] Views Posted
    Thread: a very essential basic question!
Post: RE: a very essential basic question!

If you have a password hash you must have it from some kind of database. That database has the username linked to the hash. It's just not important for hashcat to know.
atom hashcat 3 3,846 10-07-2016, 02:35 PM
    Thread: Hashcat v3.10 cannot use --show option
Post: RE: Hashcat v3.10 cannot use --show option

This looks like a GUI problem (invalid command), but GUI is not supported here. Please ask on GUI forum.
atom hashcat 3 4,254 10-11-2016, 03:09 PM
    Thread: Hashcat v3.10 cannot use --show option
Post: RE: Hashcat v3.10 cannot use --show option

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
atom hashcat 3 4,254 10-13-2016, 04:14 PM
    Thread: new hashcat 3 does not work anymore on my nvidia
Post: RE: new hashcat 3 does not work anymore on my nvid...

The 5xx series is too old and too slow. Best way to solve this is to upgrade to 1. new driver 2. new hardware with at least maxwell chipset
atom hashcat 3 4,666 10-13-2016, 04:19 PM
    Thread: String generation, how did you avoid previous outputs?
Post: RE: String generation, how did you avoid previous ...

With hashcat it's solved like this: https://github.com/hashcat/hashcat/blob/master/OpenCL/markov_le.cl If you want to verify, use --stdout and sort -u the output. The number of passwords in your ou...
atom hashcat 3 4,820 10-15-2016, 10:27 AM
    Thread: String generation, how did you avoid previous outputs?
Post: RE: String generation, how did you avoid previous ...

You're lucky, there's a standalone implementation of it. It should answer all your questions. You can find it here: https://github.com/hashcat/statsprocessor
atom hashcat 3 4,820 10-15-2016, 06:21 PM
    Thread: GPU Temp Reading
Post: RE: GPU Temp Reading

If nvidia-smi can read it, hashcat should be able to read it as well. They both use the same library to access the data (NVML).
atom hashcat 3 6,759 10-30-2016, 03:28 PM
    Thread: Output hash and candidate from stdout
Post: RE: Output hash and candidate from stdout

You can use tools/test.pl in passthrough mode and pass the candidates via stdin. It's not very fast tho
atom hashcat 3 5,347 10-30-2016, 03:33 PM
    Thread: Error in Hashcat 3.10+532
Post: RE: Error in Hashcat 3.10+532

This looks like a bug, thanks for report
atom hashcat 3 5,078 11-03-2016, 12:11 AM
    Thread: Error in Hashcat 3.10+532
Post: RE: Error in Hashcat 3.10+532

Beta 623 is up and should fix the issue.
atom hashcat 3 5,078 11-03-2016, 12:42 AM
    Thread: New Algorithm (hash) template
Post: RE: New Algorithm (hash) template

There's currently no documentation about how to do that. With latest version from github, it should be sufficient to add the host code to interface.c and the kernel in OpenCL/ Note this is very bet...
atom General Talk 3 4,366 11-07-2016, 12:24 PM
    Thread: Per device tuning?
Post: RE: Per device tuning?

Not from the commandline, but you can do this by editing the hashcat.hctune
atom hashcat 3 3,727 11-10-2016, 05:37 PM
    Thread: problem finding 17 letter password with hashcat 3.10
Post: RE: problem finding 17 letter password with hashca...

Everything's fine, the mode 1800 is limited to 16 characters in hashcat, see here: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_the_maximum_supported_password_length PS: ...
atom hashcat 3 4,353 11-10-2016, 10:33 PM
    Thread: Per device tuning?
Post: RE: Per device tuning?

Not really, speed depends on attack-mode (and other stuff). You just need to use -a 3 to get the same speed, with a mask that's large enough to keep the GPU busy. See here for more info: https://hashc...
atom hashcat 3 3,727 11-10-2016, 10:35 PM
    Thread: problem finding 17 letter password with hashcat 3.10
Post: RE: problem finding 17 letter password with hashca...

Correct
atom hashcat 3 4,353 11-11-2016, 09:15 PM
    Thread: New Algorithm (hash) template
Post: RE: New Algorithm (hash) template

It's definitly more complicated :)
atom General Talk 3 4,366 11-15-2016, 07:17 PM
    Thread: hashcat mix temperature readings
Post: RE: hashcat mix temperature readings

Can you please open an issue for this on Github. Thanks!
atom hashcat 3 4,057 12-03-2016, 02:18 PM
    Thread: hashcat mix temperature readings
Post: RE: hashcat mix temperature readings

I need some additional information, but let's continue to talk on github about this bug. Forum should be for usage problems not bugs, therefore closing here.
atom hashcat 3 4,057 12-03-2016, 04:09 PM
    Thread: Third-party utility: analyze_hc_restore
Post: RE: Third-party utility: analyze_hc_restore

That would be nice, isn't it working anymore?
atom User Contributions 3 7,404 12-03-2016, 04:10 PM
    Thread: Stuck at hashcat (3.20) Starting... linux
Post: RE: Stuck at hashcat (3.20) Starting... linux

The 270s is no longer supported with AMDGPU-Pro. You need to upgrad to more modern hardware if you want to use Linux. If you want to use older hardware you must use Windows, there's no way around that...
atom hashcat 3 4,831 12-04-2016, 03:21 PM