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 [asc] Forum Replies Views Posted
    Thread: Failed to use the --username switch in Hashcat 3.20 on OS X
Post: RE: Failed to use the --username switch in Hashcat...

Something is wrong with the commandline you posted: Quote: -- ./hashcat -a 0 -m 3200 --session=all --username -p : potfile-disable -o xxx/xxx_plains.txt --outfile-format=2 -w 2 xxx/xxx_pfile.txt...
atom hashcat 6 6,393 11-27-2016, 02:28 PM
    Thread: CL_INVALID_BINARY
Post: RE: CL_INVALID_BINARY

You need to removed the cache folder, called "kernels" in the hashcat installation. After that it should work.
atom hashcat 5 8,741 11-27-2016, 02:29 PM
    Thread: About --keep-guessing
Post: RE: About --keep-guessing

OP needs to clarify
atom Beta Tester 7 10,828 11-27-2016, 02:30 PM
    Thread: Prince attack mode unsupported
Post: RE: Prince attack mode unsupported

It's not compatible to the base/mod concept required for GPGPU, therefore there's no good reason to implement it. The way to use it is to use the princeprocessor from here: https://github.com/hash...
atom hashcat 1 2,873 11-27-2016, 02:33 PM
    Thread: Fail to compile kernel, may need to increase reserved registers for spilling.
Post: RE: Fail to compile kernel, may need to increase r...

Clearly not an hashcat issue, the compiler error make that clear. We should ban beignet support to reduce support overhead. Can you please paste the output of hashcat -I and ideally clinfo?
atom hashcat 5 7,190 11-28-2016, 02:42 PM
    Thread: Failed to use the --username switch in Hashcat 3.20 on OS X
Post: RE: Failed to use the --username switch in Hashcat...

As I said, hashcat thinks --username is the hash, that's why the error is the same for "-username" and "--user". As long as you don't show the commandline as you really use it there's no way we can he...
atom hashcat 6 6,393 11-28-2016, 02:44 PM
    Thread: How to choose the most effective command
Post: RE: How to choose the most effective command

Also add -w 3
atom hashcat 2 3,144 11-29-2016, 12:42 PM
    Thread: Failed to use the --username switch in Hashcat 3.20 on OS X
Post: RE: Failed to use the --username switch in Hashcat...

There's something wrong for sure. Don't you see this difference? Quote: -- --session -- and Quote: -- —-username -- While both kind of look like a hyphen/minus, the second one i...
atom hashcat 6 6,393 11-29-2016, 12:45 PM
    Thread: R9 290 vs 290x pricing and reference design questions
Post: RE: R9 290 vs 290x pricing and reference design qu...

You need amdgpu-pro 16.40 for kernel 4.4
atom Hardware 16 18,472 11-29-2016, 12:47 PM
    Thread: NVida Grid K2 in ESX host OpenCL error
Post: RE: NVida Grid K2 in ESX host OpenCL error

It's an OpenCL error, not an hashcat error. Please ask on NV OpenCL support forum.
atom Hardware 2 3,693 11-29-2016, 12:48 PM
    Thread: Fail to compile kernel, may need to increase reserved registers for spilling.
Post: RE: Fail to compile kernel, may need to increase r...

I've pushed a new version to github which hopefully informs the use user about beignet problematic. Could you please test if the warning message shows up for you? I've also added a new precompiled bet...
atom hashcat 5 7,190 11-29-2016, 02:05 PM
    Thread: Charset descrypt / crypt(3) - Non-printable password?
Post: RE: Charset descrypt / crypt(3) - Non-printable pa...

You must have some nice setup over there if you searched through that keyspace. On my 3x1080 I'd expect that to take around a month to finish. Anyway the charset looks good. Do not forget -w 3
atom hashcat 2 4,956 11-29-2016, 09:50 PM
    Thread: WPA2 handshake
Post: RE: WPA2 handshake

masterpiece
atom hashcat 4 5,669 11-30-2016, 07:48 PM
    Thread: bash: ./hashcat64.bin: cannot execute binary file: Exec format error
Post: RE: bash: ./hashcat64.bin: cannot execute binary f...

Just build it from source: git clone https://github.com/hashcat/hashcat cd hashcat git init submodule git init update make done
atom hashcat 10 17,717 12-01-2016, 11:09 AM
    Thread: bash: ./hashcat64.bin: cannot execute binary file: Exec format error
Post: RE: bash: ./hashcat64.bin: cannot execute binary f...

Err that was a bit too early in the morning. Of course I mean: Quote: -- git clone https://github.com/hashcat/hashcat cd hashcat git submodule init git submodule update make --
atom hashcat 10 17,717 12-01-2016, 05:55 PM
    Thread: Plaintext within DES ECB mode 14000
Post: RE: Plaintext within DES ECB mode 14000

This has nothing to do with hashcat. DES is a block cipher using a block size of 8 bytes. Therefore both the PT and the CT need to be exactly 8 bytes, too.
atom hashcat 2 3,390 12-01-2016, 07:23 PM
    Thread: bash: ./hashcat64.bin: cannot execute binary file: Exec format error
Post: RE: bash: ./hashcat64.bin: cannot execute binary f...

You just need to run ./hashcat instead of hashcat
atom hashcat 10 17,717 12-01-2016, 07:24 PM
    Thread: bash: ./hashcat64.bin: cannot execute binary file: Exec format error
Post: RE: bash: ./hashcat64.bin: cannot execute binary f...

Yeah, looks good. Have fun!
atom hashcat 10 17,717 12-02-2016, 03:44 PM
    Thread: Hybrid attack using rules on a dictionary
Post: RE: Hybrid attack using rules on a dictionary

you can do: Quote: -- hashcat64 -a 6 dict.txt ?a?a -i --stdout | hashcat64 -m 0 -a 0 -r .\rules\dive.rule hashes.txt --
atom hashcat 10 14,669 12-02-2016, 03:46 PM
    Thread: About --keep-guessing
Post: RE: About --keep-guessing

OK, then it's like royce meant. Please add an issue on github, then I'll add it.
atom Beta Tester 7 10,828 12-02-2016, 03:48 PM