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: suggest brute rules
Post: RE: suggest brute rules

With oclHashcat you can use mask files see https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files
philsmd General Help 2 4,862 06-27-2014, 07:31 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: stupid behaviour when using masks hashcat execution
Post: RE: stupid behaviour when using masks hashcat exec...

1. read here: https://hashcat.net/wiki/doku.php?id=mask_attack#supported_by "mask files are currently only supported by oclHashcat" 2. there is no masks directory nor .hcmask files within the cpu h...
philsmd Old hashcat Support 2 7,916 06-12-2014, 12:27 PM
    Thread: Stuck while Dictionary chache building
Post: RE: Stuck while Dictionary chache building

what happens if you just read the file with something like: Code: -- type crackstation.txt > nul --
philsmd hashcat 3 1,310 12-09-2019, 04:51 PM
    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: Struggling with syntax
Post: RE: Struggling with syntax

1. you are posting your question within the wrong forum section: your output shows that you are using hashcat-legacy, while your are posting within the "hashcat" forum section. (... or maybe you shoul...
philsmd hashcat 1 3,866 08-08-2016, 09:43 AM
    Thread: Struggling with hashcat iTunes
Post: RE: Struggling with hashcat iTunes

if you only have an Intel CPU (no GPU), you should install the OpenCL Runtime for Intel CPUs from https://software.intel.com/en-us/articles/opencl-drivers#cpu-section (https://registrationcenter-downlo...
philsmd hashcat 1 571 03-29-2020, 08:28 PM
    Thread: strange output statsprocessor
Post: RE: strange output statsprocessor

You should always specify a mask, the --help says: ./sp64.bin [options]... hcstat-file [filter-mask] the mask (filter-mask) is needed to tell sp64 where you want the --custom-charset1 etc to be used,...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 7,219 04-10-2015, 11:11 PM
    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: Strange behaviour w/ WPA
Post: RE: Strange behaviour w/ WPA

I've tested this a little bit w/ same command line and similar dict, but I always get 100% progress. It could have to do w/ dictstat (and/or a corrupted .dictstat file), could you please try to delet...
philsmd Old oclHashcat Support 3 5,876 04-30-2014, 05:13 PM
    Thread: Strange behavior when using two GPUs
Post: RE: Strange behavior when using two GPUs

jevgienij Wrote: (03-03-2019, 03:12 PM) -- What am I missing [...]? -- Founder Edition / Reference Design GPUs
philsmd hashcat 7 3,287 03-03-2019, 03:19 PM
    Thread: stop working !
Post: RE: stop working !

You use a 3rd party windows program (Hashcat-GUI), this implies that whenever you have problems by using this GUI it is better to post your GUI problems there: https://forum.md5decrypter.co.uk/forum8-g...
philsmd Very old oclHashcat-plus Support 4 8,934 06-15-2013, 03:24 PM
    Thread: Stdin and stdout simultaneously
Post: RE: Stdin and stdout simultaneously

Yes this already works. You must be doing something wrong, because this is working perfectly fine here. You can troubleshoot it with just an echo command, e.g: echo test | ./hashcat64.bin --st...
philsmd hashcat 3 4,064 11-17-2017, 09:01 AM
    Thread: status-automat format
Post: RE: status-automat format

The full format (that was also mentioned on the now offline trac ticketing system) is: STATUS\t%u\tSPEED\t%llu\t%f\tCURKU\t%llu\tPROGRESS\t%llu\t%llu\tRECHASH\t%u\t%u\tRECSALT\t%u\t%u\tTEMP\t%d\t\r\n ...
philsmd Old oclHashcat Support 3 4,988 01-22-2016, 07:12 PM
    Thread: Status description
Post: RE: Status description

for status updates every 30 seconds, you need to use: --status --status-timer 30 1. The mask (that you didn't specify, it's the default one, see: https://hashcat.net/wiki/doku.php?id=hashcat#defau...
philsmd hashcat 2 1,158 02-19-2020, 09:43 AM
    Thread: Statsprocessor specific characters
Post: RE: Statsprocessor specific characters

Why do you want to write this to a file ? Hashcat has in-built support for markov chains and mask attack (-a 3). Anyways, if you really, really want to write it to a disk (I don't know why), you n...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 4,974 12-23-2017, 07:28 PM
    Thread: ssha help
Post: RE: ssha help

Example hashes can be found here: https://hashcat.net/wiki/doku.php?id=example_hashes ... and yes only -m 111 = nsldaps, SSHA-1(Base64), Netscape LDAP SSHA looks similar (has the, what we call, same ...
philsmd General Talk 5 4,092 01-10-2018, 02:00 PM
    Thread: SQL2012 - Token Length Exception
Post: RE: SQL2012 - Token Length Exception

First of all, hashes (yeah all hashes, including the SQL hashes) are not decryptable, you must crack them. The error message clearly says that it tried to use the hash "C:\hashcat\Hashes.txt" which...
philsmd hashcat 2 3,252 12-19-2018, 07:37 PM
    Thread: Speed up the --show command
Post: RE: Speed up the --show command

interesting... we had a similar discussion a couple of times in the past (see https://hashcat.net/forum/thread-7756-post-41734.html#pid41734). We also improved the performance a lot a while back, for...
philsmd hashcat 1 1,632 10-08-2018, 01:05 PM
    Thread: Speed up bruteforce H/s
Post: RE: Speed up bruteforce H/s

let's start by letting us know which type of hashes you are targeting. Throwing some numbers at the table doesn't make much sense without the information about the algorithm / hash type . BTW: m...
philsmd hashcat 3 845 05-01-2020, 12:30 PM