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 [asc] Author Forum Replies Views Posted
    Thread: HC and Blowfish Advanced CS Help
Post: RE: HC and Blowfish Advanced CS Help

oh... are you mpalmer on github ? yeah, I see that there are some still open PRs, I think atom/jsteube is busy a lot, but I will try to ping him on IRC etc. normally it doesn't take that long (I think...
philsmd hashcat 19 3,655 05-15-2020, 12:59 PM
    Thread: HC 3.0 generates gibberish with rules and full syntax on WPA
Post: RE: HC 3.0 generates gibberish with rules and full...

That is kind of obvious since --stdout doesn't expect any other other files besides the files needed for the attack type (e.g. -a 0 expects a dictionary or directory, -a 3 expects a mask, -a 1 expects...
philsmd hashcat 2 3,688 08-11-2016, 12:47 PM
    Thread: having trouble with hashcat working with gpu's
Post: RE: having trouble with hashcat working with gpu's

first step: uninstall pocl
philsmd hashcat 5 1,707 12-29-2019, 09:22 AM
    Thread: Having Issues Trying To Crack MD5 w/ Wordlist
Post: RE: Having Issues Trying To Crack MD5 w/ Wordlist

Well, you could try to remove pocl and mesa and other OpenCL runtimes that are not recommended on https://hashcat.net/hashcat/ and install the Intel OpenCL driver for your AMD CPU (yeah, that's not a ...
philsmd hashcat 3 2,897 07-06-2018, 08:53 AM
    Thread: Hashtopussy Mask Attack
Post: RE: Hashtopussy Mask Attack

The problem is that this is not the hashtopussy forum. Hashtopussy is a 3rd party software. You are asking your question at the wrong place You should try to find the answers to your questions by ...
philsmd General Talk 2 2,468 02-03-2018, 09:10 PM
    Thread: hashtopus client
Post: RE: hashtopus client

Firstly, you probably should use hashtopussy (https://github.com/s3inlc/hashtopussy/releases) and not hashtopus (which doesn't even seem to be compatible with hashcat 3.40). Secondly, this is the has...
philsmd hashcat 2 3,545 03-22-2017, 03:04 PM
    Thread: hashmode sha1(sha1($pass).$salt) support?
Post: RE: hashmode sha1(sha1($pass).$salt) support?

This seems to be similar to: -m 4520 = sha1($salt.sha1($pass)) -m 4521 = Redmine -m 4522 = PunBB but with the $salt at the end instead of at the beginning (all of the above use the salt at the s...
philsmd hashcat 1 521 05-04-2020, 07:06 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: Hashfile 'hash100.txt' on line 1 Token length exception : No Hashes Loaded
Post: RE: Hashfile 'hash100.txt' on line 1 Token length ...

Do not use --force Do not use --show (makes no sense while trying to *crack* hashes) Example hashes can be found here: https://hashcat.net/wiki/example_hashes or use the command: hashcat -m 1000 ...
philsmd hashcat 2 850 03-29-2020, 12:34 PM
    Thread: Hashes.org Script
Post: RE: Hashes.org Script

guys please... if the error is (simplified) "command line argument 1 is missing, please provide it", we don't need to discuss this issue in 5+ posts, do we? Just provide the argument that is requested...
philsmd General Talk 15 30,804 11-20-2013, 08:38 PM
    Thread: Hashes getting skipped
Post: RE: Hashes getting skipped

Maybe it depends on the mask you use in step #1 ? It's difficult to say without a more detailed example for each step. As you might have already noticed, hashcat prefers a mask attack (see https://h...
philsmd hashcat 6 5,792 03-01-2017, 04:12 PM
    Thread: Hashes getting skipped
Post: RE: Hashes getting skipped

This: Code: -- hashcat64.exe -m 1000 -a 3 test.txt -- means that hashcat should use the default mask: https://hashcat.net/wiki/hashcat#default_values which is not a "full-bruteforce" (but currentl...
philsmd hashcat 6 5,792 03-01-2017, 04:22 PM
    Thread: Hashes getting skipped
Post: RE: Hashes getting skipped

All of this information is documented in the wiki, I even linked it. I will try to explain it anyway: 1. --custom-charset2 ?l?d means "define a custom charset with all lower letters and digits" ...
philsmd hashcat 6 5,792 03-01-2017, 05:41 PM
    Thread: Hashchat GUI?
Post: RE: Hashchat GUI?

ofc there may be other reasons too to use the GUI and you should not be upset by the "too lazy" comment of mastercracker (of course it was just a joke) ... e.g. you could say that the GUI is: - easier...
philsmd General Help 8 41,067 01-06-2014, 08:54 PM
    Thread: Hashcating 7z passw
Post: RE: Hashcating 7z passw

-o is wrong in your command line. --outfile (or short -o) is only used for redirecting the output to a file (the results). you need to specify the hash like this: Code: -- hashcat -m 11600 -a 3...
philsmd hashcat 4 1,058 04-27-2020, 11:47 AM
    Thread: Hashcating 7z passw
Post: RE: Hashcating 7z passw

7z2hashcat from https://github.com/philsmd/7z2hashcat (you would need to either have perl installed or use the windows binary from https://github.com/philsmd/7z2hashcat/releases). The .7z file must...
philsmd hashcat 4 1,058 04-27-2020, 07:08 PM
    Thread: Hashcat64.exe not valid win32 app
Post: RE: Hashcat64.exe not valid win32 app

Yeah, that's actually a very common mistake of new command line users. I also saw these 2 a lot (Warning: do NOT use these command, they destroy your binaries!!!): 1. use file redirect instead of ...
philsmd hashcat 3 5,797 02-21-2017, 03:32 PM
    Thread: hashcat64.exe doesn't work
Post: RE: hashcat64.exe doesn't work

Beta: https://hashcat.net/beta/
philsmd hashcat 16 18,208 02-27-2017, 09:17 AM