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 [asc] Author Forum Replies Views Posted
    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 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 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 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: 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: 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: 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: 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: 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: 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: 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: Outputting Rules using stdout
Post: RE: Outputting Rules using stdout

I would say that you should just try to type the whole line again (no copy-paste or scrollback). There is probably some control character and/or ^C directly within your command line and therefore i...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 1,559 09-17-2019, 04:28 PM
    Thread: Output: candidate + hash
Post: RE: Output: candidate + hash

-m 16700 = FileVault 2 does use a salt hashcat doesn't really provide/have hashes generated on the host... only the OpenCL device (GPU or CPU) will compute the digest on that hardware accelerator...
philsmd hashcat 3 761 05-13-2020, 11:29 AM
    Thread: Output: candidate + hash
Post: RE: Output: candidate + hash

The format definitely uses a salt, just have a glance at the format in the test module: https://github.com/hashcat/hashcat/blob/ff37264c36a89bed32c4f5cff24dbf29bcb98642/tools/test_modules/m16700.pm#L1...
philsmd hashcat 3 761 05-13-2020, 02:15 PM
    Thread: Output issue
Post: RE: Output issue

I don't understand the problem here: Your example: - algo: -m 10 = md5($pass.$salt) - string to hash: "11puma11" (without quotes) if pass is "11puma" and salt is "11" then we end up with a string f...
philsmd Old oclHashcat Support 4 7,359 05-13-2015, 08:49 PM
    Thread: Output format
Post: RE: Output format

yes, the hash file must contain the username. 1st step you crack the hashes by using the --username switch 2nd step you show the hashes with -m x --show --username original_hash_file_with_usernames.t...
philsmd General Talk 1 7,897 11-16-2014, 07:05 PM
    Thread: outfile-format problem ?
Post: RE: outfile-format problem ?

This is a known problem of cpu hashcat 0.47. The upcoming version of cpu hashcat (0.48) won't have this problem any longer.
philsmd Old hashcat Support 2 5,354 07-31-2014, 10:46 PM
    Thread: outfile-check-dir is being ignored
Post: RE: outfile-check-dir is being ignored

I'm really doubting that this is a serious question. But if it really is... you can't tell oclHashcat that it should output only plains (without the hashes) and at the same time you are trying to tel...
philsmd Old oclHashcat Support 2 4,814 02-27-2016, 10:16 AM