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 [desc] Views Posted
    Thread: Brain server can't write above 4GB
Post: RE: Brain server can't write above 4GB

Yeah this seems to be exactly the case. I also did some further checks. What is weird is that this is neither documented, nor mentioned a lot. I also tested that the type of the passed numbers (...
philsmd hashcat 13 2,476 05-31-2020, 09:15 PM
    Thread: Need help with cracking a blockchain wallet version 2
Post: RE: Need help with cracking a blockchain wallet ve...

try to crack the example hash from https://hashcat.net/wiki/doku.php?id=example_hashes after that try to create a new wallet (of course backup your other wallet first) with a known password and try...
philsmd hashcat 13 2,038 06-11-2020, 07:50 AM
    Thread: Need help with cracking a blockchain wallet version 2
Post: RE: Need help with cracking a blockchain wallet ve...

that's just a warning that says that your amount of password candidates (and speed that results from this small input) doesn't allow full acceleration. This doesn't mean that it's not able to crack. ...
philsmd hashcat 13 2,038 06-11-2020, 07:04 PM
    Thread: Need help with cracking a blockchain wallet version 2
Post: RE: Need help with cracking a blockchain wallet ve...

seems everything is working. Why do you assume something is wrong ? Please test the example hash for -m 15200 = Blockchain, My Wallet, V2 from https://hashcat.net/wiki/doku.php?id=example_hashes w...
philsmd hashcat 13 2,038 06-11-2020, 09:11 PM
    Thread: Need help with cracking a blockchain wallet version 2
Post: RE: Need help with cracking a blockchain wallet ve...

you should try the example hash with a dictionary attack where the word list contains the password Code: -- hashcat.exe -m 15200 -a 0 -w 3 -r rules\best64.txt hash.txt dict.txt -- hash.txt i...
philsmd hashcat 13 2,038 06-11-2020, 09:28 PM
    Thread: Need help with cracking a blockchain wallet version 2
Post: RE: Need help with cracking a blockchain wallet ve...

okay sorry, it's rules\best64.rule Code: -- hashcat.exe -m 15200 -a 0 -w 3 -r rules\best64.rule hash.txt dict.txt --
philsmd hashcat 13 2,038 06-11-2020, 09:47 PM
    Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...

this question has already been answered dozens of times: https://hashcat.net/forum/thread-8456.html https://github.com/hashcat/hashcat/blob/8207af471cee80012d370d551653d28516abf0c1/docs/limits.txt...
philsmd hashcat 13 988 09-12-2020, 06:24 PM
    Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...

if you modify the kernel code such that it's not doing the same thing as it is supposed to do (among others, convert the passwords to utf16le within the kernel), then and only then you need to use thi...
philsmd hashcat 13 988 09-13-2020, 02:32 PM
    Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...

encoding is difficult and without understanding it, you probably shouldn't make these source code changes and do such advanced attacks. We have several confirmations of users that moved the encodin...
philsmd hashcat 13 988 09-13-2020, 04:45 PM
    Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...

why don't you just explain what you did and how you run it. That might reveal the problem you are facing much faster: Code: -- hashcat.exe -a 3 -m 9600 --hex-charset --self-test-disable hash.txt 0...
philsmd hashcat 13 988 09-14-2020, 02:50 PM
    Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...

Code: -- --encoding-to utf16le -- and this of course only works in a dictionary attack (-a 0), if you want to use -a 3 you would need to use the correct bytes with --hex-charset if you want ...
philsmd hashcat 13 988 09-12-2020, 07:27 PM
    Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...

unfortunately, there is no way to fully get it without trying to learn about character encoding and what utf16le means etc. There is no shortcut. You need to understand the way characters are represe...
philsmd hashcat 13 988 09-14-2020, 05:19 PM
    Thread: Radeon HD 7770 problem...
Post: RE: Radeon HD 7770 problem...

I do not see any problems in the output. It seems that the card was detected correctly. So now, which version of oclHashcat do you use? The newest of course! (if not download it) I don't see any such...
philsmd Very old oclHashcat-plus Support 14 28,389 03-27-2013, 01:51 PM
    Thread: Radeon HD 7770 problem...
Post: RE: Radeon HD 7770 problem...

Maybe you can join us in https://webchat.freenode.net/?channels=hashcat so that we can come to a solution faster and w/o posting too much here... Of course, the problem description and possible solutio...
philsmd Very old oclHashcat-plus Support 14 28,389 03-27-2013, 03:31 PM
    Thread: Radeon HD 7770 problem...
Post: RE: Radeon HD 7770 problem...

@wkdwilliams How did you install catalyst? I now tried to (re-)download it from here https://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx and see if clinfo is inside: $ wget https://www...
philsmd Very old oclHashcat-plus Support 14 28,389 03-27-2013, 12:40 PM
    Thread: Segmentation fault (core dumped) oclHachCat-plus v 0.14
Post: RE: Segmentation fault (core dumped) oclHachCat-pl...

I think it is this one: https://support.amd.com/us/gpudownload/windows/previous/13/Pages/radeon_linux.aspx?os=Linux%20x86&rev=13.1 UPDATE: please also try to run: Code: -- ./oclHashcat-plus64.bi...
philsmd Very old oclHashcat-plus Support 14 28,665 05-30-2013, 02:07 PM
    Thread: Segmentation fault (core dumped) oclHachCat-plus v 0.14
Post: RE: Segmentation fault (core dumped) oclHachCat-pl...

We need to investigate this more, could you please join us in irc: https://webchat.freenode.net/?channels=hashcat Please query me (philsmd) there and we can see if we can sort this problem out faste...
philsmd Very old oclHashcat-plus Support 14 28,665 05-30-2013, 02:58 PM
    Thread: Segmentation fault (core dumped) oclHachCat-plus v 0.14
Post: RE: Segmentation fault (core dumped) oclHachCat-pl...

Hey tux, - does those crashes happen only w/ a specifc hash type (mode 2500) or others too? - could you please try to use the hccap example https://hashcat.net/misc/example_hashes/hashcat.hccap and a...
philsmd Very old oclHashcat-plus Support 14 28,665 05-30-2013, 01:46 PM
    Thread: Segmentation fault (core dumped) oclHachCat-plus v 0.14
Post: RE: Segmentation fault (core dumped) oclHachCat-pl...

Hey tux, thanks for the tutorial. I think there is only very few to add to the tutorial, maybe those points:You should check that there is *no* conflicting AMDAPP folder, especially there should be n...
philsmd Very old oclHashcat-plus Support 14 28,665 05-31-2013, 01:12 PM
    Thread: Performace Loss Numbers
Post: RE: Performace Loss Numbers

Awesome news, thx atom!!!
philsmd Beta Tester 14 13,024 06-10-2013, 11:09 PM