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 [asc] Views Posted
    Thread: -m 18300 APFS
Post: RE: -m 18300 APFS

Code: -- sudo apt install libfuse3-dev --
philsmd hashcat 9 3,940 05-18-2020, 10:19 AM
    Thread: -m 18300 APFS
Post: RE: -m 18300 APFS

normally you would need to do everything that the extraction tool needs to do. so it could turn out to be more complicated than you might think (but of course there are exceptions to this as always) ....
philsmd hashcat 9 3,940 05-18-2020, 02:08 PM
    Thread: How can I get status from hashcat for using other program?
Post: RE: How can I get status from hashcat for using ot...

Yes, the struct description is here: https://hashcat.net/wiki/doku.php?id=oclhashcat_lite#parsing_the_restore-file but there is no speed information included within the struct (since speed may vary qui...
philsmd Very old oclHashcat-lite Support 8 16,010 05-13-2013, 01:08 PM
    Thread: How can I get status from hashcat for using other program?
Post: RE: How can I get status from hashcat for using ot...

Ok, I understand. If you look at the output of ./*hashcat -h you see some parameters that may help you, e.g.: --status Enable automatic update of the status-screen --status-timer=NUM Seconds betwee...
philsmd Very old oclHashcat-lite Support 8 16,010 05-13-2013, 01:47 PM
    Thread: How can I get status from hashcat for using other program?
Post: RE: How can I get status from hashcat for using ot...

I agree w/ atom and you that stdout/stderr reading isn't a good choice in general and should be avoided whenever possible but I think that w/o a full API access to *hashcats functionalities, this is t...
philsmd Very old oclHashcat-lite Support 8 16,010 05-13-2013, 04:08 PM
    Thread: Catalyst 13.1 Installation Issues
Post: RE: Catalyst 13.1 Installation Issues

Hey obsidian, please have a look at the dozens of tutorials on the web that address this exact same problem (The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux + Catalyst). We also di...
philsmd General Help 8 18,511 06-06-2013, 03:23 PM
    Thread: Catalyst 13.1 Installation Issues
Post: RE: Catalyst 13.1 Installation Issues

It could be a problem with the difference of your architecture and the architecture that was used in thread 2222. You should for instance use ln -s /usr/include/linux/ /lib/modules/$(uname -r)/buil...
philsmd General Help 8 18,511 06-06-2013, 06:21 PM
    Thread: Catalyst 13.1 Installation Issues
Post: RE: Catalyst 13.1 Installation Issues

There should not be 32 bit opencl etc lib around on your system. Maybe it is because of the AMDAPP (ocl SDK install). As suggested by @expixoip you should remove *everything* sdk/ocl/amd/ati driver re...
philsmd General Help 8 18,511 06-07-2013, 08:24 AM
    Thread: worldlist extra rules
Post: RE: worldlist extra rules

So if this is not working for you w/ oclHashcat what can we do? 1. use cpu hashcat as above (./hashcat-cli64.bin -a 1 dicfile.txt --stdout > dicfile_combined.txt) and use this dict 2. use ./hashcat-...
philsmd Very old oclHashcat-plus Support 8 14,251 06-16-2013, 05:55 PM
    Thread: Bug with complex rule ?
Post: RE: Bug with complex rule ?

Try to execute this: Code: -- echo -en "1\00002"|md5sum a933d13f81649bebe035dc21f4002ff1 - -- Basically it is: 1 || \0 || 2 where || means concatenated. Yes, there seems to be a bug (or ...
philsmd Very old oclHashcat-plus Support 8 16,080 06-01-2013, 06:15 PM
    Thread: Bug with complex rule ?
Post: RE: Bug with complex rule ?

Hey Waffle, while I agree with most (if not all) of your suggestions here (https://hashcat.net/trac/ticket/148 ) , I also think that it is not really the solution for this problem (or perfectly relat...
philsmd Very old oclHashcat-plus Support 8 16,080 06-01-2013, 08:08 PM
    Thread: Bug with complex rule ?
Post: RE: Bug with complex rule ?

Perfect, thx Waffle for these details. It is just a pity that I/we weren't aware of these speed-truncation mechanism, unfortunatelly I think nobody documented this behaviour and why it can't be avo...
philsmd Very old oclHashcat-plus Support 8 16,080 06-02-2013, 06:47 AM
    Thread: worldlist extra rules
Post: RE: worldlist extra rules

Please *read* what other users suggest as solution (because the answer was already given and works), don't ask in other threads (e.g. https://hashcat.net/forum/thread-2365-post-14211.html#pid14211 ) f...
philsmd Very old oclHashcat-plus Support 8 14,251 06-16-2013, 08:23 AM
    Thread: oclHashcat install problems
Post: RE: oclHashcat install problems

It was more of a hint of what binary you should use. If you have a 7970 it was very likely *not* produced by Nvidia, therefore you can't use cudaHashcat-plus64.bin, but you should try w/ oclHashcat-p...
philsmd Very old oclHashcat-plus Support 8 13,383 07-28-2013, 11:16 PM
    Thread: Maskprocessor word at position??[solved]
Post: RE: Maskprocessor word at position??

If you really need to use the number index instead, this could be done VERY easily with a small "position lookup" code in e.g. shell script or other programming language. I mean, a small wrapper that ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 16,931 08-08-2013, 11:12 AM
    Thread: Who have old HashCat Plus ?
Post: RE: Who have old HashCat Plus ?

Hey, 1. google (and to be fair other search engines too, including some specialized file search engines) return dozens of result if I just launch a search, e.g. I get this link: ftp://www.cs.tula.r...
philsmd Very old oclHashcat-plus Support 8 15,002 10-01-2013, 02:06 AM
    Thread: BSOD with 7970
Post: RE: BSOD with 7970

Are you using oclHashcat-plus or oclHashcat-lite? The recommended driver version for oclHashcat-plus is 13.4, but 13.8 and 13.9 seem to work also without problem here. If you use lite and have 13.9 in...
philsmd General Help 8 15,367 10-20-2013, 11:42 AM
    Thread: cudaHashcat on Tesla
Post: RE: cudaHashcat on Tesla

It seems that it works w/ Kubuntu 13.10 just because it is a *clean* install... Maybe you can try to do the same w/ 12.04 (setup a new VM - install everything from scratch there) .... it could be th...
philsmd General Help 8 14,527 10-30-2013, 06:15 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: 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