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: can't make cmd
Post: RE: can't make cmd

read here: https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets you need to define a custom charset like this: -1 ?u?l ?1?1?1?1?1?1?1 Code: -- ./hashcat-cli64.bin -m 400 --username...
philsmd Old hashcat Support 8 10,219 02-26-2015, 12:12 AM
    Thread: Hash Prestashop
Post: RE: Hash Prestashop

There is some good news here, the new hash type -m 11000 = PrestaShop made it to cpu hashcat already (beta!), oclHashcat support will follow. But let me use this opportunity for a big Warning for for...
philsmd Old hashcat Support 8 18,704 02-26-2015, 12:43 PM
    Thread: Truecrypt keyfile support ?
Post: RE: Truecrypt keyfile support ?

please read here: https://hashcat.net/forum/thread-4296-post-24508.html#pid24508 what atom means is that if there is no trac ticket ( https://hashcat.net/trac/ ) for it with instructions ( see also ...
philsmd Old oclHashcat Support 8 11,810 04-27-2015, 01:13 PM
    Thread: hash format for 1password 3.7.2
Post: RE: hash format for 1password 3.7.2

When we compare the content of your .sqlite file with the normal parsing of the .js file (see https://github.com/philsmd/1password_agilekeychain_to_hashcat/blob/master/1password_agilekeychain_to_hashc...
philsmd Old oclHashcat Support 8 14,817 11-04-2015, 11:00 AM
    Thread: hash format for 1password 3.7.2
Post: RE: hash format for 1password 3.7.2

yes it cracks see: Code: -- echo Hashcat009? | ./1Password_372.pl full:   fb48ad370166a38cefdc083240a0fff362064e98312f48aeb8f5e67481d39dc7c1c144558ef49c4e salt:   fb48ad370166a38c prefix: iv: �...
philsmd Old oclHashcat Support 8 14,817 11-07-2015, 08:25 PM
    Thread: Remove doesn't work on dictionnary attack ?
Post: RE: Remove doesn't work on dictionnary attack ?

First, please make sure that you use the newest release version of cpu hashcat (0.50). It is important that your md5_0.hash file is uniqued, so no duplicate hashes (use sort -u md5_0.hash | sponge ...
philsmd Old hashcat Support 8 11,130 12-01-2015, 05:38 PM
    Thread: Remove doesn't work on dictionnary attack ?
Post: RE: Remove doesn't work on dictionnary attack ?

Autrui Wrote: (12-01-2015, 06:01 PM) -- Code: -- No hashes loaded -- -- It seems that it worked for you too: If it says "No hashes loaded" the file "md5_0.hash" is probably empty (and therefor...
philsmd Old hashcat Support 8 11,130 12-01-2015, 06:13 PM
    Thread: Remove doesn't work on dictionnary attack ?
Post: RE: Remove doesn't work on dictionnary attack ?

I can't reproduce the problem here; no matter what I try. Maybe you have some special setup: for instance a remote drive (not a local disk), the file/directory does not have write permissions etc. A...
philsmd Old hashcat Support 8 11,130 12-02-2015, 11:01 AM
    Thread: any guide installing cuda/nvidia on linux?
Post: RE: any guide installing cuda/nvidia on linux?

The answer is just to *not* install anything "cuda"-related at all and do not install anything from you packet manager (because it will be outdated and probably not working). The only thing you need ...
philsmd General Help 8 24,644 03-08-2016, 10:17 AM
    Thread: any guide installing cuda/nvidia on linux?
Post: RE: any guide installing cuda/nvidia on linux?

it should be very clear what I meant, but I will try to rephrase it: the forum user @pay said he did install the debian package cuda-repo-ubuntu1404_7.5-18_amd64.deb, nvidia-kernel-dkms and nvidia-cud...
philsmd General Help 8 24,644 03-08-2016, 07:14 PM
    Thread: Floating Mask. How to?
Post: RE: Floating Mask. How to?

What you (@agenta) should consider is that this "floating technique" in theory is efficient/meaningful/clever only if the (different) charsets you are using (in your specific case there are 2, ?a and ...
philsmd General Talk 8 11,643 03-01-2016, 12:43 PM
    Thread: hashcat-3.00 - potfile behavior / ignored ?
Post: RE: hashcat-3.00 - potfile behavior / ignored ?

Well, guess it is already too late to create an issue. But good news, it seems we already fixed the problem: see https://github.com/hashcat/hashcat/pull/419 Thanks for reporting (and please test to m...
philsmd hashcat 8 11,437 07-06-2016, 10:11 AM
    Thread: hashcat-3.00 - potfile behavior / ignored ?
Post: RE: hashcat-3.00 - potfile behavior / ignored ?

I'm not able to reproduce this new problem, regardless of what I try (potfile full of hashes, crap etc). Seems that we now really need a github issue with full steps and examples that guide us to r...
philsmd hashcat 8 11,437 07-07-2016, 12:38 PM
    Thread: Hashcat 3 (from git) and OSX
Post: RE: Hashcat 3 (from git) and OSX

From the --help output: Code: -- -D, --opencl-device-types -- and yes both just single device types e.g. -D 1 and also multiple device types e.g. -D 1,2 is possible
philsmd hashcat 8 8,384 07-11-2016, 02:31 PM
    Thread: Hashcat 3 (from git) and OSX
Post: RE: Hashcat 3 (from git) and OSX

Why do you say you (quote : ) "can't use CPU only" ? This is exactly what -D 1 does (with support from your CPU OpenCL driver). BTW: it's also possible to use hashcat-legacy - formerly called "cpu has...
philsmd hashcat 8 8,384 07-13-2016, 08:00 AM
    Thread: Custom Ruleset, Correct word but exhausted
Post: RE: Custom Ruleset, Correct word but exhausted

I discovered several problems here: 1. This command makes absolutely no sense: Code: -- hashcat64.exe -w 1 -m 2500 -a 0 -r rules\mine.rule C:\Pen\hs\mywifi.hccap C:\Pen\word\test.txt --stdout --gpu...
philsmd hashcat 8 8,308 08-25-2016, 08:37 AM
    Thread: Axcrypt: axcrypt2john.py (how to use python)
Post: RE: Using for Axcrypt

My guess is that you should just use the correct python version and therefore: you do not need to change the .py file at all. With "the correct" version of python it should work without problems. ...
philsmd hashcat 8 7,831 08-08-2017, 04:07 PM
    Thread: Axcrypt: axcrypt2john.py (how to use python)
Post: RE: Axcrypt: axcrypt2john.py (how to use python)

I understand that it's not your day to day job to develop or run code, but you should at least try to do some research and think about it. This is not that difficult at all. There are literally thous...
philsmd hashcat 8 7,831 08-08-2017, 09:37 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,165 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,165 09-03-2017, 07:33 PM