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 [asc] Views Posted
    Thread: 0 H/s after install opencl very rare
Post: RE: 0 H/s after install opencl very rare

maybe the sudo?
atom hashcat 1 2,954 11-13-2016, 10:09 PM
    Thread: WPA mac addresses "flip flopped" in potfile
Post: RE: WPA mac addresses "flip flopped" in potfile

Please add an issue on github for it. I'm closing this here
atom hashcat 1 2,600 11-14-2016, 09:33 PM
    Thread: Nvidia K280Q with hashcat
Post: RE: Nvidia K280Q with hashcat

According to NV documents only M60-8Q, M6-8Q virtual GPU is supported
atom hashcat 1 2,889 11-15-2016, 07:14 PM
    Thread: Crash when starting md5 hash
Post: RE: Crash when starting md5 hash

It's the drivers for sure. Read this: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do and follow it with pedantic accuracy.
atom hashcat 1 2,606 11-21-2016, 01:15 PM
    Thread: hashcracking a WPA2 8 char caps [need support]
Post: RE: hashcracking a WPA2 8 char caps [need support]

Quote: -- hashcat -m 2500 3 /root/Desktop/8.hccap ?u?u?u?u?u?u?u?u -- I think what you mean is this: Quote: -- hashcat -m 2500 -a 3 /root/Desktop/8.hccap ?u?u?u?u?u?u?u?u -- Also do t...
atom hashcat 1 3,240 11-21-2016, 01:18 PM
    Thread: problem with user:hash
Post: RE: problem with user:hash

There's no general rule, you can place it anywere you want unless getopt expects an option parameter. For example "-m 0 -a 0 -o C:/cracked.txt C:hash.txt C/wordlist --username" would be fine.
atom hashcat 1 2,539 11-24-2016, 09:01 AM
    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,871 11-27-2016, 02:33 PM
    Thread: Need a little help with hashcat 3.20
Post: RE: Need a little help with hashcat 3.20

Two things to mentions here: * Looks like this is some issue with AMD on Windows * Even if this does not affect the problem with the AMD cards, remove OpenCL Driver for Intel Iris and Intel HD Gra...
atom hashcat 1 3,345 12-03-2016, 02:17 PM
    Thread: hashcat v3.20 + plaintext
Post: RE: hashcat v3.20 + plaintext

The hash is a word in plaintext. This can be useful if you want to check your own written rules, for example. You don't need to make it a hash first, you don't need to use stdout and compare using ext...
atom hashcat 1 2,734 12-04-2016, 03:19 PM
    Thread: Stuck --username cracking
Post: RE: Stuck --username cracking

Is this a joke?
atom hashcat 1 2,594 12-04-2016, 03:21 PM
    Thread: Crash during kernel & memory init.
Post: RE: Crash during kernel & memory init.

Propably just used "7z e" to extract the archive instead of "7z x"?
atom hashcat 1 3,209 12-06-2016, 01:31 PM
    Thread: FYI: two mistakes in wiki
Post: RE: FYI: two mistakes in wiki

You're absolutely right. Fixed. Thanks!
atom hashcat 1 2,500 12-07-2016, 07:27 PM
    Thread: AMD Radeon™ R7 M360 2GB DDR3 The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) 2.0 Error
Post: RE: AMD Radeon™ R7 M360 2GB DDR3 The-Distributio...

AMD users on Linux require "AMDGPU-Pro Driver" (16.40 or later)
atom Hardware 1 3,589 12-18-2016, 11:29 PM
    Thread: hashcat creates empty output file at start
Post: RE: hashcat creates empty output file at start

That's wanted. It makes sure it has write-permission to the outfile. Imagine you're cracking a hash and hashcat can't write to outfile and errors out.
atom hashcat 1 2,672 12-22-2016, 02:58 PM
    Thread: Performance related to password length
Post: RE: Performance related to password length

Hard to estimate. Best way to find out is to modify the kernels directly. But gutfeeling tells me it's not much because of some other optimizations that went into the code since then.
atom hashcat 1 2,717 12-22-2016, 03:02 PM
    Thread: How to Allocate More Memory?
Post: RE: How to Allocate More Memory?

The OpenCL runtime limits hashcat to use only 1/4 of the total memory, but for memory intense algorithms like scrypt it allocates four blocks to workaround that problem. For other algorithms it doesn'...
atom hashcat 1 4,399 12-25-2016, 02:15 PM
    Thread: The speed varies between 1300 KH / s and 608 KH / s
Post: RE: The speed varies between 1300 KH / s and 608 K...

Maybe the large keyspace. Try something more normal like ?l?l?l?l?l?l?l?l and report if it still occurs
atom hashcat 1 2,919 12-30-2016, 11:35 AM
    Thread: Custom Ruleset assistance
Post: RE: Custom Ruleset assistance

That's simple. Use hashcat in combinator mode (or combinator.bin) and pipe it to a second hashcat in stdin mode and add the rules on there.
atom hashcat 1 2,717 01-19-2017, 04:02 PM
    Thread: Iterate numbers 0000 to 9999 in Combo Attack
Post: RE: Iterate numbers 0000 to 9999 in Combo Attack

What you need is to create a rulset that is doing insert rules 0000-9999 and then do a tripple combinator attack using the first hashcat in -a 1 --stdout mode piping into a second hashcat where you us...
atom hashcat 1 2,967 01-27-2017, 11:35 PM
    Thread: Long Passwords (MDcrypt)
Post: RE: Long Passwords (MDcrypt)

Correct, but for -m 500 only.
atom hashcat 1 2,849 02-06-2017, 10:20 PM