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 [desc] Posted
    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: 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: appending numbers to combo attack
Post: RE: appending numbers to combo attack

I agree with undeath (like always ?) ... and would like to suggest that depending on how small your word lists are etc, you could also think of an alternative like this: 1. first precompute and store...
philsmd hashcat 3 6,267 04-14-2018, 03:24 PM
    Thread: Mask + Brute Force with repeated password
Post: RE: Mask + Brute Force with repeated password

How do you know that it doesn't duplicate whenever the length is greater than 15? How did you test it? if I run something like this: Code: -- echo abcdefghijklmnopqrstuvwxyz | hashcat --stdout ...
philsmd hashcat 8 6,282 03-02-2018, 10:14 AM
    Thread: remove unsupported rules
Post: RE: remove unsupported rules

The answer is to use cleanup-rules.exe from hashcat-utils (https://hashcat.net/tools/hashcat-utils/ )
philsmd General Help 3 6,298 12-24-2014, 04:18 PM
    Thread: oclHashcat will not run via SSH
Post: RE: oclHashcat will not run via SSH

You should check if you did everything like described in the howto installation guide: https://hashcat.net/wiki/doku.php?id=linux_server_howto The main problem might be that you didn't run: $ xhos...
philsmd Old oclHashcat Support 2 6,314 02-07-2014, 04:13 PM
    Thread: Combinator Attack problems with OCLHC2.01
Post: RE: Combinator Attack problems with OCLHC2.01

as epixoip said, you need to escape special symbols on your shell this has nothing to do with oclHashcat for instance -j $x won't work, because $x is seen as a variable by your operating system. e...
philsmd Old oclHashcat Support 4 6,348 01-12-2016, 01:25 PM
    Thread: oclHashcat-plus - Serbian cyrillic and Serbian latin characters
Post: RE: oclHashcat-plus - Serbian cyrillic and Serbi...

It shouldn't be a problem, you can use this feature: https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files if you use bruteforce/mask attack. If there is no charset shipped w/ hashcat...
philsmd Very old oclHashcat-plus Support 2 6,351 10-31-2013, 03:39 PM
    Thread: oclHashcat on desktop apu and decryt
Post: RE: oclHashcat on desktop apu and decryt

The general rule is: if you use --force you should not report problems or ask for help to troubleshoot The increment question was answered at least thousands of times in the forum and on IRC, well ...
philsmd Old oclHashcat Support 4 6,353 06-02-2015, 08:50 AM
    Thread: PDF Hash
Post: RE: PDF Hash

the file named test.hash must exist within your file system and the path to that file must be correct. Hashcat can't find your file
philsmd hashcat 9 6,365 08-08-2018, 11:46 AM
    Thread: Mac .pdf hash type
Post: RE: Mac .pdf hash type

@simplyslow I had to ban you for posting hashes (without permission; not even the corresponding password was mentioned): please use the 7 days off to read the forum rules again ( https://hashcat.net/f...
philsmd Old oclHashcat Support 3 6,369 12-26-2015, 11:13 AM
    Thread: Mac .pdf hash type
Post: RE: Mac .pdf hash type

1. please define "Mac .pdf file". Which software did you use to create the document? 2. what are the steps you followed to extract the information needed ("hash") from the .pdf document? 3. How did yo...
philsmd Old oclHashcat Support 3 6,369 12-25-2015, 09:55 AM
    Thread: Organizing
Post: RE: Organizing

Please read here: FAQ: --show (https://is.gd/OHpUwg)
philsmd Old oclHashcat Support 4 6,388 05-06-2015, 06:57 PM
    Thread: Organizing
Post: RE: Organizing

@alpes please do not give bad advice. For instance the link that I posted above says (among others): - --show is always used after the hashes have been cracked - You do not need – and should not s...
philsmd Old oclHashcat Support 4 6,388 05-07-2015, 01:10 PM
    Thread: When is all the Truecrypt encryption ciphers available?
Post: RE: When is all the Truecrypt encryption ciphers a...

This is already implemented with newest (beta) version, see: - https://hashcat.net/trac/ticket/394 or https://twitter.com/hashcat/status/667401031509258241 - https://hashcat.net/trac/ticket/618 or h...
philsmd Old oclHashcat Support 4 6,391 11-24-2015, 05:41 PM
    Thread: Complex iTunes password
Post: RE: Complex iTunes password

Please keep in mind: 1. this has nothing to do with hashcat. If the password is completely random, long enough, wasn't leaked before and therefore doesn't appear in any word list, it could be just in...
philsmd hashcat 7 6,395 09-07-2017, 08:25 AM
    Thread: Cracking partial hex seed for Ethreum Presale
Post: RE: Cracking partial hex seed for Ethreum Presale

The 5 missing bytes will still be 256 * 256 * 256 * 256 * 256 = 256 ^ 5 = 1099511627776 combinations. That's a quite huge keyspace, even if the hashing algortihm (keccak) is quite fast. of course ...
philsmd hashcat 10 6,402 06-29-2018, 04:59 PM
    Thread: Cracking partial hex seed for Ethreum Presale
Post: RE: Cracking partial hex seed for Ethreum Presale

hashcat uses ?H for 0123456789ABCDEF therefore you could specify the mask as -a 3 --hex-charset [someting]?H[somethingElse]?H?H02 the main problem now is that the hash mode -m 5000 only supports a...
philsmd hashcat 10 6,402 06-29-2018, 05:46 PM
    Thread: Cracking partial hex seed for Ethreum Presale
Post: RE: Cracking partial hex seed for Ethreum Presale

the ciphertext gets decrypted into the raw seed if you have the correct password/AES key/ see my perl code https://github.com/hashcat/hashcat/issues/1279#issuecomment-351716733 Code: -- my $h...
philsmd hashcat 10 6,402 06-29-2018, 09:48 PM