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 [desc] Author Forum Replies Views Posted
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

how do you test this ? it's not enough to clone it you need to "make clean" and "make". What exactly fails ? the same password ?
philsmd Beta Tester 18 4,196 03-31-2020, 09:36 PM
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

I can't reproduce this problem. For me the new version work like this: Code: -- git clone https://github.com/hashcat/hashcat cd hashcat make clean make ./hashcat -m 21700 --example-hashes ...
philsmd Beta Tester 18 4,196 03-31-2020, 10:43 PM
    Thread: Hashcat freezes
Post: RE: Hashcat freezes

Are you sure this new problem is even related to -m 21700 ? maybe you just have a hardware problem with one of your GPUs. I can't reproduce this (new) problem
philsmd Beta Tester 18 4,196 04-02-2020, 12:20 PM
    Thread: hashcat has to read through wordlist when using restore or --skip
Post: RE: hashcat has to read through wordlist when usin...

I think this is related: https://github.com/hashcat/hashcat/issues/1644 it's probably much more complicated than just storing 1 additional value... I think the problem has mainly to do with statist...
philsmd hashcat 4 1,267 05-07-2020, 10:52 AM
    Thread: hashcat has to read through wordlist when using restore or --skip
Post: RE: hashcat has to read through wordlist when usin...

I was thinking about this now a little bit and I found another problem... if the user uses --skip (or short -s) it doesn't mean that the byte offset is available in any file (neither .restore, .dic...
philsmd hashcat 4 1,267 05-07-2020, 03:22 PM
    Thread: Hashcat help with email combining to password.
Post: RE: Hashcat help with email combining to password.

short answer: --show should never be used while you are cracking (it's used afterwards, when already cracked) see: https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_the...
philsmd hashcat 3 971 04-02-2020, 12:17 PM
    Thread: hashcat iconv
Post: RE: hashcat iconv

if I generate a md5 hash with your input $HEX[706f657a6965] I get a completely separate result: Code: -- printf "po\xebzie" |iconv -f "iso8859-1" -t "ASCII//TRANSLIT" | md5sum 5453454a253f8840811...
philsmd hashcat 4 2,981 12-07-2018, 01:25 PM
    Thread: hashcat iconv
Post: RE: hashcat iconv

well, I'm still not sure if 278fbfac8b69dda968b190e6bb1f4ac9 is the correct hash for your plain. I guess you do not know the password at all (which is bad since it would be a reason to ban you, but I'...
philsmd hashcat 4 2,981 12-07-2018, 06:40 PM
    Thread: hashcat in VM
Post: RE: hashcat in VM

the GPU is probably not exposed to the VM. only few virtualization software support PCI passthrough and even with those are some restrictions (for instance what if the host also wants to get hold o...
philsmd hashcat 12 4,959 12-08-2019, 04:37 PM
    Thread: hashcat in VM
Post: RE: hashcat in VM

but why do you not simply use hashcat on W10 then ? hashcat works under windows 10 perfectly fine (same as on linux or macOS etc)
philsmd hashcat 12 4,959 12-08-2019, 04:46 PM
    Thread: hashcat in VM
Post: RE: hashcat in VM

triple des is a cipher which encrypts blocks (8 bytes = 64 bits, our hashcat salt = plaintext and hash = ciphertext in hex) and a key lengh of 24 bytes (3 times 8 bytes).. see https://en.wikipedia.org...
philsmd hashcat 12 4,959 12-08-2019, 05:55 PM
    Thread: hashcat in VM
Post: RE: hashcat in VM

option 1 is basically the most flexible one that can accomodate for all other modes (the user can just pass the correct password candidates according to keying options). The main other problem is h...
philsmd hashcat 12 4,959 12-08-2019, 09:07 PM
    Thread: hashcat in VM
Post: RE: hashcat in VM

The problem here might be that you probably need to use -S or pipe or otherwise the plains will be rejected already on host (you may be able to work around it, by always providing 24 bytes, but that's...
philsmd hashcat 12 4,959 12-21-2019, 06:51 PM
    Thread: hashcat inquiry.
Post: RE: hashcat inquiry.

in theory you could just use the same command without the hash file and using --stdout to see all the password candidates. e.g. if you had this command: Code: -- hashcat -m 14800 -r my.rules ha...
philsmd hashcat 2 1,466 06-03-2019, 09:38 AM
    Thread: Hashcat is showing wrong password
Post: RE: Hashcat is showing wrong password

maybe the document can be opened without problem and without password but there are other protections in place like copy/print protection etc.
philsmd hashcat 10 8,001 02-08-2018, 06:49 PM
    Thread: Hashcat isn't using GPU
Post: RE: Hashcat isn't using GPU

it's quite an old GPU. Does the driver you have even state official OpenCL support for your GPU with latest version ? maybe you can also test with some tuning software like afterburner and GPU-Z et...
philsmd hashcat 2 853 05-26-2020, 09:31 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: hashcat line lenght
Post: RE: hashcat line lenght

Hey, since you neglected to follow the rules (https://hashcat.net/forum/announcement-2.html ), I've locked your account for 1 week and closed this thread. Now you've plenty of time to: 1. read agai...
philsmd Old hashcat Support 1 4,958 01-11-2014, 12:41 PM
    Thread: hashcat mask
Post: RE: hashcat mask

first of all it's infeasible to brute-force (and in most cases also mask attack) a hash with a password that is very long and random. It's mathematically imposiible. NOT doable. just do the math (hint...
philsmd hashcat 2 568 07-19-2020, 10:28 AM
    Thread: hashcat mask attack
Post: RE: hashcat mask attack

12 character brute-force is very large ! the knowledge about the 8 uppercase A-F chars doesn't change that much. The number is still quite huge. anyway, the answer is to use hashcat mask files toge...
philsmd hashcat 3 2,171 05-26-2019, 09:18 AM