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: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

before jumping into this I would recommend doing the math because 64^6 (as far as I understood you corrected your first number above) is quite a huge number. You would need to have a huge amount of b...
philsmd hashcat 22 17,308 07-13-2018, 12:23 PM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

yeah, that sounds acceptable (and almost exactly the amount of time I was thinking about that would be needed by a mid/high end consumer CPU). This also proofs that it's not that clever to use brain ...
philsmd hashcat 22 17,308 07-13-2018, 12:59 PM
    Thread: Recover NTLM with charset: !@$etaoinshrdlu134579
Post: RE: Recover NTLM with charset: !@$etaoinshrdlu1345...

Hey, since you neglected to follow the rules (https://hashcat.net/forum/announcement-2.html ), I've locked your account for 1 week. Now you've plenty of time to: 1. read again the forum rules 2. r...
philsmd Old oclHashcat Support 9 17,220 02-23-2014, 01:12 PM
    Thread: weird issue when trying to read mask option from file
Post: RE: weird issue when trying to read mask option fr...

In cases like this I normally just add a "echo" before the actual command (like echo ./hashcat-0.46 and you will see what is going on)... also I normally prefer the: while read line do // ... so...
philsmd Old hashcat Support 8 17,138 11-08-2013, 07:16 PM
    Thread: weird issue when trying to read mask option from file
Post: RE: weird issue when trying to read mask option fr...

I don't think that last problem (not wait) has anything to do with for vs while... I think that problem is totally unrelated... Indeed executing the cmds not one after the other should only happen if ...
philsmd Old hashcat Support 8 17,138 11-08-2013, 07:41 PM
    Thread: hashcat stops after about 37 minutes
Post: RE: hashcat stops after about 37 minutes

Did you try to run the commands without the for/while loop? Does the problem also happen without the loop, e.g running the commands one after the other?
philsmd hashcat 22 17,106 07-28-2017, 02:20 PM
    Thread: hashcat stops after about 37 minutes
Post: RE: hashcat stops after about 37 minutes

Does the problem also happen without the --increment command line option?
philsmd hashcat 22 17,106 07-29-2017, 12:56 PM
    Thread: hashcat stops after about 37 minutes
Post: RE: hashcat stops after about 37 minutes

https://hashcat.net/beta/
philsmd hashcat 22 17,106 08-23-2017, 08:01 PM
    Thread: hashcat stops after about 37 minutes
Post: RE: hashcat stops after about 37 minutes

Hey @patpro. Thank you for the report. It seems devs now were able to reproduce this problem and fix it (https://github.com/hashcat/hashcat/commit/688a580d6c8c29b2525d905cb4ae1b688fc8fba7). Please ...
philsmd hashcat 22 17,106 08-25-2017, 08:56 PM
    Thread: Maskprocessor word at position??[solved]
Post: RE: Maskprocessor word at position??

If you really need to use the number index instead, this could be done VERY easily with a small "position lookup" code in e.g. shell script or other programming language. I mean, a small wrapper that ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 16,931 08-08-2013, 11:12 AM
    Thread: What kind of hash is this?
Post: RE: What kind of hash is this?

Yes, could be anything as atom said... But still, the "string" above looks like plain base64 encoded. See this example (ending of your string): Code: -- $ echo -n LQAAAABfQUxMAAAAIAAAACE= | base64...
philsmd General Talk 8 16,901 09-22-2014, 12:18 PM
    Thread: What kind of hash is this?
Post: RE: What kind of hash is this?

So we already proofed that those strings are base64 encoded, see example decoding (pls avoid online base64 decoding for non-ascii-chars , there are problems w/ encoding the bytes server-side, displayi...
philsmd General Talk 8 16,901 09-22-2014, 05:43 PM
    Thread: increasing threads for stdout?
Post: RE: increasing threads for stdout?

The main problem w/ more threads in stdout mode is that the bottleneck for this mode is indeed *the* stdout. What I mean is, the process of writing to stdout slows down the whole process group that mu...
philsmd Old hashcat Support 9 16,842 06-02-2013, 03:15 PM
    Thread: increasing threads for stdout?
Post: RE: increasing threads for stdout?

I think it is just impossible to significantly increase the speed (and for sure increasing the # of threads doesn't help at all). I'm not sure if you understood what I meant by saying the stdout is t...
philsmd Old hashcat Support 9 16,842 06-02-2013, 04:22 PM
    Thread: The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) Linux Error - this copy of hashcat is outdated
Post: RE: The-Distribution-Which-Does-Not-Handle-OpenCL-...

remove it again (apt-get remove) and then just download it from https://hashcat.net/hashcat/, extract it (7z x hashcat-2.00.7z) and run it (cd hashcat-2.00; ./hashcat-cli64.bin). Have fun
philsmd General Help 4 16,768 01-01-2016, 12:45 PM
    Thread: cuda hashcat plus error
Post: RE: cuda hashcat plus error

Why do you use v0.15 of oclHashcat-plus? Download 1.00 from https://hashcat.net/oclhashcat/ and update the NV driver to match the requirements.
philsmd Old oclHashcat Support 5 16,762 12-12-2013, 09:23 PM
    Thread: Problem on rc4
Post: RE: Problem on rc4

Do the example hashes also crash? https://hashcat.net/wiki/doku.php?id=example_hashes You both are using windows, right? [hr] Can somebody of you test the same cmd with same setup w/ linux running?
philsmd Beta Tester 19 16,724 08-23-2013, 05:50 PM
    Thread: Problem on rc4
Post: RE: Problem on rc4

I am currently testing the example hashes on windows.... looks good: recovered + no freeze. Just to make sure, do you have this patch for instance: https://hashcat.net/wiki/doku.php?id=timeout_patch ...
philsmd Beta Tester 19 16,724 08-23-2013, 06:45 PM
    Thread: Problem on rc4
Post: RE: Problem on rc4

Unfortunately, I have only one win32 system w/ windows7 currently running here - gtx 580. Therefore, neither the bitness nor the GPU vendor fit ... Maybe I can later on reboot another system into wind...
philsmd Beta Tester 19 16,724 08-23-2013, 07:13 PM
    Thread: Problem on rc4
Post: RE: Problem on rc4

You are right, but anyway any problem should be investigated... we just need to be able to reproduce. Good news: Rolf told me that he will also test on win7x64 with similar/same setup.... so we will ...
philsmd Beta Tester 19 16,724 08-23-2013, 07:22 PM