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 [asc] Views Posted
    Thread: how do i run brute wallet.aes.json blockchain info?
Post: RE: how do i run brute wallet.aes.json blockchain ...

It's not allowed to ask for somebody to crack your hashes on this forum. see the forum rules. It's even worse that you offered a payment for help. We are a very nice community over here who are willin...
philsmd hashcat 9 4,581 03-09-2019, 12:36 PM
    Thread: Unable to load a 7z archive hash made with 7z2hashcat
Post: RE: Unable to load a 7z archive hash made with 7z2...

please try the beta from https://hashcat.net/beta if not working, you need to give more details about the lengths of your fields etc (or send a test hash via PM that doesn't work with latest beta)
philsmd hashcat 9 4,737 03-11-2019, 04:19 PM
    Thread: Unable to load a 7z archive hash made with 7z2hashcat
Post: RE: Unable to load a 7z archive hash made with 7z2...

hashcat.exe is within the .7z beta archive. This is the 64-bit executable for windows. never heard of libc problems together with hashcat, recently. It should work the same way as the release versi...
philsmd hashcat 9 4,737 03-11-2019, 07:48 PM
    Thread: Unable to load a 7z archive hash made with 7z2hashcat
Post: RE: Unable to load a 7z archive hash made with 7z2...

good. will close this thread just to make sure this isn't going to get a multi-thread about all 7-Zip questions. (again, if you have currrently problems with 7-Zip hashes you should just try beta or ...
philsmd hashcat 9 4,737 03-13-2019, 09:52 AM
    Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...

did you try if the maskprocessor command works at all ? does the left part produce any candidates if used alone: ./mp64.bin -i 1:8 ?a?a?a?a?a?a?a?a also the start is probably very small with lengt...
philsmd hashcat 9 3,469 05-31-2019, 12:12 PM
    Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...

maybe whenever you find some free time, you could investigate this stdin problem further... did you try with a different terminal ? are you using linux ? you could also try if "cat" (or windows "ty...
philsmd hashcat 9 3,469 05-31-2019, 07:23 PM
    Thread: Mac OSX Mojave .plist format conversion
Post: RE: Mac OSX Mojave .plist format conversion

never heard about this "AuthenticationAuthority" format, hashcat officially only supports this: https://hashcat.net/forum/thread-8368-post-44680.html#pid44680 and the itunes backups plist files. We...
philsmd hashcat 9 4,502 06-03-2019, 09:45 AM
    Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...

oh thanks for the confirmation. so my educated guess was spot on. I actually saw a similar problem in the past... but it's soo weird why this is happening. It's most likely a driver problem, but t...
philsmd hashcat 9 3,469 06-04-2019, 09:19 PM
    Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...

entirely unrelated. has nothing to do with pipe and stdin. also your problems are PEBCAK as far as I can tell example hashes are here: https://hashcat.net/wiki/example_hashes you always need to ...
philsmd hashcat 9 3,469 06-08-2019, 12:52 PM
    Thread: Hashcat not getting any candidates from maskprocessor
Post: RE: Hashcat not getting any candidates from maskpr...

to me pebcak is not an insult. it's a problem description i.e. what the main cause of the problem could be. sorry if it sounded like an insult to you, sometimes it's difficult to express oneself (a...
philsmd hashcat 9 3,469 06-08-2019, 04:56 PM
    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: 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: 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: 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
    Thread: How to use gpu on bruteforcing SHA256(MD5('password'))
Post: RE: How to use gpu on bruteforcing SHA256(MD5('pas...

c'mon this should be really obvious. The error message says that you do not have the required perl modules installed This thread is getting a little bit weird (the strange command line options, ...
philsmd hashcat 9 3,421 07-13-2019, 03:21 PM
    Thread: How to encrypt password with wpa2?
Post: RE: How to encrypt password with wpa2?

you could use tools/test.pl for this Code: -- echo hashcatrocks | perl tools/test.pl passthrough 2500 | base64 -d > my.hccapx -- btw: tools/test.pl is within the hashcat folder (source code)...
philsmd hashcat 9 3,132 08-14-2019, 09:43 AM