Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Is the IRC channel dead?
Post: Is the IRC channel dead?

I've posted there previously (under username "phildo") sporadically over the past few years (the last time being a few months ago...). I tried to log on just now, and it said it required use of SASL? ...
phildo hashcat 2 4,541 08-05-2021, 08:30 PM
    Thread: Centralized resource for benchmarks?
Post: Centralized resource for benchmarks?

I can't seem to find any centralized database for the various attack modes + GPU/CPUs hash rates.  I've found a couple benchmarks for specific devices: is there anywhere these are being aggregated?
phildo hashcat 2 4,965 08-05-2021, 08:27 PM
    Thread: expandpass - a more dynamic alternative to masks
Post: expandpass - a more dynamic alternative to masks

I've posted this elsewhere, but figured I should drop it in these forums as well: github.com/Phildo/expandpass It's free, open source (MIT licensed). Allows for nesting permutations/combinatoric...
phildo User Contributions 0 4,832 08-05-2021, 08:26 PM
    Thread: Minimum investment on a descent rig for 16+ character NTLM passwords
Post: RE: Minimum investment on a descent rig for 16+ ch...

(Sorry if this post is about to go off topic- but now I'm curious!) mrfancypants Wrote: (05-08-2018, 11:02 PM) -- ... I can probably get 2 out of every 3 passwords in the list in a couple of hours...
phildo Hardware 10 26,430 05-08-2018, 11:52 PM
    Thread: Minimum investment on a descent rig for 16+ character NTLM passwords
Post: RE: Minimum investment on a descent rig for 16+ ch...

"brute force" means "try a, try b, try c, ... try aa, try ab, try ac, ... aaa, aab, aac" all the way to 16 characters. The "get a calculator" comment refers so the possibility space being way way way ...
phildo Hardware 10 26,430 05-08-2018, 10:21 PM
    Thread: Minimum investment on a descent rig for 16+ character NTLM passwords
Post: RE: Minimum investment on a descent rig for 16+ ch...

to be fair, he could mean "brute force" against a dictionary of common passwords (as opposed to "really" brute forcing all possible combinations...), in which case pass length is likely unimportant? ...
phildo Hardware 10 26,430 05-08-2018, 10:06 PM
    Thread: Using hashcat to find v3 ethereum wallet password
Post: RE: Using hashcat to find v3 ethereum wallet passw...

Ok! I got it to work! Here's my final command: hashcat3.6 -m 15700 -a 0 --scrypt-tmto 1 -w 1 -D1 -n 1 --force hash.txt password.txt And it required a build of hashcat 3.6 from source (brew do...
phildo hashcat 21 65,774 06-20-2017, 05:54 PM
    Thread: Using hashcat to find v3 ethereum wallet password
Post: RE: Using hashcat to find v3 ethereum wallet passw...

Thanks you all for your help, but I'm still not getting any results. Here's my input: (I've also tried with out --scrypt-tmto 1 and -w 1) hashcat3.6 -m 15700 -a 0 --scrypt-tmto 1 -w 1 -D1 hash....
phildo hashcat 21 65,774 06-20-2017, 05:53 PM
    Thread: Using hashcat to find v3 ethereum wallet password
Post: RE: Using hashcat to find v3 ethereum wallet passw...

Ok, I'm honestly trying and can't parse anything in the --help that makes sense of that. I found this: https://scottlinux.com/2017/01/31/how-to-use-hashcat-on-cpu-only/ , but this is for debian and al...
phildo hashcat 21 65,774 06-20-2017, 04:42 AM
    Thread: Using hashcat to find v3 ethereum wallet password
Post: RE: Using hashcat to find v3 ethereum wallet passw...

How do I choose to use the CPU instead of GPU? And I've tried using -n 1 (see earlier posts)- it pops up with an error saying -n is deprecated. (but that I can --force it if I want, and I've tried ...
phildo hashcat 21 65,774 06-19-2017, 09:40 PM
    Thread: Using hashcat to find v3 ethereum wallet password
Post: RE: Using hashcat to find v3 ethereum wallet passw...

Ok. Thanks for your help! But, just for the sake of anyone else who might know something, or if someone's in my situation, here's the status. hashcat3.6 -m 15700 -a 0 --scrypt-tmto 1 -w 1 hash.t...
phildo hashcat 21 65,774 06-19-2017, 08:41 PM
    Thread: Using hashcat to find v3 ethereum wallet password
Post: RE: Using hashcat to find v3 ethereum wallet passw...

Tried it with 4, 3, 2, 1, and 0 4, 3, 2, and 1 all have the same output (shown below). 0 has same output as though I didn't use the --scrypt-tmto argument in at all.
phildo hashcat 21 65,774 06-19-2017, 08:24 PM
    Thread: Using hashcat to find v3 ethereum wallet password
Post: RE: Using hashcat to find v3 ethereum wallet passw...

Ok- so I've tried: hashcat3.6 -m 15700 -a 0 -w 3 --scrypt-tmto 4 hash.txt password.txt Now I get: Increasing single-block device memory allocatable for --scrypt-tmto 4. Cannot allocate enoug...
phildo hashcat 21 65,774 06-19-2017, 07:50 PM
    Thread: Using hashcat to find v3 ethereum wallet password
Post: RE: Using hashcat to find v3 ethereum wallet passw...

Ok, something weird is happening with this forum. This post keeps on getting deleted and then reappears. So I have two of the same threads going on, but in parallel universes. Whatever, I'll just keep...
phildo hashcat 21 65,774 06-19-2017, 07:40 PM
    Thread: Using hashcat to find v3 ethereum wallet password
Post: RE: Using hashcat to find v3 ethereum wallet passw...

Ok- so I've derived the string from the ripper script... but how do I use it? Do I just copy and paste it as an argument to hashcat? Where to I put the argument for my password list? I've tried ...
phildo hashcat 21 65,774 06-18-2017, 11:45 PM
    Thread: Using hashcat to find v3 ethereum wallet password
Post: Using hashcat to find v3 ethereum wallet password

Hey- so I have a big .txt file full of passwords I want to try, and I even wrote a python script that successfully attempts to verify them against an ethereum wallet. But I'm told hashcat can poten...
phildo hashcat 21 65,774 06-18-2017, 08:08 PM