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 [desc] Replies Views Posted
    Thread: hashcat pipe to solve words get rejected
Post: RE: hashcat pipe to solve words get rejected

If you do not want hashcat to crack the hashes but output the password candidates to stdout, you of course shouldn't forget the flag within the first command of the pipe: --stdout
philsmd hashcat 1 3,311 08-21-2016, 04:30 PM
    Thread: hashcat v3.30
Post: RE: hashcat v3.30

Thanks to all hashcat's devs and contributers/reporters on forum/github/irc !!! This release includes some very crucial/important fixes/features ... and of course: thank you atom
philsmd hashcat 7 22,245 01-06-2017, 03:51 PM
    Thread: hey am i doing anything wrong?
Post: RE: hey am i doing anything wrong?

Hashcat won't crack the hash with attack mode 0 (-a 0) if the password is not present within the dictionary file (in your case the file rockyou.txt). Make sure that you know the password and that i...
philsmd hashcat 3 4,571 01-19-2017, 01:34 PM
    Thread: Formatting a salted SHA 512 hash
Post: RE: Formatting a salted SHA 512 hash

it's hash mode -m 7100 | OSX v10.8, OSX v10.9, OSX v10.10 | Operating-Systems also see https://hashcat.net/wiki/example_hashes for example hashes (search for OS X v10.8 / v10.9)
philsmd hashcat 5 8,047 01-24-2017, 09:30 PM
    Thread: Formatting a salted SHA 512 hash
Post: RE: Formatting a salted SHA 512 hash

You can "truncate"/cut the hash itself @ the same length used by the example hash :)
philsmd hashcat 5 8,047 01-24-2017, 09:56 PM
    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: hashcat keeps stopping itself and I don't know why.
Post: RE: hashcat keeps stopping itself and I don't know...

turbogiant76 Wrote: -- I have no warning and I have not set fan speed -- you say that you don't see any warning but at the same time you post a screenshot ( https://imgur.com/a/mNKP5 ) that displays...
philsmd hashcat 9 9,095 08-28-2016, 06:03 PM
    Thread: Hash-encoding exception ?
Post: RE: Hash-encoding exception ?

These hashes are md5crypt hashes. See https://hashcat.net/wiki/doku.php?id=example_hashes and the help (it's the hash mode -m 500 = md5crypt, MD5(Unix), FreeBSD MD5, Cisco-IOS MD5 ). You sohuldn't...
philsmd hashcat 2 5,756 01-25-2017, 10:55 PM
    Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

Where did you get the information from that it needs to have a "Veracrypt" string in it? This is not true as far as I can tell. You are basically searching for something (the "Veracrypt" thing) that s...
philsmd hashcat 20 24,726 01-26-2017, 09:34 AM
    Thread: Hashcat 3.0 CL_UNKNOWN_ERROR
Post: RE: Hashcat 3.0 CL_UNKNOWN_ERROR

you can just use the --opencl-device-types 1 (or short -D 1) command line argument to filter your cpu devices. Of course the correct OpenCL driver (also make sure which version numbers hashcat suggest...
philsmd hashcat 17 35,334 01-10-2017, 02:51 PM
    Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

Looks good. Good luck with the password recovery.
philsmd hashcat 20 24,726 01-27-2017, 10:33 AM
    Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

Why do you use mask processor? hashcat has inbuilt support for mask attack (--attack-mode 3 or short -a 3). Your disk and transfer speed to the GPUs is probably the bottleneck (if you do not use -a 3 ...
philsmd hashcat 20 24,726 01-27-2017, 10:55 AM
    Thread: Hashcat v3.30 and resume
Post: RE: Hashcat v3.30 and resume

It would be great if you could open a github issue (https://github.com/hashcat/hashcat/issues/) such that some dev can have a look at it. Thanks for the report here and the steps to reproduce (but in ...
philsmd hashcat 3 5,359 01-27-2017, 12:14 PM
    Thread: Problem with status , pause , resume ...
Post: RE: Problem with status , pause , resume ...

what type of terminal do you use (gnome terminal, xterm etc)? Did you try a different one? why do you run it with sudo ? If you really need to run it with priviledged permissions, did you try to run ...
philsmd hashcat 17 24,270 01-15-2017, 05:51 PM
    Thread: where did hashcat get the hashtype?
Post: RE: where did hashcat get the hashtype?

No, hashcat doesn't guess the hash type. As many "hash identification" projects show, there is no such think as 100% knowing which hash type the input is from a random set of some (hex) bytes. It on...
philsmd hashcat 3 3,661 01-24-2017, 06:09 PM
    Thread: Multiple hccap hashes?
Post: RE: Multiple hccap hashes?

It seems that you should try to improve your searching skills ;) https://hashcat.net/faq#how_can_i_crack_multiple_wpa_handshakes_at_once There are several forum posts and as you see it even made i...
philsmd hashcat 2 3,958 01-28-2017, 01:45 PM
    Thread: run LUKS on windows
Post: RE: run LUKS on windows

Yeah, you can use any hash type that hashcat supports on both unix and windows (actually you can even use OSX too). Hashcat doesn't has a limitation that forbids you to run LUKS on windows. Well, you...
philsmd hashcat 1 2,909 01-31-2017, 09:26 AM
    Thread: v3.30-49-g2f81532 segfault
Post: RE: v3.30-49-g2f81532 segfault

If you use the git version you need to always do all of these steps: Code: -- $ make clean $ git pull $ make -- I also think that reports like this should be directly addressed on github, not here...
philsmd hashcat 5 6,151 02-01-2017, 12:40 PM
    Thread: --show doesn't print duplicates when using --username
Post: RE: --show doesn't print duplicates when using --u...

Recently, a new feature was implemented to support exactly this. See https://github.com/hashcat/hashcat/issues/963 and test the beta at https://hashcat.net/beta/
philsmd hashcat 2 6,417 02-02-2017, 04:12 PM
    Thread: Hex ch and small problem
Post: RE: Hex ch and small problem

It seems that you are mixing up custom charsets (-1 xxx) with the mask itself. This makes no sense: -a 3 -1 ?b?b?b?b?b?b?b?b -1 is the same as --custom-charset1 and it is used to define a custom c...
philsmd hashcat 14 12,592 02-03-2017, 01:27 AM