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 Posted [asc]
    Thread: Rules attack - restore not working
Post: RE: Rules attack - restore not working

just explain what you see and experience. Do you mean that it takes a while until the next restore point is reached ? Maybe it's only a matter of having a little bit of patience until the current ...
philsmd hashcat 8 1,537 04-18-2020, 09:30 AM
    Thread: pattern mask
Post: RE: pattern mask

Well, this is a very specific task (insert a word of length 5, g00se, into a mask of length 12, at each and every position), it's probably much more easier to just write all combination down or use a ...
philsmd hashcat 4 998 04-18-2020, 08:19 AM
    Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...

In general, everything that you can test with beta is already merged (https://github.com/hashcat/hashcat/pull/2285). so the answer is, it is already merged and everything can be tested with latest ...
philsmd General Talk 20 5,128 04-09-2020, 07:38 PM
    Thread: Custom charset
Post: RE: Custom charset

Just to try to explain the detail of the problem also for potential future readers of this thread. This has to do with your cmd/shell... for instance %VAR% is a variable interpreted by your cmd...
philsmd hashcat 4 1,170 04-09-2020, 05:13 PM
    Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...

Do you have any suggestion what we can do to get rid of the "Access is denied" error ? I'm pretty sure that we have a lot of users testing with the beta and it works for them. Maybe you can just tr...
philsmd General Talk 20 5,128 04-09-2020, 05:06 PM
    Thread: Custom charset
Post: RE: Custom charset

If you do not know how your shell escaping works, just use a file: https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files
philsmd hashcat 4 1,170 04-09-2020, 03:47 PM
    Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...

maybe the main problem was something completely unrelated. for instance, I noticed a lot of users just copy-paste commands... so for instance they copy-paste this: (ATTENTION: this command is not ...
philsmd General Talk 20 5,128 04-09-2020, 12:49 PM
    Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...

just to make it very clear: NO, a ramdisk doesn't help against missing or wrong drivers (people often see some "solutions" here and just think this might work... but a ramdisk is something completely/...
philsmd General Talk 20 5,128 04-09-2020, 08:32 AM
    Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...

This is quite off-topic for the AEScrypt problem. I would suggest to just search for forum posts that explain how to identify the hardware you have and install the driver from the vendors page. It'...
philsmd General Talk 20 5,128 04-08-2020, 06:40 PM
    Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...

There is a file called hashcat.exe in the beta version, as well. You do not need to use ubuntu. Just use the exe files for windows. this should be a quite obvious thing to do and was also already m...
philsmd General Talk 20 5,128 04-08-2020, 05:48 PM
    Thread: Is there a way to extract a password hash from AESCrypt archive?
Post: RE: Is there a way to extract a password hash from...

just run it and see if it works for you (betas of hashcat are over https://hashcat.net/beta/). The extraction script can be found here: https://raw.githubusercontent.com/hashcat/hashcat/master/tool...
philsmd General Talk 20 5,128 04-08-2020, 04:11 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: Telegram Desktop passcode
Post: RE: Telegram Desktop passcode

This was implemented with https://github.com/hashcat/hashcat/pull/2355
philsmd hashcat 4 3,573 04-08-2020, 12:11 PM
    Thread: 3 Questions About Hashcat
Post: RE: 3 Questions About Hashcat

1. only beta supports -m 22000 (https://hashcat.net/beta) 2. the keyspace is only traversed once, if while going to the password candidates one matches, it will be cracked... but you need to keep in ...
philsmd hashcat 1 644 04-08-2020, 12:09 PM
    Thread: Hashcat and linux process substitution
Post: RE: Hashcat and linux process substitution

use Code: -- cat wordlist | hashcat -m 16500 -a 0 hashes.txt -- instead... if and only if you really need to use a separate command (not using the dictionary directly, which of course should b...
philsmd hashcat 1 554 04-08-2020, 01:18 AM
    Thread: Very Slow Keepass hash-rate
Post: RE: Very Slow Keepass hash-rate

It's difficult to say what you are doing in detail, but you should of course keep in mind that these specific hash types are parameterized and therefore can have varying cost factors. The iteration co...
philsmd hashcat 4 2,007 04-07-2020, 09:33 AM
    Thread: rules attack
Post: RE: rules attack

The main problem here should be very clear. Let's assume we have a dictionary called rockyou.txt and it contains the word "bioshock" (without quotes): Code: -- $ grep '^bioshock$' rockyou.txt ...
philsmd hashcat 7 1,545 04-07-2020, 09:14 AM
    Thread: Cracking hash
Post: RE: Cracking hash

do not post any hashes: https://hashcat.net/forum/announcement-2.html
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 2,644 04-06-2020, 09:13 PM
    Thread: 3rd GPU will not run in betas
Post: RE: 3rd GPU will not run in betas

why cygwin ? you can just use the exe in cmd directly do you use risers ? which attack mode do you use -a x ? does this problem also happen with other hash types or even all hash types ?
philsmd Beta Tester 4 1,112 04-05-2020, 07:31 AM
    Thread: Detecting 1 Device (CPU) not GPU
Post: RE: Detecting 1 Device (CPU) not GPU

https://hashcat.net/faq/wrongdriver
philsmd hashcat 2 765 04-03-2020, 09:02 PM