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: Android sd-card decryption
Post: RE: Android sd-card decryption

you flashed the phone already ? The decryption key was most probably available only on the unlocked file system of that particular phone, to make it infeasible that the sd card can be easily decrypted...
philsmd hashcat 1 1,759 10-08-2018, 10:47 PM
    Thread: Unified list manager
Post: RE: Unified list manager

use hashcat in-built --show mechanism instead. Code: -- hashcat -m 0 --show --outfile-format 2 hashes.txt -- this other tool "Unitifed list manager" is a 3th party tool and we don't give sup...
philsmd General Talk 1 1,775 11-19-2018, 10:49 PM
    Thread: Help figuring out TOPT (HMAC-SHA1)
Post: RE: Help figuring out TOPT (HMAC-SHA1)

see https://www.unix-ninja.com/p/attacking_google_authenticator
philsmd hashcat 1 1,724 12-05-2018, 09:09 AM
    Thread: Hashcat64 cannot detect GPU @ driver Nvidia 417.22 Cuda 10
Post: RE: Hashcat64 cannot detect GPU @ driver Nvidia 41...

please follow this guide: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do You have a broken driver installation. Furthermore,...
philsmd hashcat 1 1,626 12-12-2018, 12:31 PM
    Thread: Hash not found
Post: RE: Hash not found

I guess you are confusing something and did (maybe accidentially) put the content of the .hccapx file into that found file. see https://hashcat.net/wiki/doku.php?id=hccapx the "HCPX" is clearly ...
philsmd hashcat 1 1,297 12-15-2018, 06:12 PM
    Thread: Help performing a mask-attack on 1 MD5
Post: RE: Help performing a mask-attack on 1 MD5

you should have a look here: https://hashcat.net/wiki/doku.php?id=mask_attack especially the .hcmask file section could be interesting too: https://hashcat.net/wiki/doku.php?id=mask_attack#hashca...
philsmd hashcat 1 1,331 12-27-2018, 10:45 AM
    Thread: Need help combinding 2 different dictionaries
Post: RE: Need help combinding 2 different dictionaries

you can use something like this: Code: -- hashcat --stdout -o temp_dict.txt -a 6 text1.txt ?d?d?d?d -- to generate a dict containing the words within the first file (text1.txt) combined with the...
philsmd hashcat 1 1,402 01-04-2019, 11:03 AM
    Thread: Help me about --show
Post: RE: Help me about --show

The correct syntax is different. You need to specify the hash type, --show and the original hash list. Code: -- hashcat -m 100 --show unmodified_hashes.txt -- without the original hash list,...
philsmd hashcat 1 1,237 01-18-2019, 09:55 AM
    Thread: Help with cracking krb5tgs hash
Post: RE: Help with cracking krb5tgs hash

please test with the example hash from https://hashcat.net/wiki/example_hashes and compare your hash with the example hash. Most of the time it's just a matter of removing the file names from the "ha...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 3,692 01-28-2019, 10:29 AM
    Thread: Hashcat stops after initializing OpenCL Runtime
Post: RE: Hashcat stops after initializing OpenCL Runtim...

try this: https://hashcat.net/faq/wrongdriver there is definitely something wrong because your screenshot shows 2 "Advanced Micro Devices" platforms. this seems to be a driver installation issue...
philsmd hashcat 1 2,979 02-10-2019, 09:06 AM
    Thread: CL_PLATFORM_NOT_FOUND_KHR on RTX 2080ti
Post: RE: CL_PLATFORM_NOT_FOUND_KHR on RTX 2080ti

which nvidia driver version do you use ? did you try following this guide: https://hashcat.net/faq/wrongdriver if still not working, please try with an older Nvidia driver version e.g. the ones re...
philsmd hashcat 1 1,504 02-10-2019, 09:22 AM
    Thread: Correct way to hash and crack PMKID and benchmark
Post: RE: Correct way to hash and crack PMKID and benchm...

I think there are a lot of misunderstandings here. I would highly recommend that you re-read this thread again: https://hashcat.net/forum/thread-7717.html of course -m 16800 = WPA-PMKID-PBKDF2 i...
philsmd General Talk 1 5,147 01-30-2019, 02:01 PM
    Thread: complex password alternation
Post: RE: complex password alternation

which type of rar archives we are talking about here? hashcat supports these 2 hash types for rar archives: -m 12500 = RAR3-hp -m 13000 = RAR5 (the non-hp version of rar3, i.e. the one without...
philsmd hashcat 1 1,329 01-30-2019, 02:27 PM
    Thread: need help to extract true crypt hash
Post: RE: need help to extract true crypt hash

You should use this guide: https://hashcat.net/faq#how_do_i_extract_the_hashes_from_truecrypt_volumes you should test it on a new sample with known password (i.e. test if you are doing all steps co...
philsmd hashcat 1 1,292 02-23-2019, 07:31 PM
    Thread: real noob looking for help!
Post: RE: real noob looking for help!

The best thing you could do here is to code a new hashcat module and kernel (OpenCL .cl file with update/final function calls, see https://github.com/hashcat/hashcat/blob/23917455efad1deba8c12516e1922...
philsmd hashcat 1 1,407 03-01-2019, 02:27 PM
    Thread: Not found hash Removing
Post: RE: Not found hash Removing

you are searching for this command line option: Code: -- --left | Compare hashlist with potfile; show uncracked hashes -- and of course the opposite of --left is --show btw: you are not all...
philsmd General Talk 1 1,528 03-24-2019, 02:53 PM
    Thread: Keyboard-layout-mapping
Post: RE: Keyboard-layout-mapping

your command line is wrong. --stdout is -m 2000 you can't use --stdout and another hash type setting -m x either one or the other Code: -- ./hashcat.bin -a 3 -m 13743 -1 ?l?u?d --keyboard-...
philsmd hashcat 1 1,477 03-25-2019, 12:01 PM
    Thread: A couple of Qs
Post: RE: A couple of Qs

1. same speed if you configure the system/fan/power usage correctly, why should the operating system matter ? we are talking about dedicated/separate OpenCL devices after all 2. hashcat is able to us...
philsmd hashcat 1 1,224 04-03-2019, 01:06 PM
    Thread: A couple of noob questions about the GUI version.
Post: RE: A couple of noob questions about the GUI versi...

1. the GUI is a 3rd party tool not developed by us. if you need help read the documentation provided by the GUI's author or contact them directly 2. what are the drivers you have installed ? you pr...
philsmd hashcat 1 1,241 04-05-2019, 08:15 PM
    Thread: unable to begin iphone hash on Windows 10
Post: RE: unable to begin iphone hash on Windows 10

you must make sure that the file named "hashTest.txt" exists. hashcat can't find the file "hashTest.txt" within the directory
philsmd hashcat 1 1,125 05-23-2019, 07:47 AM