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: Mac .pdf hash type
Post: RE: Mac .pdf hash type

1. please define "Mac .pdf file". Which software did you use to create the document? 2. what are the steps you followed to extract the information needed ("hash") from the .pdf document? 3. How did yo...
philsmd Old oclHashcat Support 3 6,369 12-25-2015, 09:55 AM
    Thread: Mac .pdf hash type
Post: RE: Mac .pdf hash type

@simplyslow I had to ban you for posting hashes (without permission; not even the corresponding password was mentioned): please use the 7 days off to read the forum rules again ( https://hashcat.net/f...
philsmd Old oclHashcat Support 3 6,369 12-26-2015, 11:13 AM
    Thread: Mac OS X 10.8-9 Issue
Post: RE: Mac OS X 10.8-9 Issue

First see here: https://hashcat.net/forum/announcement-2.html You shouldn't post hashes if you were not asked by a moderator or dev. The answer is simple, just truncate the length to the one indicat...
philsmd Old hashcat Support 3 11,330 02-09-2014, 05:27 PM
    Thread: Mac OS X 10.8-9 Issue
Post: RE: Mac OS X 10.8-9 Issue

Thx for these details and your testing... We did make the same test w/ a 32bit system (and w/ 32bit binary on 64bit system) and discovered a problem for this hash type, other affected hash types are ...
philsmd Old hashcat Support 3 11,330 02-11-2014, 04:19 PM
    Thread: Mac OSX Mojave .plist format conversion
Post: RE: Mac OSX Mojave .plist format conversion

if I understood this correctly you can access the file when mounting the file system with a different operating system ?! I think we can't do anything about that. You can't just use a totally diffe...
philsmd hashcat 9 4,502 06-14-2019, 06:53 PM
    Thread: Mac OSX Mojave .plist format conversion
Post: RE: Mac OSX Mojave .plist format conversion

never heard about this "AuthenticationAuthority" format, hashcat officially only supports this: https://hashcat.net/forum/thread-8368-post-44680.html#pid44680 and the itunes backups plist files. We...
philsmd hashcat 9 4,502 06-03-2019, 09:45 AM
    Thread: macOS firmware password hash mode ?
Post: RE: macOS firmware password hash mode ?

I'm not very familiar with these macOS passwords, but maybe you could try this: https://forums.macrumors.com/threads/reset-macos-firmware-password.2039622/?post=24518521#post-24518521 (using firmwar...
philsmd hashcat 3 388 08-26-2020, 12:28 AM
    Thread: Make Wordlist
Post: RE: Make Wordlist

I don't think that with 16 chars it is very clever and fast to generate a wordlist. Also, depending on the hash mode and your hardware setup, 16 chars may take quite long to bruteforce too Anyway, th...
philsmd General Talk 6 20,005 08-22-2013, 01:04 AM
    Thread: Making sure my hash is right
Post: RE: Making sure my hash is right

Why don't you just test it by generating a new wallet (with the old dogecoin software that you used) and trying to crack that specific "hash" (for which you know the password) ? of course you should ...
philsmd hashcat 5 3,988 01-05-2018, 09:49 PM
    Thread: Making sure my hash is right
Post: RE: Making sure my hash is right

again, you do not need to guess. The only way to be 100% sure if the hash is formatted/converted correctly is to use the exact same version of the software you used some years ago (the old wallet sof...
philsmd hashcat 5 3,988 01-06-2018, 10:50 AM
    Thread: Markov attack
Post: RE: Markov attack

It's not a special "kind of attack", instead it is "just" one of many optimisations. It is on by default in hashcat (to disable it you need to use --markov-disable). You can see the differences by u...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 9,099 01-30-2017, 05:51 PM
    Thread: markov mode
Post: RE: markov mode

maybe you are looking for the command line argument: Code: -- --markov-threshold -- see --help output of hashcat. normally the length of the password candidates is determined by the mask le...
philsmd hashcat 6 1,079 05-22-2020, 12:33 PM
    Thread: markprocessor --combinations and -q -r
Post: RE: markprocessor --combinations and -q -r

Actually yes, there are exactly 2 alternatives: 1. do the math yourself (total number of combinations - (number of combinations "removed" by "-q" and/or number of combinations "removed" by "-r")). No...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 6,203 01-05-2016, 01:15 PM
    Thread: Mask + Brute Force with repeated password
Post: RE: Mask + Brute Force with repeated password

How do you know that it doesn't duplicate whenever the length is greater than 15? How did you test it? if I run something like this: Code: -- echo abcdefghijklmnopqrstuvwxyz | hashcat --stdout ...
philsmd hashcat 8 6,282 03-02-2018, 10:14 AM
    Thread: Mask 0123456789
Post: RE: Mask 0123456789

https://hashcat.net/wiki/?id=mask_attack Code: -- hashcat64.exe -m 2500 -a 3 -o www.txt C:\ha\20488_1578425546.hccapx ?d?d?d?d?d?d?d?d --
philsmd hashcat 4 1,383 01-07-2020, 09:59 PM
    Thread: Mask 0123456789
Post: RE: Mask 0123456789

https://hashcat.net/wiki/?id=mask_attack#custom_charsets the general idea will be the same and won't change, if you do not know how to do it, you can simple read the explanation on the wiki page, t...
philsmd hashcat 4 1,383 01-07-2020, 11:05 PM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

Well, the best strategy depends on a couple of things like: 1. is it a slow or fast hashing algorithm (which hash type is used, -m ?) ? 2. how large is the number of constant strings. Is there only ...
philsmd General Talk 37 24,766 01-09-2018, 09:40 AM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

your syntax is not correct, --custom-charset2 (or short -2) is used to define a charset. You can't specify a dictionary file with -2, it only accepts a set of different chars at the first line of the ...
philsmd General Talk 37 24,766 01-09-2018, 06:43 PM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

Hashcat makes a strict distinction between rules (see https://hashcat.net/wiki/doku.php?id=rule_based_attack) and masks (https://hashcat.net/wiki/doku.php?id=mask_attack). solace is currently using...
philsmd General Talk 37 24,766 01-15-2018, 11:49 PM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

In general you do this mangling (like appending/prepending characters etc) with rule based attacks (with -a 0 and -r my.rule for instance), i.e. you run a wordlist and add those special characters and...
philsmd General Talk 37 24,766 01-26-2018, 09:00 PM