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 Views [asc] Posted
    Thread: How to go about a password you know has 3 - 5 more or less known words?
Post: RE: How to go about a password you know has 3 - 5 ...

you could just use --stdout -a 1 or combinator.bin or combinator3.bin to generate a dictionary file. you could for instance start with a list of 2 words combinated together and with -a 1 add the 3r...
philsmd General Talk 11 1,772 07-05-2020, 01:15 PM
    Thread: Why a brute-force attack on RAR3-HP hash fails?
Post: RE: Why a brute-force attack on RAR3-HP hash fails...

The hash format can be double-checked by looking at this page https://hashcat.net/wiki/example_hashes or with hashcat itself e.g. hashcat -m 12500 --example-hashes The hash format should not contai...
philsmd hashcat 1 1,769 08-18-2018, 06:43 PM
    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,761 10-08-2018, 10:47 PM
    Thread: Help with pbkdf2_hmac_'sha512' hashes
Post: RE: Help with pbkdf2_hmac_'sha512' hashes

you first script (the hash generator) doesn't use the binary input, while your second script hex-decodes it and converts it to base64. This line Code: -- salt = b"2213dcd3820c18c559cc389c8bd22e...
philsmd hashcat 2 1,758 02-03-2019, 09:35 AM
    Thread: Blockchain second pass decrypt error
Post: RE: Blockchain second pass decrypt error

are you sure that this wallet uses a second password at all ? Did you try to validate and find out the details and that the password works with another tool (or the blockchain web page) ? From your...
philsmd hashcat 2 1,750 04-06-2019, 09:17 AM
    Thread: Blockchain second pass decrypt error
Post: RE: Blockchain second pass decrypt error

Thanks to Proxerboss I was able to troubleshoot this problem (he has send me an empty encrypted wallet with 2nd password that fails for him to accept the password with btcrecover). I've now analyze...
philsmd hashcat 2 1,750 04-13-2019, 03:49 PM
    Thread: WPA2 - 3/4 Digests recovered - Exhausted
Post: RE: WPA2 - 3/4 Digests recovered - Exhausted

according to this wiki/faq page, you shouldn't use --show together with additional/unnecessary command line options, like -a 3 and a mask: https://hashcat.net/faq#how_can_i_show_previously_cracked_pa...
philsmd hashcat 3 1,736 10-07-2019, 11:33 AM
    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,726 12-05-2018, 09:09 AM
    Thread: about the zip file size and the hash got by zip2john
Post: RE: about the zip file size and the hash got by zi...

https://github.com/hashcat/hashcat/issues/2186#issuecomment-530489997
philsmd hashcat 3 1,721 11-02-2019, 08:05 AM
    Thread: Problem with token length exceptions
Post: RE: Problem with token length exceptions

make sure that the args.txt file only contains the arguments starting with -a 3 (not the binary "hashcat32.exe" too) also make sure that the file "hashes.txt" only contains valid MD5 hashes you ...
philsmd hashcat 2 1,718 04-25-2019, 07:48 PM
    Thread: Windows 10 not compatible
Post: RE: Windows 10 not compatible

1. make sure that you run hashcat in cmd 2. make sure that you are using the correct windows binary (newer versions of hashcat only ship a 64-bit binary by default, so make sure that you have a 64-bi...
philsmd hashcat 3 1,718 10-12-2019, 09:35 AM
    Thread: Windows 10 not compatible
Post: RE: Windows 10 not compatible

your other posts imply that you already solved this problem: https://hashcat.net/forum/thread-8715-post-46305.html#pid46305 you wouldn't be able to get that specific error message without being ab...
philsmd hashcat 3 1,718 10-13-2019, 09:25 AM
    Thread: New plugin developer guide
Post: RE: New plugin developer guide

You do not need to wait for a new release, the guide is already online: https://github.com/hashcat/hashcat/blob/master/docs/hashcat-plugin-development-guide.md
philsmd hashcat 5 1,717 04-21-2020, 06:38 PM
    Thread: Avoiding startup lag when running hashcat in a loop
Post: RE: Avoiding startup lag when running hashcat in a...

First of all, --force is not used to enable your CPU, but --force is used to run hashcat even if it detected some hard problems on your system. -D 1 (or --opencl-device-types 1) instead needs to be...
philsmd hashcat 2 1,716 12-12-2018, 12:20 PM
    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: having trouble with hashcat working with gpu's
Post: RE: having trouble with hashcat working with gpu's

first step: uninstall pocl
philsmd hashcat 5 1,707 12-29-2019, 09:22 AM
    Thread: Try all combinations in a wordlist and apply rules
Post: RE: Try all combinations in a wordlist and apply r...

You forgot to mention very crucial information, like what hash type you are dealing with and how long the passwords are and how many words are used and where the special characters should be inserted ...
philsmd hashcat 2 1,703 03-01-2019, 12:16 AM
    Thread: Help modifying a .restore file?
Post: RE: Help modifying a .restore file?

the main problem with your command: Code: -- hashcat64 -d 1 -m 14800 -a 3 -w 3 --session itunes backuphash.txt -- is that you didn't specify a mask at all. mask attacks are really most useful ...
philsmd hashcat 2 1,700 09-16-2019, 07:50 PM
    Thread: DES Hash
Post: RE: DES Hash

descrypt is -m 1500 = descrypt, DES (Unix), Traditional DES the salt is already within the first chars of the "hash", so no need to repeat it (i.e. no need for sd : sd..., it's just the second part...
philsmd hashcat 2 1,690 02-08-2019, 08:52 PM
    Thread: PKZip Length Question
Post: RE: PKZip Length Question

short answer: not supported long answer: it would actually be easily possible to support longer compressed data lengths (the decompressed length is even less problematic because we "only" need to c...
philsmd hashcat 2 1,684 06-22-2019, 09:57 AM