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: Range for the mask
Post: RE: Range for the mask

First of all, I do not understand what this notation means: Quote: -- password|21|6|8|3|19|17|5|15|3|8|5|6|30|19|0|29|29|18|30|30|1|1|28|15|27|22|24|1|2|17|30|2017 -- does this mean your passw...
philsmd hashcat 7 6,109 10-24-2017, 11:35 AM
    Thread: Strange Mask Attack Ouput
Post: RE: Strange Mask Attack Ouput

hey TrAnn3l... the problem here is that "." is a valid file in your path. Therefore it is treated as a path to a charset file. As far as I know... devs are still discussing if charset file paths i...
philsmd Very old oclHashcat-plus Support 2 6,119 11-11-2013, 05:15 PM
    Thread: Getting 0H/S and 0 progress
Post: RE: Getting 0H/S and 0 progress

Code: -- hashcat -m 7100 -a 0 hash.txt dict.txt --
philsmd hashcat 3 6,120 07-25-2018, 07:25 PM
    Thread: [SOLVED]What am i doing wrong? no commands work
Post: RE: What am i doing wrong? no commands work

The format of your hashes should be only like this: Code: -- $oldoffice$1*971400076ab82dd68XXXXXXXXXXXXXd1*49987289XXXXXXXXXXXXXa67b6747abc*6824aa13d09f0e8fXXXXXXXXXXXXXX8a -- e.g. they should not ...
philsmd General Talk 2 6,124 11-21-2017, 09:53 AM
    Thread: v3.30-49-g2f81532 segfault
Post: RE: v3.30-49-g2f81532 segfault

If you use the git version you need to always do all of these steps: Code: -- $ make clean $ git pull $ make -- I also think that reports like this should be directly addressed on github, not here...
philsmd hashcat 5 6,153 02-01-2017, 12:40 PM
    Thread: Cloud GPU's
Post: RE: Cloud GPU's

Teslas are slower than Maxwell cards when it comes to hash cracking. Maybe you can find a "cloud provider" with 970, 980, 980ti, 1080, 1080ti etc; probably not, because they do not focus on hash cr...
philsmd Hardware 4 6,159 04-01-2017, 08:18 AM
    Thread: Cloud GPU's
Post: RE: Cloud GPU's

Of course more cores means more performance (in general), but here we are talking about some very different architectures and instruction sets. That is what makes the real difference for hash cracking...
philsmd Hardware 4 6,159 04-01-2017, 09:50 AM
    Thread: multi hash
Post: RE: multi hash

See https://hashcat.net/wiki/hccapx for windows: Code: -- copy /b single_hccapxs\*.hccapx all_in_one\multi.hccapx -- for linux: Code: -- cat single_hccapxs/*.hccapx > all_in_one/multi.hcc...
philsmd hashcat 6 6,160 03-29-2017, 06:41 PM
    Thread: is it possible to try different mask at once?
Post: RE: is it possible to try different mask at once?

If you are using oclHashcat / cudaHashcat , then the answer is yes, see: https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files you could put each of those masks into a separate line o...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 6,165 04-22-2014, 12:37 PM
    Thread: Encrypted TimeMachine external backup disk
Post: RE: Encrypted TimeMachine external backup disk

I am not really familiar with these TimeMachine backups, but I assume that whenever you have a Manifest.plist file (does that file ship with the backup?) and itunes_backup2hashcat.pl extracted some "h...
philsmd hashcat 5 6,174 04-01-2017, 08:11 AM
    Thread: error CuModuleLoad() 209
Post: RE: error CuModuleLoad() 209

I'm wondering why you are trying with version 340.32 of the nvidia driver if the home page https://hashcat.net/oclhashcat/ clearly emphasizes that: "NV users require ForceWare 346.x or later" your...
philsmd Old hashcat Support 2 6,196 02-17-2015, 03:27 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: substr(md5(md5($pass)))
Post: RE: substr(md5(md5($pass)))

If you are asking about the code changes you need to do to make this work, it would probably be better to discuss this in the developer section of this forum. Feature request go directly to github (o...
philsmd hashcat 2 6,214 03-01-2016, 09:08 PM
    Thread: "If you specify a custom charset, you must also specify a mask."
Post: RE: "If you specify a custom charset, you must als...

It's important to understand how your command line interpreter/shell works and what characters are special. You can use a charset file and put your custom charset within the .hcchr file. Alternative...
philsmd hashcat 3 6,214 04-12-2018, 04:24 PM
    Thread: [Resolved] Possible bug with Office 2003 hash - no collision found
Post: RE: Possible bug with Office 2003 hash - no collis...

The problems with this forum post/thread are: 1. the general forum user is *not* allowed to post hashes (see https://hashcat.net/forum/announcement-2.html ) without explicit permission from a moderato...
philsmd Old oclHashcat Support 4 6,235 08-11-2015, 08:47 PM
    Thread: [Resolved] Possible bug with Office 2003 hash - no collision found
Post: RE: [Resolved] Possible bug with Office 2003 hash ...

the reason is that -m 9710 is used to collide the RC4 hash, while -m 9700 should be *only* used when you are looking for the correct password - and don't want to use the collision mode - (again: this ...
philsmd Old oclHashcat Support 4 6,235 08-13-2015, 10:53 AM
    Thread: Stuck for days, probably a simple fix, please help!
Post: RE: Stuck for days, probably a simple fix, please ...

Code: -- cudaHashcat64 -m 2500 --show hash_file.hccap -- if you did specify a session name (--session) for cracking the hash(es) you need to specify it for the --show command as well. Also see: -...
philsmd Old oclHashcat Support 4 6,236 11-05-2015, 10:44 AM
    Thread: Defining character length.
Post: RE: Defining character length.

are you talking about the hashing algorithm -m 2500 = WPA/WPA2 ? what is your command ? -a 3 ? can you please copy-paste the status screen that you see in here ?
philsmd hashcat 21 6,238 09-17-2019, 10:03 PM
    Thread: Defining character length.
Post: RE: Defining character length.

yeah, but that's a different story. that wouldn't explain the 15 % rejected with the wordlist where s/he claims "I removed the words under eight".
philsmd hashcat 21 6,238 09-19-2019, 12:32 PM
    Thread: Defining character length.
Post: RE: Defining character length.

I don't understand what the problem is and what you are seeing. This is your statement: Quote: -- why is it guessing passwords that are only two characters -- but your screenshot clearly says ...
philsmd hashcat 21 6,238 09-18-2019, 08:28 AM