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 [desc] Replies Views Posted
    Thread: How to use gpu on bruteforcing SHA256(MD5('password'))
Post: RE: How to use gpu on bruteforcing SHA256(MD5('pas...

Code: -- perl tools/test.pl passthrough 0 < example.dict | hashcat -m 1400 -w 3 hash.txt --
philsmd hashcat 9 3,421 07-13-2019, 12:22 PM
    Thread: How to use gpu on bruteforcing SHA256(MD5('password'))
Post: RE: How to use gpu on bruteforcing SHA256(MD5('pas...

c'mon this should be really obvious. The error message says that you do not have the required perl modules installed This thread is getting a little bit weird (the strange command line options, ...
philsmd hashcat 9 3,421 07-13-2019, 03:21 PM
    Thread: Office international character problem
Post: RE: Office international character problem

I'm pretty sure this is a known problem with how the OpenCL kernels use utf16 chars. As far as I know, the kernel code (also for performance reasons) for utf16le encoding is very "elementary" and j...
philsmd hashcat 10 4,102 07-13-2019, 09:54 PM
    Thread: Hashcat office collision attack (9810 and 9820) doesn't work
Post: RE: Hashcat office collision attack (9810 and 9820...

sounds similar to this problem https://github.com/hashcat/hashcat/issues/2067
philsmd hashcat 2 1,556 07-16-2019, 12:05 PM
    Thread: mozilla
Post: RE: mozilla

-1 0x01 ^ this is wrong syntax. where did you read about this 0x notation ? did you just guess this? hashcat has an option called --hex-charset and you can use it like this --hex-charset ?a?a?a...
philsmd hashcat 2 1,306 07-16-2019, 02:24 PM
    Thread: How to find the password for a hidden partition of a single TrueCrypt file?
Post: RE: How to find the password for a hidden partitio...

best recommendation in such cases is always to try to generate a new very similar file/partition with TrueCrypt with known password (maybe even similar password compared to what expect) and try to cra...
philsmd hashcat 6 2,676 07-16-2019, 08:31 PM
    Thread: How to find the password for a hidden partition of a single TrueCrypt file?
Post: RE: How to find the password for a hidden partitio...

yeah and I also do not agree that testing is a waste of time or you can save time by just asking and take everything for granted. Verify it ! check if the claim about this sector is correct by generat...
philsmd hashcat 6 2,676 07-17-2019, 01:10 PM
    Thread: CISCO ASA Enable Fix
Post: RE: CISCO ASA Enable Fix

-m 2400 = Cisco-PIX MD5
philsmd hashcat 5 2,669 07-18-2019, 06:56 AM
    Thread: Hashfile input format
Post: RE: Hashfile input format

--username please do not post hashes. you will be banned
philsmd hashcat 6 3,092 07-18-2019, 06:58 AM
    Thread: Office international character problem
Post: RE: Office international character problem

yep yep yep that's how the algorithm works (and actually most of the microsoft-invented algos), also see this perl module to understand the algo: https://github.com/hashcat/hashcat/blob/d1f473d6...
philsmd hashcat 10 4,102 07-18-2019, 12:01 PM
    Thread: Hashfile input format
Post: RE: Hashfile input format

https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
philsmd hashcat 6 3,092 07-18-2019, 05:31 PM
    Thread: CISCO ASA Enable Fix
Post: RE: CISCO ASA Enable Fix

can you run the example hash from https://hashcat.net/wiki/example_hashes correctly? there is no ending : (colon) after the hash for this hash type (-m 2400)
philsmd hashcat 5 2,669 07-19-2019, 02:58 AM
    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: 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: 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: 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: 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