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: guess number
Post: RE: guess number

Try with --outfile-format 11
philsmd hashcat 3 4,395 03-17-2017, 08:26 AM
    Thread: Any byte in mask
Post: RE: Any byte in mask

Unfortunately, cpu hashcat currently does not support custom charset that are that long. Instead, oclHashcat can handle such custom charset "values". Ofc, cpu hashcat should give a warning (or bet...
philsmd Old hashcat Support 1 4,392 06-20-2014, 03:30 PM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: Need help with Intel CPU and NVIDIA GPU

don't post hashes: https://hashcat.net/forum/announcement-2.html it doesn't matter if it's just an example.
philsmd hashcat 43 4,391 07-30-2020, 08:59 PM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: Need help with Intel CPU and NVIDIA GPU

The file does not exist. Just use a forum search for simple problems like this. "Hash" means that it's a literal hash, while "Hash File" means that it's trying to load a file. If the file is ...
philsmd hashcat 43 4,391 07-30-2020, 07:28 PM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: Need help with Intel CPU and NVIDIA GPU

The good thing about mathematics is that it's very easy to see if something is proven to be impossible / infeasible, the values and results of calculations are hard facts, very easy to spot how huge t...
philsmd hashcat 43 4,391 07-31-2020, 08:37 AM
    Thread: How do I configure hashcat to crack a lost password?
Post: RE: How do I configure hashcat to crack a lost pas...

(for what regards the 7z "problem", you should use the latest beta versions of hashcat - https://hashcat.net/beta/ , because several changes were made for -m 11600 after the latest release of hashcat)
philsmd hashcat 3 4,363 02-07-2017, 09:08 AM
    Thread: 2080ti $Bitcoin$ hashrate
Post: RE: 2080ti $Bitcoin$ hashrate

The numbers of iterations for the "bitcoin hashes" is variable, there is a field within the hash (the 5th field after the signature) that specifies the number of iterations. The default benchmark of ...
philsmd Hardware 5 4,357 10-16-2018, 01:02 PM
    Thread: plz crack my password
Post: RE: plz crack my password

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,341 02-19-2014, 09:09 PM
    Thread: Worldlist Clean up
Post: RE: Worldlist Clean up

just think about it like this: "I want to remove every digit that is followed by a non-digit" you can express this with the unix sed tool like this: Code: -- sed -r 's/[0-9]+([^0-9])/\1/g' --
philsmd General Talk 5 4,339 09-24-2017, 11:10 AM
    Thread: Any idea if this would be much faster on a GPU?(MD5 x3 + AES decrypt)
Post: RE: Any idea if this would be much faster on a GPU...

yeah, OpenCL support might make sense. But there are some questions still open: - what about the lenght of the data, is 1 block enough ? - you need way better means to determine if the decryption...
philsmd hashcat 3 4,337 05-28-2017, 04:49 PM
    Thread: hashcat64 not working versus hashcat32
Post: RE: hashcat64 not working versus hashcat32

You can troubleshoot this in different ways: 1. use strace to see what is going on 2. look at the exit code (echo $? after you run the command) 3. try with the beta version under https://hashcat.net/b...
philsmd hashcat 2 4,336 08-12-2016, 08:52 AM
    Thread: Hashcat wont open.
Post: RE: Hashcat wont open.

Hey welcome to the forum. hashcat is a command line interface (CLI) program, please read the wiki (https://hashcat.net/wiki/ ) and especially ( https://hashcat.net/wiki/doku.php?id=ubernoobs ) to ...
philsmd Old hashcat Support 1 4,332 03-04-2014, 04:31 PM
    Thread: Help using oclhashcat .hccap file
Post: RE: Help using oclhashcat .hccap file

1. use hashcat 3.40 (or higher, beta: https://hashcat.net/beta/) 2. use hccapx files (convert your caps with cap2hccapx from hashcat-utils or the converter: https://hashcat.net/cap2hccapx/ 3. use some...
philsmd hashcat 3 4,320 03-23-2017, 03:35 PM
    Thread: Office hash trouble
Post: RE: Office hash trouble

you should make sure that it looks similar to the example hash listed here: https://hashcat.net/wiki/example_hashes You should also try to use/crack the example hash to make sure that your command...
philsmd hashcat 4 4,319 07-29-2017, 03:37 PM
    Thread: Isn't there anyone who could have tested an RX 5700 XT with myROCm on linux
Post: RE: Isn't there anyone who could have tested an RX...

I don't really understand this at all... is this your repository ? I don't see any code within this repository, what does it do ? just a manual ?
philsmd Hardware 7 4,315 12-27-2019, 10:42 AM
    Thread: Issue with RAR3-hp hash type
Post: RE: Issue with RAR3-hp hash type

This type of rar archives are currently not supported (see https://hashcat.net/wiki/doku.php?id=example_hashes , the supported type is RAR-hp aka rar files with header encryption). $RAR3$*1* means ...
philsmd hashcat 2 4,309 02-03-2017, 02:08 PM
    Thread: How are Litecoin wallets encrypted?
Post: RE: How are Litecoin wallets encrypted?

You do not need to guess. The details of the algorithm to derive a key from the user password and use this to encrypt the data/wallet is documented all over the internet, e.g. see here: https://en.bit...
philsmd hashcat 3 4,292 01-15-2018, 09:51 AM
    Thread: Doesn't create output file
Post: RE: Doesn't create output file

The answer is: this happens because you already did crack this specific hash and it was already in your .pot file (see the warning "INFO: removed 1 hash found in pot file"), hence oclHashcat does not ...
philsmd Old oclHashcat Support 1 4,278 03-27-2015, 05:19 PM
    Thread: hex output special character
Post: RE: hex output special character

it's nothing particular strange about that $HEX[...] output, instead it is just the hexadecimal representation of the string. Yeah, if you really want you can use --outfile-autohex-disable in your fir...
philsmd hashcat 2 4,276 08-02-2016, 10:24 AM
    Thread: What kind of hash is this ?
Post: RE: What kind of hash is this ?

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 General Help 1 4,268 02-05-2014, 01:53 PM