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: multiple users - custom session file location?
Post: RE: multiple users - custom session file location?

I don't think this is a good idea to share GPU/CPU devices like this. everyone will be experiencing reduced performance if somebody else has an attack running at the same time. I also do not unders...
philsmd hashcat 6 3,015 02-21-2019, 04:47 PM
    Thread: Hybrid Attack
Post: RE: Hybrid Attack

This is a warning. It is not an error message. With a larger wordlist and/or mask you will reach full speed. With a too small wordlist/mask hashcat can't use the full acceleration.
philsmd hashcat 3 3,011 02-12-2018, 10:48 PM
    Thread: To crack passwords with Russian symbols
Post: RE: To crack passwords with Russian symbols

I'm pretty sure the --encoding-from and --encoding-to only works correctly with -a 0, i.e. only works with dictionary attacks. The solution for this problem is quite easy, but also not perfectly id...
philsmd hashcat 8 3,006 11-27-2019, 06:18 PM
    Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.

that's what I already told you. The beta version of hashcat has this new hash algorithm support: Code: -- -m 22301 = Telegram client app passcode (SHA256) -- This means that with the beta ve...
philsmd hashcat 9 2,995 01-16-2020, 01:10 PM
    Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.

do you mean this: https://github.com/hashcat/hashcat/issues/1534 ? The Telegram Android/IOS APP hash ? We have recently added this format https://github.com/hashcat/hashcat/pull/2282 , it's still ...
philsmd hashcat 9 2,995 01-16-2020, 11:44 AM
    Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.

okay, I just spend a couple of free minutes to come up with this perl script (POC): telegram_desktop.pl Code: -- #!/usr/bin/env perl # Author: philsmd # Date: February 2020 # License: public...
philsmd hashcat 9 2,995 02-28-2020, 04:45 PM
    Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.

@zvonko I guess this is not the mobile app you are using, but the Desktop Application. We had this github issue https://github.com/hashcat/hashcat/issues/1534 and unfortunately nobody mentioned/exp...
philsmd hashcat 9 2,995 02-26-2020, 01:19 PM
    Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.

The Desktop algorithm was implemented with https://github.com/hashcat/hashcat/pull/2355. I find it quite disturbing that I got no answers here... it's much more motivating to get some responses and...
philsmd hashcat 9 2,995 04-08-2020, 12:13 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 stops after initializing OpenCL Runtime
Post: RE: Hashcat stops after initializing OpenCL Runtim...

try this: https://hashcat.net/faq/wrongdriver there is definitely something wrong because your screenshot shows 2 "Advanced Micro Devices" platforms. this seems to be a driver installation issue...
philsmd hashcat 1 2,979 02-10-2019, 09:06 AM
    Thread: pkzip2
Post: RE: pkzip2

see https://github.com/hashcat/hashcat/pull/1962 , it's work in progress. I have no clue what you are trying to say with that sentence regarding AES, the main problem was that we have to do huffman c...
philsmd hashcat 2 2,977 05-03-2019, 07:39 AM
    Thread: Noob - Understanding hashcat input format
Post: RE: Noob - Understanding hashcat input format

-m 10900 = PBKDF2-HMAC-SHA256 has both hash and salt in base64. You can just look at the examples here: https://hashcat.net/wiki/doku.php?id=example_hashes or use a command like this: hashcat -m 10900...
philsmd hashcat 1 2,965 08-03-2018, 06:05 PM
    Thread: Brain is much slower than expected
Post: RE: Brain is much slower than expected

I would suggest starting with reading this: https://hashcat.net/forum/thread-7903.html (most importantly the section "Major Feature: The hashcat brain"). of course the brain is most efficient and I...
philsmd hashcat 5 2,964 04-16-2019, 10:55 PM
    Thread: Brain is much slower than expected
Post: RE: Brain is much slower than expected

I guess that depends on how large the percentage of rejected passwords is and how fast the algorithm is. brain doesn't make the H/s speed of your GPUs faster, that only depends on the OpenCL device...
philsmd hashcat 5 2,964 04-19-2019, 01:35 PM
    Thread: Itunes Backup Password Never Set
Post: RE: Itunes Backup Password Never Set

well, this sounds more like a question for the apple/itunes community (apple.stackexchange.com or apple forums etc). also see these (but I'm not sure if these links help in your case, I'm not too f...
philsmd hashcat 6 2,960 06-06-2019, 09:45 AM
    Thread: rar archive test
Post: RE: rar archive test

example hashes are here: https://hashcat.net/wiki/example_hashes (hint: you do not need to include the filenames etc, just the info needed as seen on the example hashes page) ... and for the time bei...
philsmd hashcat 1 2,957 08-14-2016, 06:33 PM
    Thread: Mix of digits, uppercase and a specific letter rule - help
Post: RE: Mix of digits, uppercase and a specific letter...

What you normally use in such a case is a mask attack: https://hashcat.net/wiki/doku.php?id=mask_attack Therefore, in hashcat's terminology this is not called a rule, but a mask attack (using attac...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 2,952 11-14-2017, 09:06 AM
    Thread: Cannot load module ./modules/module_02000.dll
Post: RE: Cannot load module ./modules/module_02000.dll

if I download the beta version from https://hashcat.net/beta/ I definitely see a file in the modules folder named module_02000.dll 32-bit support was removed in recent versions of hashcat, but if...
philsmd hashcat 6 2,952 07-07-2019, 09:34 PM
    Thread: Cannot load module ./modules/module_02000.dll
Post: RE: Cannot load module ./modules/module_02000.dll

there is no such file like hashcat64.exe within the beta version. if you have that file extracted, you are doing something horribly wrong (pebcak). It's easy to proof that the file under https://hashc...
philsmd hashcat 6 2,952 07-08-2019, 08:57 AM