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 [desc] Author Forum Replies Views Posted
    Thread: Packages for Linux distributions
Post: RE: Packages for Linux distributions

I think we should distinguish this task in 2 separate goals: 1. what devs of hashcat/oclHashcat need to change/do to facilitate creation of packages. 2. what the people need to do/know whose goal is t...
philsmd hashcat 12 18,949 12-08-2015, 02:56 PM
    Thread: Paid Rules Assistance?
Post: RE: Paid Rules Assistance?

combining 3 dicts is essentially the same as combining 2 dicts and "add" the dict again (1+1+1 = (1+1)+1 = 3). you could use combinator3.bin from hashcat-utils (https://hashcat.net/wiki/doku.php?id...
philsmd hashcat 9 2,223 03-06-2020, 09:38 PM
    Thread: Parameters for crack ETH wallet password
Post: RE: Parameters for crack ETH wallet password

before starting a long running cracking job I would suggest to first make sure that your restrictions about the password candidates are correct and that your expected/test password candidates are even...
philsmd hashcat 4 3,253 09-30-2018, 09:12 AM
    Thread: Parsing out hashes from single lines
Post: RE: Parsing out hashes from single lines

Code: -- egrep -o '[0-9a-fA-F]{32}' md5.sql > md5_hashes_unsorted_ununiqed.hash -- or even better and much more correct (because otherwise you could get some false positives): Code: -- SELECT p...
philsmd General Talk 1 2,441 03-18-2017, 09:13 PM
    Thread: Partial mask increment
Post: RE: Partial mask increment

with hashcat mask files (.hcmask): https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files and https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_hashcat_mask_file ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 1,267 02-28-2020, 04:00 PM
    Thread: Pass for Veracrypt file container, algorithm Twofish-Serpent
Post: RE: Pass for Veracrypt file container, algorithm T...

1. dd (dd.exe) can be used on windows too to extract the bytes 2. you are probably confusing the data length that needs to be decrypted to verify if the password was correct with the key length ("gen...
philsmd hashcat 1 1,855 06-18-2018, 07:57 PM
    Thread: Passphrase make .rule
Post: RE: Passphrase make .rule

https://hashcat.net/wiki/doku.php?id=combinator_attack if you want to add space, you can use the rule -j "$ " (or '$ ' or "\$ " on linux to escape the dollar). This is actually not a "rule" but ...
philsmd hashcat 1 1,045 07-06-2019, 10:26 AM
    Thread: Password file or mask attack..
Post: RE: Password file or mask attack..

It is always good to know the algorithm type etc and maybe your setup too, such that we can give more suitable advices... But assume this: - 1. it is a fast hash that you want to crack (e.g md5) - 2....
philsmd General Talk 1 5,318 10-07-2014, 03:05 AM
    Thread: Password in list, but hashcat cant find it? [Electrum litecoin wallet]
Post: RE: Password in list, but hashcat cant find it? [E...

does the example hash from https://hashcat.net/wiki/example_hashes work for you ? Do you see any self-test errors at the start of hashcat ? If you are sure that the hash should crack and your se...
philsmd hashcat 3 2,505 03-07-2019, 05:06 PM
    Thread: Password in list, but hashcat cant find it? [Electrum litecoin wallet]
Post: RE: Password in list, but hashcat cant find it? [E...

update: I'm pretty sure this problem with electrum2 was already fixed, see: https://github.com/hashcat/hashcat/pull/1805 and https://github.com/hashcat/hashcat/issues/1942 any version > 5.1.0 shoul...
philsmd hashcat 3 2,505 03-08-2019, 12:53 PM
    Thread: Password Length Help
Post: RE: Password Length Help

That is not possible. You only know the password length for sure if you have already cracked the hash what is you command ?
philsmd hashcat 2 1,044 08-29-2019, 07:53 AM
    Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi

Please do not misquote me, I got a PM from you and I replied by saying that hashcat doesn't currently support Wasabi Wallet recovery. I'm not sure about the algorithm details, I/somebody would need to...
philsmd hashcat 16 3,272 03-29-2020, 12:50 PM
    Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi

Every serious attempt to crack a hash should be accompanied with testing a real-world example. That means in very easy terms: please first verify if you are able to crack an example for which you h...
philsmd hashcat 16 3,272 03-29-2020, 01:19 PM
    Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi

unfortunately, I am not interested in trying to crack your wallet/hash. If you really have don't want to investigate the time to test with the tool above or research the algorithm and create a github ...
philsmd hashcat 16 3,272 03-29-2020, 01:35 PM
    Thread: Password wallet recovery wasabi
Post: RE: Password wallet recovery wasabi

I had a quick glance at that tool from github (nopara73 etc) and did develop a quick perl POC: Code: -- #!/usr/bin/env perl # Author: philsmd # Date: April 2020 # License: public domain, cred...
philsmd hashcat 16 3,272 04-02-2020, 05:56 PM
    Thread: Password-based Uniform-Random-Equivalent Encryption
Post: RE: Password-based Uniform-Random-Equivalent Encry...

it wouldn't be surprising that there exists software that can encrypt disks/volumes/containers etc and make them look as random data. The problem only is that also (plain text and easy to spot) metad...
philsmd General Talk 1 557 06-13-2020, 03:45 PM
    Thread: pattern mask
Post: RE: pattern mask

Well, this is a very specific task (insert a word of length 5, g00se, into a mask of length 12, at each and every position), it's probably much more easier to just write all combination down or use a ...
philsmd hashcat 4 998 04-18-2020, 08:19 AM
    Thread: PBKDF2 and SHA-1 question
Post: RE: PBKDF2 and SHA-1 question

https://github.com/hashcat/hashcat/blob/773dab91616df1088b5887623547ab2bde80d9ba/tools/test_modules/m16800.pm#L40-L58 256 bits are 32 bytes (32 * 8 = 256)
philsmd hashcat 4 2,385 04-06-2019, 10:58 PM
    Thread: PBKDF2 HMAC SHA512
Post: RE: PBKDF2 HMAC SHA512

@wrigglingears, @undeath: why are you both claiming that there are no generic PBKDF2-HMAC-* hashing algorithms implemented ? It is both stated here https://hashcat.net/forum/thread-4614.html and here...
philsmd Old oclHashcat Support 7 11,915 12-01-2015, 07:28 PM
    Thread: PBKDF2 new format hash
Post: RE: PBKDF2 new format hash

Why do you not write your comments on trac directly? What regards the trac ticket, I was asking for more details and where this hash type is being used (common CMS, other software etc) but we didn't ...
philsmd User Contributions 3 9,610 01-21-2015, 10:02 AM