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

Try with --outfile-format 11
philsmd hashcat 3 4,395 03-17-2017, 08:26 AM
    Thread: preppend number to dictionary
Post: RE: preppend number to dictionary

Think about it one more time! If you first prepend 1 then prepend 2 then prepend 3 then prepend 4 then prepend 5 you end up prepending "54321" so you need to reverse it to ^5^4^3^2^1 if you want to ...
philsmd Old hashcat Support 2 4,398 01-15-2016, 12:27 AM
    Thread: How to crack a password in this way with hashcat ?
Post: RE: How to crack a password in this way with hashc...

This trac ticket https://hashcat.net/trac/ticket/539 seems to be related to your question. The main reasons it wasn't implemented yet, was that the full details about the maximum length devs should...
philsmd Old hashcat Support 1 4,407 03-26-2015, 11:50 AM
    Thread: Hashcat saying wrong driver
Post: RE: Hashcat saying wrong driver

are you sure that the MH/s are for a single card and for -m 2500 = WPA/WPA2 ? That's probably not correct. Can you give a link to these benchmarks ? Of course if you have 8 x Nvidia GTX 1080 ti th...
philsmd hashcat 7 4,416 12-16-2018, 04:05 PM
    Thread: Hashcat won't start ''insufficient memory available''
Post: RE: Hashcat won't start ''insufficient memory avai...

hashcat: "All hashes found already, won't crack them again" Vidramon: "it will work for Nvidia, but not for Amd, resulting not find a pass" this makes absoultely no sense to me. Did you even re...
philsmd hashcat 13 4,419 09-21-2019, 05:19 PM
    Thread: iTunes backup help...
Post: RE: iTunes backup help...

I think brute-force is a very bad strategy here. I would stick with dictionary attacks (-a 0) and only if you are sure about a very specific pattern or did already try all possibilities (likely pas...
philsmd hashcat 10 4,436 04-30-2019, 07:05 PM
    Thread: iTunes backup help...
Post: RE: iTunes backup help...

best advice is to remember as much as possible from the password that was (probably) used and build some small (or up to medium) sized dictionary which follows those policies/patterns. Of course it...
philsmd hashcat 10 4,436 04-30-2019, 10:40 AM
    Thread: Blockchain hash
Post: RE: Blockchain hash

maybe you should contact your email service provider and/or the blockchain support !? There is also no such thing as decoded blockchain hash or decrypted hash. hashes can sometimes be cracked (but ...
philsmd hashcat 10 4,442 04-16-2019, 08:42 PM