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: Intel Integrated GPU
Post: RE: Intel Integrated GPU

in general the k a l i distribution is not recommended. You would uninstall both mesa and pocl and try to install all the required proprietary drivers from the hardware vendor page. In some cases y...
philsmd Hardware 4 1,779 04-22-2020, 11:34 AM
    Thread: CPU device not available
Post: RE: CPU device not available

you need to install the drivers as mentioned in https://hashcat.net/hashcat/ https://software.intel.com/en-us/articles/opencl-drivers#cpu-section current win driver at time of this writing: http:/...
philsmd hashcat 4 1,197 04-28-2020, 11:51 AM
    Thread: Hashcating 7z passw
Post: RE: Hashcating 7z passw

-o is wrong in your command line. --outfile (or short -o) is only used for redirecting the output to a file (the results). you need to specify the hash like this: Code: -- hashcat -m 11600 -a 3...
philsmd hashcat 4 1,058 04-27-2020, 11:47 AM
    Thread: CPU device not available
Post: RE: CPU device not available

Please install the nvidia driver directly from https://www.nvidia.com/Download/index.aspx also see https://hashcat.net/faq/wrongdriver if installing the GPU driver doesn't work immediately
philsmd hashcat 4 1,197 04-28-2020, 02:00 PM
    Thread: Hashcating 7z passw
Post: RE: Hashcating 7z passw

7z2hashcat from https://github.com/philsmd/7z2hashcat (you would need to either have perl installed or use the windows binary from https://github.com/philsmd/7z2hashcat/releases). The .7z file must...
philsmd hashcat 4 1,058 04-27-2020, 07:08 PM
    Thread: hashcat has to read through wordlist when using restore or --skip
Post: RE: hashcat has to read through wordlist when usin...

I think this is related: https://github.com/hashcat/hashcat/issues/1644 it's probably much more complicated than just storing 1 additional value... I think the problem has mainly to do with statist...
philsmd hashcat 4 1,267 05-07-2020, 10:52 AM
    Thread: hashcat has to read through wordlist when using restore or --skip
Post: RE: hashcat has to read through wordlist when usin...

I was thinking about this now a little bit and I found another problem... if the user uses --skip (or short -s) it doesn't mean that the byte offset is available in any file (neither .restore, .dic...
philsmd hashcat 4 1,267 05-07-2020, 03:22 PM
    Thread: Any hashcat user with AMD cards on macOS wanted for troubleshooting
Post: Any hashcat user with AMD cards on macOS wanted fo...

Unfortunately, the developer team has no such hardware (new Apple iMac or iMac pro or any new high-end macbook with AMD cards) to test some problems with macOS (we believe only latest version and/or n...
philsmd Beta Tester 4 2,459 05-08-2020, 10:45 AM
    Thread: Any hashcat user with AMD cards on macOS wanted for troubleshooting
Post: RE: Any hashcat user with AMD cards on macOS wante...

Thanks for the reply. I did test with latest macOS just a few weeks ago (for lastpass app hash extraction investigation) on a mac mini and hashcat definitely did NOT have to be run as root on that sys...
philsmd Beta Tester 4 2,459 05-15-2020, 12:55 PM
    Thread: N00b can't get hashcat.exe file with extract error from Keka on MacOS
Post: RE: N00b can't get hashcat.exe file with extract e...

The best/easiest thing for macOS (since we can't really cross-compile the macOS binaries for every macOS version etc), is to just use git and compile it yourself. i.e. with brew install the most im...
philsmd hashcat 4 990 05-23-2020, 08:46 AM
    Thread: N00b can't get hashcat.exe file with extract error from Keka on MacOS
Post: RE: N00b can't get hashcat.exe file with extract e...

these 2 commands are not the same Code: -- hashcat -a 0 -m 14800 -o hash.txt passwords4.txt -- vs Code: -- ./hashcat -a 0 -m 14800 -o hash.txt passwords4.txt -- "./hashcat" is the only o...
philsmd hashcat 4 990 05-23-2020, 07:50 PM
    Thread: Whats up with this hardware
Post: RE: Whats up with this hardware

the mask in the pictures is different, the number of left hashes (but interestingly only one "salt" / network ??? so basically you already cracked all networks on one machine and some hashes are uncra...
philsmd Hardware 4 1,162 05-25-2020, 07:38 AM
    Thread: Salted hash
Post: RE: Salted hash

what is the algorithm in your opinion ? sha256 ($salt) ? if that would be the case, you could consider the salt just like a unknown password. what is the format of this salt, what is its...
philsmd hashcat 4 802 06-04-2020, 03:30 PM
    Thread: Salted hash
Post: RE: Salted hash

if you do not know the salt, you would probably need to guess it and this guessing might be very difficult because salts are often both random and long. Therefore, it depends on the algorithm, the ...
philsmd hashcat 4 802 06-04-2020, 08:17 AM
    Thread: hashcat -b is not seeing my grahpic card
Post: RE: hashcat -b is not seeing my grahpic card

follow this: https://hashcat.net/faq/wrongdriver and install the driver directly from https://nvidia.com
philsmd hashcat 4 892 06-15-2020, 11:33 AM
    Thread: Hashcat don't find my password
Post: RE: Hashcat don't find my password

you could try with latest beta version : https://hashcat.net/beta/ never use --self-test-disable , because it just ignores every sanity check and therefore you are basically ignoring the serious er...
philsmd hashcat 4 877 06-16-2020, 02:52 PM
    Thread: TOTP brute-force search incomplete?
Post: RE: TOTP brute-force search incomplete?

I think it has to do that a single kernel call can't crack a hash multiple times. There are just way too many collisions for a fast cracker like hashcat. I think a similar problem/limitation/restri...
philsmd hashcat 4 851 06-19-2020, 06:24 PM
    Thread: help
Post: RE: help

do you mean that the format is Code: -- email:hash -- ? you could just use --username if you want that hashcat ignores the first part (email or username normally)
philsmd hashcat 4 771 06-19-2020, 06:40 PM
    Thread: TOTP brute-force search incomplete?
Post: RE: TOTP brute-force search incomplete?

Code: -- -n 1 -- ?
philsmd hashcat 4 851 06-19-2020, 10:18 PM
    Thread: help
Post: RE: help

english only: https://hashcat.net/forum/announcement-2.html (non-english post deleted because of the forum rules)
philsmd hashcat 4 771 06-20-2020, 08:33 AM