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: MD5: Need Advice
Post: RE: MD5: Need Advice

a, b, c, d, 0x80 and the remaining buffers are all 0 (that should be very obvious if you think about it, it must get shorter if we do not use hex but binary instead, it will be halved i.e. 32/2 = 16)....
philsmd hashcat 21 20,787 05-15-2017, 07:23 PM
    Thread: MD5: Need Advice
Post: RE: MD5: Need Advice

Nope, not at all! I just wrote: Quote: -- the remaining buffers are all 0 -- 0 means zero and not something else (like insert the salt buffer etc, I didn't write that). I can't help you ...
philsmd hashcat 21 20,787 05-15-2017, 07:56 PM
    Thread: MD5: Need Advice
Post: RE: MD5: Need Advice

Yeah, I figured that it might be very new to you to read C (or OpenCL code), but I really do not get why you use code like "w0_t[0] |= a;" when it should be just "w0_t[0] = a;" etc... (i.e. replace th...
philsmd hashcat 21 20,787 05-15-2017, 08:27 PM
    Thread: MD5: Need Advice
Post: RE: MD5: Need Advice

well, you could just use -m 3710 = md5($salt.md5($pass)) together with --hex-salt (because you said that the first MD5 is in binary not hex), an example (hashes mask with xxxx): Code: -- $ echo -n ...
philsmd hashcat 21 20,787 05-12-2017, 08:55 AM
    Thread: MD5: Need Advice
Post: RE: MD5: Need Advice

Well, I guess if we agree that the algorithm is MD5(MD5_raw ($salt) . MD5_raw ($pass)) you could convert those hashes to just MD5 ($salt_new . MD5_raw ($pass)) where $salt_new is the precomputed MD5 d...
philsmd hashcat 21 20,787 05-14-2017, 07:03 AM
    Thread: MD5: Need Advice
Post: RE: MD5: Need Advice

Yeah, it's completely wrong. Redownload a fresh copy of hashcat and do the changes correctly as I told you (I even highlighted a full set of lines you need to change so in theory you couldn't miss the...
philsmd hashcat 21 20,787 05-15-2017, 08:37 PM
    Thread: Ubuntu 16.04 LTS NVIDIA Setup Guide
Post: RE: Ubuntu 16.04 LTS NVIDIA Setup Guide

We, in general, do not recommend using the package maintainers versions of the proprietary driver, since our experience showed they are either totally out-of-date or the packages are totally messed up...
philsmd User Contributions 21 33,866 08-07-2017, 08:02 AM
    Thread: Ubuntu 16.04 LTS NVIDIA Setup Guide
Post: RE: Ubuntu 16.04 LTS NVIDIA Setup Guide

shouldn't you use [fan:1] and [fan:2] instead ?
philsmd User Contributions 21 33,866 11-08-2017, 01:10 PM
    Thread: Ubuntu 16.04 LTS NVIDIA Setup Guide
Post: RE: Ubuntu 16.04 LTS NVIDIA Setup Guide

how did you set up the system? x11 and nvidia-xconfig . Did you set cool-bits etc ? maybe this is relevant: https://hashcat.net/forum/thread-6036-post-32262.html#pid32262 (even if probably not up ...
philsmd User Contributions 21 33,866 11-08-2017, 01:18 PM
    Thread: Ubuntu 16.04 LTS NVIDIA Setup Guide
Post: RE: Ubuntu 16.04 LTS NVIDIA Setup Guide

maybe it's just a problem of communication, but you must make sure that you use all the steps nvidia-xconfig sed nvidia-settings (and eventually also nvidia-smi to set the power limit) also see...
philsmd User Contributions 21 33,866 11-08-2017, 11:26 PM
    Thread: Building password list
Post: RE: Building password list

just answered above: Code: -- mp64 -q 2 ?l?l?l?l?l?l?l?l --
philsmd hashcat 21 7,827 09-04-2019, 03:39 PM
    Thread: Building password list
Post: RE: Building password list

no, read the help of maskprocessor (https://github.com/hashcat/maskprocessor) Code: -- -q, --seq-max=NUM Maximum number of multiple sequential characters -- Did you even test it ? Do ...
philsmd hashcat 21 7,827 09-05-2019, 12:38 PM
    Thread: Building password list
Post: RE: Building password list

I really hate it if we are talking about 2+ very different problems that are very unrelated (except that you can use mask in both cases). 1. question about 2 adjacent identical characters 2. a simpl...
philsmd hashcat 21 7,827 09-04-2019, 01:20 PM
    Thread: Building password list
Post: RE: Building password list

-q works for each and every "multiple sequential characters" the pipe and grep after the maskprocessor command are just used as a proof that it works. the only command you need is maskprocessor ...
philsmd hashcat 21 7,827 09-05-2019, 04:01 PM
    Thread: Defining character length.
Post: RE: Defining character length.

are you talking about the hashing algorithm -m 2500 = WPA/WPA2 ? what is your command ? -a 3 ? can you please copy-paste the status screen that you see in here ?
philsmd hashcat 21 6,238 09-17-2019, 10:03 PM
    Thread: Defining character length.
Post: RE: Defining character length.

yeah, but that's a different story. that wouldn't explain the 15 % rejected with the wordlist where s/he claims "I removed the words under eight".
philsmd hashcat 21 6,238 09-19-2019, 12:32 PM
    Thread: Defining character length.
Post: RE: Defining character length.

I don't understand what the problem is and what you are seeing. This is your statement: Quote: -- why is it guessing passwords that are only two characters -- but your screenshot clearly says ...
philsmd hashcat 21 6,238 09-18-2019, 08:28 AM
    Thread: Defining character length.
Post: RE: Defining character length.

Let's try to verify your claim. you said that the dictionary file does not contain any passwords shorter than 8 characters. so let's try to run hashcat without any rule file and see how much reject...
philsmd hashcat 21 6,238 09-19-2019, 09:12 AM
    Thread: Defining character length.
Post: RE: Defining character length.

just look it up here: https://hashcat.net/wiki/doku.php?id=rule_based_attack every rule that shortens the password, especially the "Truncate" rules "[" and "]" are able to generate passwords with "...
philsmd hashcat 21 6,238 09-22-2019, 09:40 AM
    Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...

Can you show also the server logs ? do the IDs change ?
philsmd hashcat 21 3,577 05-08-2020, 11:27 AM