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 [desc] Posted
    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: 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: 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: 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: 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: 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: 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: 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: 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: Need assistance
Post: RE: Need assistance

no, this is not correct. it should only have one ".txt" in it hash.txt.txt is not the same as hash.txt in your screenshot it's very obvious that for instance example0.cmd is just listed as "exam...
philsmd hashcat 4 1,772 10-14-2019, 08:31 AM
    Thread: Cisco IE1000 Switch
Post: RE: Cisco IE1000 Switch

doesn't the configuration file also tell you the type of the "password". I guess, it's none of these https://community.cisco.com/t5/networking-documents/understanding-the-differences-between-the-ci...
philsmd hashcat 5 1,772 02-24-2020, 09:11 AM
    Thread: Cisco IE1000 Switch
Post: RE: Cisco IE1000 Switch

that's interesting. so it seems to be a hash indeed. The problem is that we do not know the algorithm, Maybe that's a Cisco secret, I guess. You could try to kindly ask some cisco support/techni...
philsmd hashcat 5 1,772 02-27-2020, 09:31 AM
    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 ...

different topic, off-topic hint: encoding. UTF8 character encoding is supported by default, but all hashing algorithms work with bytes (0x00-0xff) anyways.
philsmd General Talk 11 1,772 07-05-2020, 05:23 PM
    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 ...

the file redirect with Code: -- > two_words.txt -- was already mentioned above. Please read more carefully
philsmd General Talk 11 1,772 07-05-2020, 05:35 PM
    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 ...

my guess is that you messed your command up. maybe you specified a wrong file. Make sure that everything after "combinator" is a text file. for instance "combinator combinator ... " do not make sen...
philsmd General Talk 11 1,772 07-05-2020, 06:19 PM
    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 ...

instead of Code: -- ... -- you should of course insert the path names as explained above. Yeah, the BOM is indeed a problem, you should open the file in Notepad++ and store the file witho...
philsmd General Talk 11 1,772 07-05-2020, 06:47 PM
    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