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 [desc] Forum Replies Views Posted
    Thread: Hashfile input format
Post: RE: Hashfile input format

nope, you should run --show always without any dictionary file, as explained in the link above which arguments are allowed/required/optional
philsmd hashcat 6 3,092 07-20-2019, 05:21 PM
    Thread: Android encrypted partition dump
Post: RE: Android encrypted partition dump

hey as far as I know hashcat is able to crack the backups generated by "adb backup" see https://9to5google.com/2017/11/04/how-to-backup-restore-android-device-data-android-basics/ and https://gith...
philsmd hashcat 1 1,501 07-21-2019, 09:52 AM
    Thread: How to use checkpoint in hashcat beta (Windows)
Post: RE: How to use checkpoint in hashcat beta (Windows...

https://hashcat.net/faq#can_i_restore_a_hashcat_session "The only parameters allowed when restoring a session are --restore and --session (optional)"
philsmd hashcat 5 2,167 07-21-2019, 03:35 PM
    Thread: Office international character problem
Post: RE: Office international character problem

you can try it yourself create a clean directory with the hashcat download/binaries (e.g. from https://hashcat.net/beta or github or even release should work). make sure that the "kernels/" directo...
philsmd hashcat 10 4,102 07-21-2019, 11:08 PM
    Thread: how to read wordlist with separator :
Post: RE: how to read wordlist with separator :

Code: -- sed 's/^[^:]*://' user_word.txt > word.txt --
philsmd hashcat 5 1,914 07-23-2019, 01:09 PM
    Thread: how to read wordlist with separator :
Post: RE: how to read wordlist with separator :

if you really need both, you could just replace the : with new lines: Code: -- sed 's/:/\n/' user_word.txt > all.txt -- undeath edit: ok, you win
philsmd hashcat 5 1,914 07-23-2019, 08:07 PM
    Thread: Veracrypt Non-bootable drive
Post: RE: Veracrypt Non-bootable drive

Did you read this: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_truecrypt_volumes ? is this a physical disk ? how many volumdes/partitions etc...
philsmd hashcat 3 1,518 08-24-2019, 12:11 PM
    Thread: Works with OpenCL but not CUDA
Post: RE: Works with OpenCL but not CUDA

unfortunately, it could be anything here. maybe even your OpenCL kernel is not perfectly correct and it is only a matter of which vector size etc is being used to fail or succeed. Without seein...
philsmd hashcat 2 1,458 08-24-2019, 12:20 PM
    Thread: How to find out veracrypt hash type
Post: RE: How to find out veracrypt hash type

The FAQ over here https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_veracrypt_volumes clearly says that you need to extract the last 512 bytes Quote:...
philsmd hashcat 2 1,411 07-26-2019, 04:27 AM
    Thread: ASP.NET Identity Framework script
Post: RE: ASP.NET Identity Framework script

Thanks ! this is actually quite a strange way to encode the hashes, but it's not the first time we see some format like this ;) In theory we could add a "module" (that just does the parsing and ...
philsmd User Contributions 1 2,171 07-26-2019, 04:37 AM
    Thread: 2726 Illegal instruction
Post: RE: 2726 Illegal instruction

which GPU ? Tried to install the driver ? https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do btw: do not use some weird dis...
philsmd hashcat 3 1,657 07-26-2019, 05:00 PM
    Thread: Downloaded 3.6.0 but says I’m using v4.2.1 ??
Post: RE: Downloaded 3.6.0 but says I’m using v4.2.1 ?...

why do you use old versions in the first place ? to run a command on any *nix based system (including macos and linux), you need to run it like this: Code: -- ./hashcat --help -- i.e. t...
philsmd hashcat 6 2,080 07-26-2019, 05:04 PM
    Thread: Downloaded 3.6.0 but says I’m using v4.2.1 ??
Post: RE: Downloaded 3.6.0 but says I’m using v4.2.1 ?...

try to use the latest beta version from https://hashcat.net/beta
philsmd hashcat 6 2,080 07-26-2019, 07:35 PM
    Thread: 2726 Illegal instruction
Post: RE: 2726 Illegal instruction

again, you need to install the proprietary driver and make sure that the open source drivers like mesa/pocl are NOT installed.
philsmd hashcat 3 1,657 07-26-2019, 07:35 PM
    Thread: CUDA Installation not detected
Post: RE: CUDA Installation not detected

which operating system and version? which GPU ? is nvrtc.dll and nvcuda.dll (or similar on linux) available on your system ?
philsmd Beta Tester 7 12,889 07-27-2019, 12:26 PM
    Thread: PMKID cracked but which AP?
Post: RE: PMKID cracked but which AP?

As you can see here https://hashcat.net/wiki/doku.php?id=example_hashes the hash format is designed in a way that it has the MAC addresses etc in it to easily recognize the network. Which versions ...
philsmd General Talk 3 1,678 07-28-2019, 11:22 AM
    Thread: TESLA M60 - signature unmatched
Post: RE: TESLA M60 - signature unmatched

try newest beta version of hashcat from https://hashcat.net/beta/ does the example hash from https://hashcat.net/wiki/example_hashes work for you ?
philsmd hashcat 4 1,708 07-28-2019, 02:54 PM
    Thread: PMKID cracked but which AP?
Post: RE: PMKID cracked but which AP?

try https://hashcat.net/beta/ . a lot of things changed already since last release of latest hashcat version
philsmd General Talk 3 1,678 07-28-2019, 08:32 PM
    Thread: CUDA Installation not detected
Post: RE: CUDA Installation not detected

nvrtc64_80.dll means that you have CUDA 8 installed. This is the wrong version because it's way too old. Please get fully rid of CUDA 8 (uninstall it completely by also using driver fusion and/or d...
philsmd Beta Tester 7 12,889 07-30-2019, 09:08 AM
    Thread: Hashcat64 Insufficient memory available
Post: RE: Hashcat64 Insufficient memory available

you need to specify the hash file first (as mentioned within the first lines of --help) hashcat -m 16800 -a 0 -w 4 hash.txt dict.txt
philsmd hashcat 4 2,085 07-30-2019, 07:01 PM