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: Third-party utility: analyze_hc_restore
Post: Third-party utility: analyze_hc_restore

analyze_hc_restore is a perl script I have developed that can be very handy to help analyze and mofify oclHashcat .restore files ( https://hashcat.net/wiki/doku.php?id=oclhashcat#parsing_the_restore-f...
philsmd User Contributions 3 7,403 01-28-2015, 11:45 AM
    Thread: Third-party utility: analyze_hccap
Post: Third-party utility: analyze_hccap

analyze_hccap is a new small perl script I developed which sometimes can be very handy to analyze the content of .hccap files (for -m 2500 = WPA cracking, see https://hashcat.net/wiki/doku.php?id=hcca...
philsmd User Contributions 3 7,990 01-28-2015, 11:40 AM
    Thread: €-Symbol with Command ?b
Post: RE: €-Symbol with Command ?b

That's actually the funny and at the same time very difficult part of encoding. the euro sign € can be also represented by just one byte in other encodings for instance ISO8859-15 has 0xa4 as a cur...
philsmd hashcat 4 809 06-16-2020, 10:06 PM
    Thread: | attacks using hashcat-utils
Post: RE: | attacks using hashcat-utils

The problem here is the communication between completely different processes (combinator.bin and oclHashcat-plus64.bin)... the pipe symbol reflects this very well... ( look at | as a wall between the ...
philsmd Very old oclHashcat-plus Support 6 14,167 12-05-2013, 03:49 PM
    Thread: | attacks using hashcat-utils
Post: RE: | attacks using hashcat-utils

Please keep in mind, that while for you this 2 things seem to end up doing the same or at least have several points in common, ... the feature to natively support combinations + rules is very differe...
philsmd Very old oclHashcat-plus Support 6 14,167 12-05-2013, 04:31 PM
    Thread: | attacks using hashcat-utils
Post: RE: | attacks using hashcat-utils

UPDATE: let's consider -a 1 w/ -r the problem here is that devs need to come up w/ a nice and very fast solution to do both the combination and apply rules (possible within the gpu kernel, otherwise i...
philsmd Very old oclHashcat-plus Support 6 14,167 12-05-2013, 04:56 PM
    Thread: [split] hashcat v0.46
Post: RE: [split] hashcat v0.46

Hey, 1. Anyone is able to register and post/edit tickets on Trac (https://www.hashcat.net/trac), since not every forum user uses it, you need to register there separately 2. I also explained here: http...
philsmd Old hashcat Support 2 6,921 09-05-2013, 05:33 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,232 08-13-2015, 10:53 AM
    Thread: [mp64] Output Results with Max/Exact Number of Chars of Specified Charsets
Post: RE: [mp64] Output Results with Max/Exact Number of...

I think this is similar to what we do with policygen of PACK, i.e. using hashcat mask files (.hcmask) directly with hashcat.
philsmd hashcat 2 2,649 02-06-2018, 08:38 AM
    Thread: [HELP] Read russian,arabic, chinese,ecc.. from a wordlist
Post: RE: [HELP] Read russian,arabic, chinese,ecc.. from...

See FAQ: How to deal with special non-latin characters (chinese, arabic, etc...) ? (https://hashcat.net/wiki/frequently_asked_questions#how_to_deal_with_special_non-latin_characters_chinese_arabic_etc...
philsmd Old oclHashcat Support 4 8,307 04-04-2015, 11:52 PM
    Thread: [HELP] Hashcat Mask
Post: RE: [HELP] Hashcat Mask

for points 1 to 3 you could use maskprocessor. It supports the -q and -r command line arguments that filter out exactly the password candidates that do not match the policy that you described above. ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 4,613 02-13-2018, 10:15 AM
    Thread: [HELP] Hashcat Mask
Post: RE: [HELP] Hashcat Mask

That is just a hint how long WPA/WPA2 hashes could be in general (maximum allowed password length for WPA/WPA2). For some hash types there are even 2 different kernel files (optimized vs pure). For...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 4,613 02-13-2018, 12:30 PM
    Thread: [.Net 4.5] Leukocyte_GUI_for_oclHashcat (GUI wrapper)
Post: RE: [.Net 4.5] Leukocyte_GUI_for_oclHashcat (GUI w...

Very nice design indeed. Thank you very much for the contribution
philsmd User Contributions 19 35,840 02-27-2015, 12:49 AM
    Thread: Zip to Hashcat
Post: RE: Zip to Hashcat

winzip (-m 13600 ) and pkzip (-m 172xx) are very different hash types. The data limit that hashcat supports for PKZIP hashes is currently about 320 KB, see: https://github.com/hashcat/hashcat/pull/...
philsmd hashcat 2 726 06-27-2020, 03:24 PM
    Thread: Yet another "No hashes loaded"
Post: RE: Yet another "No hashes loaded"

Please read this: FAQ: How to extract required info from PDF files (https://is.gd/bX2ehZ)
philsmd Old oclHashcat Support 3 10,195 05-25-2015, 09:54 AM
    Thread: Wrong number of total hashes ?
Post: RE: Wrong number of total hashes ?

Are you sure about the format of the hash.txt list. It seems to be number[8 digit]:hash[md5 32byte] Therefore, a command like: cut -b 8- hashes.txt|sort -u|wc -l gives a MUCH smaller number than your...
philsmd Very old oclHashcat-plus Support 7 12,022 03-29-2013, 03:54 PM
    Thread: Wrong number of total hashes ?
Post: RE: Wrong number of total hashes ?

Good to know that it worked! BTW, I know that we all love *cat here but there are times you shouldn't use the cat commands...hehe Why are people using cat to grep stuff, cat to sort stuff, cat to cut...
philsmd Very old oclHashcat-plus Support 7 12,022 03-29-2013, 04:15 PM
    Thread: Wrong number of total hashes ?
Post: RE: Wrong number of total hashes ?

@epixoip That command(s) do *not* solve the problem that we had: unique lines vs unique hashes! (we need to eliminate the strings before the colon) BTW, nobody would use an extra pipe between *TWO* c...
philsmd Very old oclHashcat-plus Support 7 12,022 03-29-2013, 10:21 PM
    Thread: WPA2 Cracking With Password Less Then 8 Length Using rule Attack
Post: RE: WPA2 Cracking With Password Less Then 8 Length...

It seems that you also opened a hashcat github issue (https://github.com/hashcat/hashcat/issues/1222#issuecomment-292860873) and it was answered and closed. Please do not hesitate to use the forum se...
philsmd hashcat 1 2,943 04-10-2017, 09:41 AM
    Thread: WPA2 - 3/4 Digests recovered - Exhausted
Post: RE: WPA2 - 3/4 Digests recovered - Exhausted

according to this wiki/faq page, you shouldn't use --show together with additional/unnecessary command line options, like -a 3 and a mask: https://hashcat.net/faq#how_can_i_show_previously_cracked_pa...
philsmd hashcat 3 1,734 10-07-2019, 11:33 AM