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 [desc]
    Thread: Mac OSX Mojave .plist format conversion
Post: RE: Mac OSX Mojave .plist format conversion

if I understood this correctly you can access the file when mounting the file system with a different operating system ?! I think we can't do anything about that. You can't just use a totally diffe...
philsmd hashcat 9 4,502 06-14-2019, 06:53 PM
    Thread: Custom charsets for Cyrillic passwords in NTLM hashes
Post: RE: Custom charsets for Cyrillic passwords in NTLM...

this discussion is very difficult to follow. are you using 2 forum accounts or why are you BotPass answering like it was an answer to you (but actually given to boreas). How are you related if I may a...
philsmd hashcat 8 2,730 06-14-2019, 09:42 PM
    Thread: Custom charsets for Cyrillic passwords in NTLM hashes
Post: RE: Custom charsets for Cyrillic passwords in NTLM...

no, it's perfectly fine to answer like you did and clarify the situation. Thanks for the clarification ! It just wasn't very clear (maybe only to me) that this was just a general clarification/s...
philsmd hashcat 8 2,730 06-15-2019, 07:42 AM
    Thread: Guidance for creation of custom kernels
Post: RE: Guidance for creation of custom kernels

I would say that the best thing for now is to just have a look at the github commit history and check for the addition of (already added) new hash types, like this one: https://github.com/hashcat/hash...
philsmd General Talk 2 1,858 06-15-2019, 09:33 AM
    Thread: PKZip Length Question
Post: RE: PKZip Length Question

short answer: not supported long answer: it would actually be easily possible to support longer compressed data lengths (the decompressed length is even less problematic because we "only" need to c...
philsmd hashcat 2 1,684 06-22-2019, 09:57 AM
    Thread: how to make an attack
Post: RE: how to make an attack

probably just an escaping problem. for instance use "$-" instead on some operating system, some need \$- etc. I would test with a rule that doesn't need escaping at all, like: hashcat -j u ... ...
philsmd hashcat 4 2,139 06-25-2019, 08:08 AM
    Thread: Hashcat token length exception
Post: RE: Hashcat token length exception

-o is only used for the outfile (that's why "-o" is a shorter version of --outfile) the general format is -a 0 hash.txt dict.txt, but you are only specifying the outfile (-o) and a dict. this sh...
philsmd hashcat 1 1,638 06-30-2019, 07:05 PM
    Thread: My master Password
Post: RE: My master Password

are you talking about blockchain.com / blockchain.info wallets ? what files do you have ? hashcat supports these: -m 12700 = Blockchain, My Wallet, $blockchain$... -m 15200 = Blockchain, My Walle...
philsmd hashcat 3 2,049 07-04-2019, 11:31 AM
    Thread: Passphrase make .rule
Post: RE: Passphrase make .rule

https://hashcat.net/wiki/doku.php?id=combinator_attack if you want to add space, you can use the rule -j "$ " (or '$ ' or "\$ " on linux to escape the dollar). This is actually not a "rule" but ...
philsmd hashcat 1 1,045 07-06-2019, 10:26 AM
    Thread: Cannot load module ./modules/module_02000.dll
Post: RE: Cannot load module ./modules/module_02000.dll

if I download the beta version from https://hashcat.net/beta/ I definitely see a file in the modules folder named module_02000.dll 32-bit support was removed in recent versions of hashcat, but if...
philsmd hashcat 6 2,951 07-07-2019, 09:34 PM
    Thread: Cannot load module ./modules/module_02000.dll
Post: RE: Cannot load module ./modules/module_02000.dll

there is no such file like hashcat64.exe within the beta version. if you have that file extracted, you are doing something horribly wrong (pebcak). It's easy to proof that the file under https://hashc...
philsmd hashcat 6 2,951 07-08-2019, 08:57 AM
    Thread: Newbie Wallet
Post: RE: Newbie Wallet

What is the thread you are referring at ? What are the files that you have ? wallet.dat ? Which software (and which version of that software) did generate this wallet ? hashcat support bitcoi...
philsmd General Talk 9 3,606 07-10-2019, 11:41 AM
    Thread: Newbie Wallet
Post: RE: Newbie Wallet

you use bitcoin2john.py to convert the wallet.dat file into a hash: https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/bitcoin2john.py install and use python 2.7 to ...
philsmd General Talk 9 3,606 07-11-2019, 09:55 AM
    Thread: Newbie Wallet
Post: RE: Newbie Wallet

see --help -a 0 is dictionary attack and you need to provide a dictionary -a 3 is mask attack (or "brute-force") and you need to provide a mask upper = 26 chars, lower = 26 chars, digits = 10 c...
philsmd General Talk 9 3,606 07-11-2019, 12:21 PM
    Thread: Newbie Wallet
Post: RE: Newbie Wallet

I don't know about that. If you say it's a "complex password system" maybe it's not random at all. I don't know about the specifics of your password system, it could be flawed and not that difficult t...
philsmd General Talk 9 3,606 07-11-2019, 01:22 PM
    Thread: btcrecover extract scripts
Post: RE: btcrecover extract scripts

Only the base64 encoded hash of -m 18800 = Blockchain, My Wallet, Second Password (SHA256) for blockchain.info hashes is supported with latest (beta) version of hashcat (https://hashcat.net/beta). ...
philsmd hashcat 1 1,240 07-12-2019, 11:41 AM
    Thread: Can't use hashcat with AMD Radeon R9 380
Post: RE: Can't use hashcat with AMD Radeon R9 380

what is the problem and error message you got ? details !
philsmd hashcat 9 3,820 07-12-2019, 12:36 PM
    Thread: hashcat with 3 wordlists
Post: RE: hashcat with 3 wordlists

since 2+1 = 3 you could just pre-compute 2 dicts and add the 3rd one with -a 1. There is also combinator3 from hashcat-utils (you can pipe it but it's slower, but could be sometimes better if you tar...
philsmd hashcat 1 1,128 07-13-2019, 07:39 AM
    Thread: How to use gpu on bruteforcing SHA256(MD5('password'))
Post: RE: How to use gpu on bruteforcing SHA256(MD5('pas...

see the output of --help sha256(md5(pass)) is not currently supported -a 3 needs a mask and you specify a mask directly after the hash file e.g. Code: -- ./hashcat64.bin -a 3 -m 4700 -D 1...
philsmd hashcat 9 3,421 07-13-2019, 08:18 AM
    Thread: How to use gpu on bruteforcing SHA256(MD5('password'))
Post: RE: How to use gpu on bruteforcing SHA256(MD5('pas...

Code: -- perl tools/test.pl passthrough 0 < example.dict | hashcat -m 1400 -w 3 hash.txt --
philsmd hashcat 9 3,421 07-13-2019, 12:22 PM