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 Views [asc] Posted
    Thread: Token length exception
Post: RE: Token length exception

the hash file must exist /root/HASH/MySQL5.txt no such file . file does not exist
philsmd hashcat 6 2,710 06-09-2019, 10:01 PM
    Thread: Token length exception
Post: RE: Token length exception

please make sure that the file exist. hashcat searched for the file and didn't find it. The file does NOT exist maybe it's stored somewhere else or you renamed it or it has .txt.txt extension...
philsmd hashcat 6 2,710 06-10-2019, 06:59 PM
    Thread: can't supress error messages in a txt
Post: RE: can't supress error messages in a txt

you can use the --outfile (short -o) option and redirect all errors to /dev/null Code: -- hashcat -m 0 --show -o outfile.txt hashes.txt 2> /dev/null > /dev/null -- on windows it's very simil...
philsmd hashcat 5 2,706 05-02-2019, 02:00 PM
    Thread: how should i crack this type of hash (sha1 & salt)
Post: RE: how should i crack this type of hash (sha1 & s...

The only way to know for sure is to have the source code (algorithm, or name and version of the platform, cms etc) that generated the hashes ... or to guess the algorithm by having at least one user f...
philsmd hashcat 13 2,704 04-18-2020, 01:25 PM
    Thread: how should i crack this type of hash (sha1 & salt)
Post: RE: how should i crack this type of hash (sha1 & s...

you are NOT allowed to post hashes. read the forum rules. You will get banned by not following the rules. As far as I understand, you are saying the algorithm is basically: Code: -- echo -n --7...
philsmd hashcat 13 2,704 04-18-2020, 03:02 PM
    Thread: how should i crack this type of hash (sha1 & salt)
Post: RE: how should i crack this type of hash (sha1 & s...

6 dashes total = 2+2 (around salt) + 2 (after pass) the rules only add 2 dashes, that's why I named the file append_two_dashes.txt
philsmd hashcat 13 2,704 04-19-2020, 04:34 PM
    Thread: how should i crack this type of hash (sha1 & salt)
Post: RE: how should i crack this type of hash (sha1 & s...

no, the salt must be with the dashes: [email protected]:848XXXc9e5baf34d6dba20XXX755f4984b6d77cc:--74e3c24fd83d92ea72383e9b3a4292bdfb8exxxx-- if you add users, you need to use --username to skip them. ...
philsmd hashcat 13 2,704 04-19-2020, 04:11 PM
    Thread: merge dictionary or not?
Post: RE: merge dictionary or not?

It makes sense if there are a lot of duplicates. On linux you would just sort and unique the words with "sort -u" Code: -- sort -u wordlist_folder/* -o sort_and_uniqued.txt --
philsmd hashcat 2 2,687 12-03-2017, 10:27 AM
    Thread: vmware Kernel library error
Post: RE: vmware Kernel library error

Why do you use pocl? Why do you use hashcat within a virtual machine (vmware)? My suggested solution is to not use VMs and to install the correct OpenCL driver for your hardware.
philsmd hashcat 1 2,685 05-30-2017, 08:51 PM
    Thread: question about brain server
Post: RE: question about brain server

what --brain-client-features do you use? as you can see from the --help not all settings are checking all passwords: Code: -- - [ Brain Client Features ] - # | Features ===+======== ...
philsmd hashcat 3 2,682 12-01-2018, 10:07 PM
    Thread: why does -i paremeter not working while pipe?
Post: RE: why does -i paremeter not working while pipe?

It's very easy to think about this: you have 2 different processes the 2 processes only communicate over the pipe the second hashcat instance only knows that it gets some input from stdin (from an ...
philsmd hashcat 2 2,677 12-02-2017, 03:35 PM
    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...

best recommendation in such cases is always to try to generate a new very similar file/partition with TrueCrypt with known password (maybe even similar password compared to what expect) and try to cra...
philsmd hashcat 6 2,676 07-16-2019, 08:31 PM
    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: Couple of questions
Post: RE: Couple of questions

no, PMKID is not specific to WPA3. As far as I know you just capture the network traffic with https://github.com/ZerBea/hcxdumptool and convert the capture file to hashes with https://github.com/Ze...
philsmd hashcat 8 2,671 02-21-2020, 08:20 AM
    Thread: CISCO ASA Enable Fix
Post: RE: CISCO ASA Enable Fix

-m 2400 = Cisco-PIX MD5
philsmd hashcat 5 2,669 07-18-2019, 06:56 AM
    Thread: CISCO ASA Enable Fix
Post: RE: CISCO ASA Enable Fix

can you run the example hash from https://hashcat.net/wiki/example_hashes correctly? there is no ending : (colon) after the hash for this hash type (-m 2400)
philsmd hashcat 5 2,669 07-19-2019, 02:58 AM
    Thread: How does one crack Pbkdf2 w/hashcat?
Post: RE: How does one crack Pbkdf2 w/hashcat?

nope. but please do me a favor and do not ignore/disregard the forum rules next time (e.g. posting hashes), they can be read here: https://hashcat.net/forum/announcement-2.html masking the hash wou...
philsmd hashcat 6 2,658 06-01-2019, 07:20 PM
    Thread: How does one crack Pbkdf2 w/hashcat?
Post: RE: How does one crack Pbkdf2 w/hashcat?

well, you should at least tell us the password, otherwise it's both against the forum rules and impossible for us to know how to test / verify it. I would say that looking at the code here https://...
philsmd hashcat 6 2,658 06-01-2019, 04:15 PM
    Thread: How does one crack Pbkdf2 w/hashcat?
Post: RE: How does one crack Pbkdf2 w/hashcat?

I just did clone the repository and checked out the version that you linked in your first post: Code: -- git clone https://github.com/rchouinard/phpass cd phpass/ git checkout 121233fb49db4d929d...
philsmd hashcat 6 2,658 06-01-2019, 07:09 PM
    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