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: How to find the password for a hidden partition of a single TrueCrypt file?
Post: RE: How to find the password for a hidden partitio...

yeah and I also do not agree that testing is a waste of time or you can save time by just asking and take everything for granted. Verify it ! check if the claim about this sector is correct by generat...
philsmd hashcat 6 2,676 07-17-2019, 01:10 PM
    Thread: Hashfile input format
Post: RE: Hashfile input format

--username please do not post hashes. you will be banned
philsmd hashcat 6 3,092 07-18-2019, 06:58 AM
    Thread: Hashfile input format
Post: RE: Hashfile input format

https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
philsmd hashcat 6 3,092 07-18-2019, 05:31 PM
    Thread: Hashfile input format
Post: RE: Hashfile input format

nope, you should run --show always without any dictionary file, as explained in the link above which arguments are allowed/required/optional
philsmd hashcat 6 3,092 07-20-2019, 05:21 PM
    Thread: Downloaded 3.6.0 but says I’m using v4.2.1 ??
Post: RE: Downloaded 3.6.0 but says I’m using v4.2.1 ?...

why do you use old versions in the first place ? to run a command on any *nix based system (including macos and linux), you need to run it like this: Code: -- ./hashcat --help -- i.e. t...
philsmd hashcat 6 2,080 07-26-2019, 05:04 PM
    Thread: Downloaded 3.6.0 but says I’m using v4.2.1 ??
Post: RE: Downloaded 3.6.0 but says I’m using v4.2.1 ?...

try to use the latest beta version from https://hashcat.net/beta
philsmd hashcat 6 2,080 07-26-2019, 07:35 PM
    Thread: Downloaded 3.6.0 but says I’m using v4.2.1 ??
Post: RE: Downloaded 3.6.0 but says I’m using v4.2.1 ?...

well, I must admit that I forgot that we talked about macOS executable here. Therefore for macOS you need to either use the github code and compile it yourself or use the homebrew packages which aren...
philsmd hashcat 6 2,080 07-31-2019, 11:50 AM
    Thread: Restore value is greater than keyspace
Post: RE: Restore value is greater than keyspace

thanks again mrmike This problem was now fixed (git version includes the fix, soon also beta/release) with this commit: https://github.com/hashcat/hashcat/commit/ca31ef43aff1726113aaef85d06aa5c3cbc...
philsmd hashcat 6 2,894 08-06-2019, 02:10 PM
    Thread: Some way to 'increment from a wordlist'
Post: RE: Some way to 'increment from a wordlist'

you could pre-generate the word list or just use -a 1 hash.txt dict1.txt dict2.txt -a 1 also works with 3 combinations of works if dict1.txt hash already 2 words combined and you combine it one mor...
philsmd hashcat 6 2,052 08-30-2019, 09:41 PM
    Thread: Need help
Post: RE: Need help

md5 ("[email protected]") == 120b8510fd7091bc12f890433f65036f it's against the forum rules to post hashes you could use different types of attacks, -a 3, -a 7 (yeah even -a 1) and of course ...
philsmd hashcat 6 1,891 09-02-2019, 06:55 PM
    Thread: Running into issues with max mask length
Post: RE: Running into issues with max mask length

this problem should be fixed with recent commits: https://github.com/hashcat/hashcat/commit/c78b8878d5e1c1304218cce53efcf3a52a1cb772 please test the beta at https://hashcat.net/beta/ and report bac...
philsmd hashcat 6 2,043 10-18-2019, 09:48 AM
    Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark

try testing only 1 device, -d 1 are you using cmd on windows ? that ./hashcat.exe syntax is somehow strange or is this powershell ? are you using the beta version from https://hashcat.net/beta ?...
philsmd hashcat 6 1,947 12-08-2019, 01:31 PM
    Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark

you could also test with multiple devices, like this: hashcat -b -m 100 -d 1,2,3,4 hashcat -b -m 100 -d 1,2,3,4,5 hashcat -b -m 100 -d 1,2,3,4,5,6 and see how many devices work and w...
philsmd hashcat 6 1,947 12-08-2019, 02:23 PM
    Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark

good to hear that. of course always needing to add -d 1,2,3,4,5,6,7,8,9,10 is actually quite annoying... so maybe you can somehow completely disable the non-dedicated GPU (in bios/uefi for instance or...
philsmd hashcat 6 1,947 12-08-2019, 04:44 PM
    Thread: full parallel power of device
Post: RE: full parallel power of device

-a 3 means mask attack (https://hashcat.net/wiki/doku.php?id=mask_attack) so what you basically did is run a dictionary (the dictionary attack would be -a 0) with -a 3, i.e. run each word in the ma...
philsmd hashcat 6 1,844 12-23-2019, 08:54 AM
    Thread: How to view SSID of cracked PMKID (16800) PCAP?
Post: RE: How to view SSID of cracked PMKID (16800) PCAP...

the SSID is within the output, CamandAri is the SSID hint: hexadecimal
philsmd hashcat 6 2,259 01-12-2020, 09:08 AM
    Thread: Hashcat on VPS (CPU only)
Post: RE: Hashcat on VPS (CPU only)

Why would you even think about using these old versions of hashcat ? Do not use --force uninstall all the non-vendor drivers (the open source drivers like Mesa/Pocl etc) Try to fix the clinfo...
philsmd hashcat 6 1,842 01-13-2020, 04:49 PM
    Thread: Need help
Post: RE: Need help

I already mentioned one way to improve the speed (with stdin/pipe). Depending on the hash type (-m x), there might be also the possibility to just use a different algorithm, e.g. salted hashes instead...
philsmd hashcat 6 1,891 02-08-2020, 06:03 PM
    Thread: Need help
Post: RE: Need help

well, it's the prefix as I already told you. The speed with -m 20 will be slower of course, because salted. We actually also have a FAQ and some questions like this https://hashcat.net/faq/morework...
philsmd hashcat 6 1,891 02-08-2020, 08:04 PM
    Thread: bitlocker Hash-types Mask Attack Unable to crack the password correctly
Post: RE: bitlocker Hash-types 掩码?l?l?l无法正确�...

The forum rules are very clear that it is not allowed to use any other language other than English on this forum. https://hashcat.net/forum/announcement-2.html Rules are rules and they need to be ...
philsmd hashcat 6 2,313 03-11-2020, 12:56 PM