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: Sorting many masks by number of combinations?
Post: RE: Sorting many masks by number of combinations?

maybe this one: PACK (Password Analysis and Cracking Kit): https://github.com/iphelix/pack/ https://web.archive.org/web/20190125201146/https://thesprawl.org/projects/pack/
philsmd hashcat 2 805 04-30-2020, 02:08 PM
    Thread: Special char-set usage
Post: RE: Special char-set usage

UPDATE2: using a .hcmask file doesn't make much sense in this case (together w/ the spanish.hcchr file) since the mask inside the .hcmask file must refer to the spanish.hcchr file somehow... i.e. the ...
philsmd General Help 8 11,402 11-05-2013, 07:17 PM
    Thread: Special char-set usage
Post: RE: Special char-set usage

no, if you define -1 to use the spanish.hcchr and if you also use -1 in your mask *OR* if you use a hcchr that includes all chars you want to try... there is no fallback to latin characters It only d...
philsmd General Help 8 11,402 11-05-2013, 07:28 PM
    Thread: Special Character for hashcat rules
Post: RE: Special Character for hashcat rules

Code: -- $_ $0 $1 -- [hr] explanation: to append more than one character, you need to apply more than one rule (https://hashcat.net/wiki/?id=rule_based_attack)
philsmd hashcat 4 1,345 12-13-2019, 06:54 PM
    Thread: Special Character for hashcat rules
Post: RE: Special Character for hashcat rules

yeah, you are completely wrong. there is a whole table of "functions" (https://hashcat.net/wiki/?id=rule_based_attack#implemented_compatible_functions) and $, ^, T, D, O, x etc are not referring to...
philsmd hashcat 4 1,345 12-13-2019, 07:22 PM
    Thread: Special character problem ű,Å‘
Post: RE: Special character problem ű,ő

Immy, let me ask one question: WHY? if we tell you that you are *not* allowed to post hashes (https://hashcat.net/forum/announcement-2.html , you are breaking the most important rule in this forum), wh...
philsmd Very old oclHashcat-plus Support 8 15,024 11-03-2013, 03:54 PM
    Thread: Special character problem ű,Å‘
Post: RE: Special character problem ű,ő

1. you don't need https://www.md5hashgenerator.com/ to generate hashes. We know we find the ISO code of that particular char here: https://en.wikipedia.org/wiki/ISO/IEC_8859-2 and we use linux OS, ther...
philsmd Very old oclHashcat-plus Support 8 15,024 11-10-2013, 11:22 PM
    Thread: Special character problem ű,Å‘
Post: RE: Special character problem ű,ő

afaik I already told you how to do that *in detail* Again, we start w/ (some) list of chars, let's stay with those defined here: https://en.wikipedia.org/wiki/ISO/IEC_8859-2 now we have a list that i...
philsmd Very old oclHashcat-plus Support 8 15,024 11-14-2013, 04:36 PM
    Thread: Special character problem ű,Å‘
Post: RE: Special character problem öüóűú...

You are *not* allowed to post hashes here (see https://hashcat.net/forum/announcement-2.html ) even if this is a self generated hash etc... hide it or you get banned The question was addressed seve...
philsmd Very old oclHashcat-plus Support 8 15,024 10-31-2013, 03:44 PM
    Thread: Speed issue with WPA2
Post: RE: Speed issue with WPA2

it could also be that you are cracking multiple networks. For instance if the status line doesn't say: Code: -- Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts -- ... if there isn...
philsmd hashcat 5 3,642 07-06-2018, 06:31 PM
    Thread: Speed of crack for WPA/WPA2 hash
Post: RE: Speed of crack for WPA/WPA2 hash

The short answer is: I/O You shouldn't underestimate how slow it is to read from disk compared to e.g. generating the password candidates with rule/mask engine directly on GPU (fast hashes). For slo...
philsmd hashcat 8 21,164 09-02-2017, 08:40 AM
    Thread: Speed of crack for WPA/WPA2 hash
Post: RE: Speed of crack for WPA/WPA2 hash

As already mentioned above, the hash algorithm itself determines where/how the password candidates are generated for mask attacks (-a 3). The hashcat source code distinguishes between ATTACK_EXEC_INS...
philsmd hashcat 8 21,164 09-03-2017, 07:33 PM
    Thread: speed reduce in using rules to generate keys
Post: RE: speed reduce in using rules to generate keys

but what does this tell us? I think kind of no news here. It just means that I/O should be avoided and could always be a bottleneck (even if you use /dev/null and the /dev/null is highly optimized by...
philsmd hashcat 3 3,323 03-19-2018, 09:22 AM
    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
    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: 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: 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: 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: 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: 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