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 [asc] Author Forum Replies Views Posted
    Thread: Low GPU utilization and how to cope with it
Post: RE: Low GPU utilization and how to cope with it

can you give some examples of what the left and right part look like in the hybrid attack. I think your calculation is completely wrong. you still have 24 masks on the left side and this number wo...
philsmd hashcat 7 3,763 01-05-2019, 05:28 PM
    Thread: Lotus Notes/Domino 8
Post: RE: Lotus Notes/Domino 8

I'm not totally sure what the purpose of this thread is. Is it meant as a summarize/description/guide of what the user could do when he gets a user.id file (in form of a user contribution thread) or i...
philsmd Old oclHashcat Support 2 6,257 06-25-2015, 03:49 PM
    Thread: Looking to write a rule to replace digits
Post: RE: Looking to write a rule to replace digits

Code: -- hashcat --stdout -a 3 -o dict.txt Password?d?d?d hashcat --stdout -a 3 -o dict.txt My?d?d?dPassword hashcat -m 14800 -a 0 -w 3 hash.txt dict.txt --
philsmd hashcat 7 729 08-21-2020, 10:08 PM
    Thread: Looking to write a rule to replace digits
Post: RE: Looking to write a rule to replace digits

I don't think it's practical, you would need to combine rules with each and every combination (10x -r multi-rule replaces within the command, rule-chaining, to change mutliple digits at the same time)...
philsmd hashcat 7 729 08-22-2020, 10:11 AM
    Thread: Looking to crack password on AppleSecureNote
Post: RE: Looking to crack password on AppleSecureNote

you need to specify the path to the "NoteStore.sqlite" SQLITE file within the command line (that is exactly what the Usage says). The script doesn't work without specifying the sqlite file within t...
philsmd hashcat 5 817 08-03-2020, 12:01 PM
    Thread: Looking to crack password on AppleSecureNote
Post: RE: Looking to crack password on AppleSecureNote

don't post hashes here, see https://hashcat.net/forum/announcement-2.html I think only the last 3 ones are valid hashes, the last three load perfectly fine for me and seem to crack (e.g. for one of...
philsmd hashcat 5 817 08-04-2020, 01:09 AM
    Thread: Look Up Tables
Post: RE: Look Up Tables

Since this post is within the cpu hashcat section, I assume you are speaking about hashcat-cli (version 0.49 at the time of this post). Yes, if you look at --help, it says: 5 = Table-Lookup so ...
philsmd Old hashcat Support 2 5,656 03-19-2015, 06:29 PM
    Thread: Locked out of Keepass 1.x
Post: RE: Locked out of Keepass 1.x

if you do not know how to escape special characters within your command, you should just use a hash file. Code: -- hashcat64.exe -m 13400 -a 3 hash_file.txt ?l?l?l?l?l?l?l -- of course the file "h...
philsmd hashcat 6 7,596 08-08-2017, 07:09 AM
    Thread: Locked out of Keepass 1.x
Post: RE: Locked out of Keepass 1.x

you are not allowed to post hashes here. Respect the forum rules or you get banned immediately. It also can't be that difficult to use the same format of the example hash also for your hash. You ...
philsmd hashcat 6 7,596 08-08-2017, 01:55 PM
    Thread: Location of TrueCrypt Hidden OS Header
Post: RE: Location of TrueCrypt Hidden OS Header

I'm not sure why you are even trying to "brute-force" the offset. The instructions are very clear: if the whole disk (operating system) is encrypted i.e. the system starts with the special boot loade...
philsmd hashcat 7 7,597 07-14-2017, 08:11 PM
    Thread: Location of restore file
Post: RE: Location of restore file

what's your operating system ? The restore file is named after your session e.g. with default "hashcat" session, it's just hashcat.restore. By default it's stored in the hashcat folder, e.g. if ...
philsmd hashcat 2 460 08-06-2020, 08:44 AM
    Thread: Literal word, characters any case
Post: RE: Literal word, characters any case

Actually there are different ways to accomplish this and the strategy you choose depends heavily on how many hashes/salts you have and on the type of hashes (the examples are for -m 0 = MD5 below): ...
philsmd hashcat 2 2,558 03-30-2017, 08:12 AM
    Thread: Linux vs Win speed
Post: RE: Linux vs Win speed

Code: -- hashcat --version --
philsmd hashcat 4 1,481 02-10-2020, 11:59 PM
    Thread: Linux vs Win speed
Post: RE: Linux vs Win speed

did you try to use beta for both systems (https://hashcat.net/beta) ? what might also make the difference is as you said the driver version, tuning software (performance/power levels, memory speeds...
philsmd hashcat 4 1,481 02-12-2020, 01:03 AM
    Thread: Linux Shadow hashes
Post: RE: Linux Shadow hashes

Please do not forget that hashcat supports loading of different/special file types like pwdump, linux shadow, passwd, DCC, NetNTLM, nsldaps etc. Therefore you actually only need to specify that you...
philsmd hashcat 7 12,730 07-12-2017, 12:39 PM
    Thread: Line-length exception?
Post: RE: Line-length exception?

you need to use -m 500 (or the long version of it: --hash-type 500): Code: -- hashcat64.exe -m 500 -a 0 -w 3 -o rs.txt rs.hash example.dict --
philsmd General Talk 3 4,749 12-29-2017, 08:38 AM
    Thread: Line-length exception....
Post: RE: Line-length exception....

You need to make sure that the hash file (the first file that you specified, e.g. .\hashes\music.txt) does contain the hash that you extracted by ethereum2john.py. I think you didn't store the outp...
philsmd hashcat 30 23,352 01-15-2018, 11:57 PM
    Thread: Line-length exception....
Post: RE: Line-length exception....

Exactly. As undeath already pointed out there is a problem with the format or encoding of your hash file, it could be one of these: 1. wrong path to the actual "hash" (you point to the original walle...
philsmd hashcat 30 23,352 01-16-2018, 09:32 AM
    Thread: Line-length exception....
Post: RE: Line-length exception....

No. No. No. I do not agree that the problem of cqdx has anything to do with what was original reported by the original reporter (OP). I do not agree that we should steal threads like this. I do not...
philsmd hashcat 30 23,352 01-16-2018, 11:07 PM
    Thread: Line-length exception for Etherum Wallet
Post: RE: Line-length exception for Etherum Wallet

The hash for -m 15700 must start with "$ethereum$s*". You need to remove all file names if there are any file names within the output of ethereum2john.py. You also should use a hash file just to ma...
philsmd hashcat 2 2,277 03-14-2018, 12:23 AM