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 [desc] Views Posted
    Thread: No devices found/left
Post: RE: No devices found/left

Code: -- cd Downloads/ tar xzf l_opencl_p_18.1.0.015.tgz cd l_opencl_p_18.1.0.015/ sudo ./install.sh -- The installer will tell you if you have installed all the packages that are needed ...
philsmd hashcat 7 1,535 06-09-2020, 09:17 PM
    Thread: No devices found/left
Post: RE: No devices found/left

The downloaded file l_opencl_p_18.1.0.015.tgz defintiely contains an installation file called "install.sh" within the archive. If you would have extracted the tgz file correctly with "tar xzf l_ope...
philsmd hashcat 7 1,535 06-14-2020, 06:33 PM
    Thread: Multiple wordlist with brute force
Post: RE: Multiple wordlist with brute force

it's always clever to step back a little bit and first try to understand and analyse the feasibility of this attack and the total keyspace. My guess is that this is for WPA "hashes", so it's alread...
philsmd hashcat 7 1,442 06-17-2020, 07:17 PM
    Thread: Multiple wordlist with brute force
Post: RE: Multiple wordlist with brute force

it's negligible. the more words, the less likely is that a word occurs multiple times. As said, you could develop a fast password candidate generator that does all that fancy stuff: combining, conc...
philsmd hashcat 7 1,442 06-19-2020, 05:31 PM
    Thread: Multiple wordlist with brute force
Post: RE: Multiple wordlist with brute force

it's a very special situation, which requires either a special password generator or a compromise to allow some duplicates for better speed. The candidate generator could be as simple as this: Co...
philsmd hashcat 7 1,442 06-19-2020, 06:06 PM
    Thread: slow using rules
Post: RE: slow using rules

try with Code: -- -S -- added to your command line. Alternatively, you could generate a new dict or use stdin/pipe, but first test with -S added to your command line (only makes sense for "...
philsmd hashcat 7 1,056 07-28-2020, 09:07 PM
    Thread: Cracking SHA1(linkedin)
Post: RE: Cracking SHA1(linkedin)

not exactly true royce, it was once implemented as a separate kernel because of some special handling: see https://hashcat.net/forum/thread-6354.html and https://github.com/hashcat/hashcat/commit/82...
philsmd hashcat 7 873 08-10-2020, 07:07 PM
    Thread: Cracking SHA1(linkedin)
Post: RE: Cracking SHA1(linkedin)

you could use hashcat-legacy with your CPU from https://hashcat.net/files/hashcat-2.00.7z (deprecated, not supported anymore)  update: it seems that hashcat-legacy never supported -m 190... or just i...
philsmd hashcat 7 873 08-11-2020, 09:57 AM
    Thread: Looking to write a rule to replace digits
Post: RE: Looking to write a rule to replace digits

Code: -- hashcat --stdout -a 3 -o dict.txt Password?d?d?d hashcat --stdout -a 3 -o dict.txt My?d?d?dPassword hashcat -m 14800 -a 0 -w 3 hash.txt dict.txt --
philsmd hashcat 7 729 08-21-2020, 10:08 PM
    Thread: Segmentation fault [core dumped] by any execution.
Post: RE: Segmentation fault [core dumped] by any execut...

run clinfo and post the output after that also try this: https://hashcat.net/faq/wrongdriver
philsmd hashcat 7 594 08-25-2020, 06:57 PM
    Thread: Segmentation fault [core dumped] by any execution.
Post: RE: Segmentation fault [core dumped] by any execut...

what do you mean by stable ? which version do you use ? which version is working for you ?
philsmd hashcat 7 594 08-26-2020, 01:16 PM
    Thread: Looking to write a rule to replace digits
Post: RE: Looking to write a rule to replace digits

I don't think it's practical, you would need to combine rules with each and every combination (10x -r multi-rule replaces within the command, rule-chaining, to change mutliple digits at the same time)...
philsmd hashcat 7 729 08-22-2020, 10:11 AM
    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,012 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,012 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,012 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