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 [desc] Author Forum Replies Views Posted
    Thread: Output password verbose viewing for wpa-wpa2?
Post: RE: Output password verbose viewing for wpa-wpa2?

oclHashcat does not support --stdout
atom Old oclHashcat Support 6 15,084 03-26-2014, 09:54 AM
    Thread: Output text doubt
Post: RE: Output text doubt

It just means that your wordlist contains words which are not UTF-8 encoded or that one of the rules (for example + and - have that potential) to break UTF-8 encoding.
atom hashcat 2 2,303 02-15-2018, 02:02 PM
    Thread: output which wordlist the password was found in
Post: RE: output which wordlist the password was found i...

never heared about such an request in the past. the experienced hashcracker usually knows which dictionaries are good and which are not.
atom Feature Requests 3 13,811 09-14-2011, 05:01 PM
    Thread: output which wordlist the password was found in
Post: RE: output which wordlist the password was found i...

if i ever add something like a .log file, i will add the dictionary name. but just because of that, i will not start with a .log file generator. this would have a huge impact on the source. however, i...
atom Feature Requests 3 13,811 09-15-2011, 11:03 AM
    Thread: Outputting in email:password format is very slow!
Post: RE: Outputting in email:password format is very sl...

We know, using --username is kind of slow due to memory allocation etc. You can't make it faster.
atom hashcat 2 2,778 08-11-2017, 09:53 AM
    Thread: Overwrite Rule using Lowercase Letters?
Post: RE: Overwrite Rule using Lowercase Letters?

I'd suggest using PACK and set min digits to 10 or whatever count of numbers are known
atom General Talk 2 5,080 10-17-2016, 09:39 AM
    Thread: p3.16xlarge (8xV100) benchmarks (clickbait)
Post: RE: p3.16xlarge (8xV100) benchmarks (clickbait)

Performance of this box is crazy good. In case you plan to buy one instead of renting, it's only 149,000$ :)
atom Hardware 2 9,152 11-02-2017, 11:51 AM
    Thread: Packages for Linux distributions
Post: RE: Packages for Linux distributions

Yes, that's correct. I just wanted to start the discussion. I think what we need is a list of paths we'd need to change to make it more compatible. Btw. this _maybe_ has influence on the windows p...
atom hashcat 12 18,959 12-08-2015, 01:01 AM
    Thread: Packages for Linux distributions
Post: RE: Packages for Linux distributions

[hr] Suggestions from epix: I disagree partially, we need to distinguish between hashcat and oclHashcat on /usr/share/doc/ because of colliding filenames in the docs/* folder I disagree to have...
atom hashcat 12 18,959 12-09-2015, 12:06 AM
    Thread: Packages for Linux distributions
Post: RE: Packages for Linux distributions

Indeed well hashcat-common would be nice, but it's too much at once I think. So here's the updated suggestion: hashcat: /usr/bin/*.bin /usr/share/doc/hashcat/ (stuff from docs/*) /us...
atom hashcat 12 18,959 12-09-2015, 12:22 AM
    Thread: Packages for Linux distributions
Post: RE: Packages for Linux distributions

This thread was been moved to GitHub: https://github.com/hashcat/oclHashcat/issues/20
atom hashcat 12 18,959 12-12-2015, 02:01 PM
    Thread: Parameters for passwords
Post: RE: Parameters for passwords

If you use -a 6 hybrid attack that means you have a mask. The mask will add N length to the candidates, depending on your mask. Means if you subtract that length from your maximum password length, all...
atom hashcat 1 3,213 08-19-2016, 09:20 AM
    Thread: Parse Database
Post: RE: Parse Database

The hashcat way to do this is using --show: 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_emailpas...
atom General Talk 8 8,950 01-27-2017, 11:54 PM
    Thread: Parsing multipe wpa handshake from a merged cap file.
Post: RE: Parsing multipe wpa handshake from a merged ca...

Can aircrack read the extract.cap (the one output by tshark) without using the -J? If not, I'd say tshark destroyed it, at least for using it with aircrack
atom General Help 4 16,628 01-09-2015, 11:52 AM
    Thread: Parsing multipe wpa handshake from a merged cap file.
Post: RE: Parsing multipe wpa handshake from a merged ca...

In that case don't use the combination of tshark + aircrack for convert. You can use cap2hccap I think it has an builtin filter.
atom General Help 4 16,628 01-09-2015, 04:59 PM
    Thread: parsing restore file
Post: RE: parsing restore file

note that the restore structure changes massively with v1.20. also see this: https://hashcat.net/forum/thread-3047.html
atom Old oclHashcat Support 6 10,397 04-15-2014, 06:13 PM
    Thread: parsing restore file
Post: RE: parsing restore file

oclHashcat v1.20 has a new parameter that will help you integrating called --status-automat that you can simply read from stdout
atom Old oclHashcat Support 6 10,397 04-16-2014, 08:25 AM
    Thread: Partial-Hash
Post: RE: Partial-Hash

I think you are searching for a program to collide (collision) a hash. Hashcat is not made for this.
atom General Help 1 5,692 11-05-2012, 01:05 PM
    Thread: Partially known password + md5 hash + trouble cracking
Post: RE: Partially known password + md5 hash + trouble ...

a third alternative is using a fifo, but this works on linux only.
atom General Help 5 17,248 01-28-2012, 10:16 AM
    Thread: Passphrase help
Post: RE: Passphrase help

Hashcat itself does not support the generation of "passphrases", but supports reading from stdin. What you need to find a tool to generate passphrases and then pipe the output to hashcat.
atom hashcat 2 3,365 12-07-2016, 07:35 PM