Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: WPA/WPA2 pass cracking
Post: RE: WPA/WPA2 pass cracking

An AP's SSID tells you nothing if that's *all* you have to go on. I suspect you already know this so not sure what you're expecting out of this discussion tbh. Sample data and lots of it seems the obv...
rico General Talk 9 25,290 12-16-2017, 10:43 PM
    Thread: Part of a password
Post: RE: Part of a password

No. There's no such thing as a partial crack on a hash. You can, however, feed partial passwords (if you know some of it) and let hashcat flesh out the permutations as time/wordlist/etc. permits.
rico hashcat 1 4,920 12-15-2017, 12:07 AM
    Thread: Cyrillic --> English transliterated passwords wordlist
Post: RE: Cyrillic --> English transliterated passwords ...

Take a look at the leetspeak.rule file in hashcat's /rules folder. It specifies rules for substituting one character for another, e.g.: sa4 sa@ One rule to substitute (s) character 'a' -> '4' a...
rico hashcat 7 20,072 12-01-2017, 12:01 AM
    Thread: 4.01 resume after pause don't activate video card cooler to useful speed.
Post: RE: 4.01 resume after pause don't activate video c...

hashcat doesn't control GPU fan speed which is basically what your issue boils down to. That's controlled by the GPU's firmware but can be overridden with fan speed control software such as MSI Afterb...
rico hashcat 7 15,797 11-30-2017, 11:47 PM
    Thread: setting up or help me get admin password
Post: RE: setting up or help me get admin password

You have entirely the wrong end of the stick, my friend.
rico hashcat 1 5,314 11-18-2017, 10:42 PM
    Thread: --restore after hardware upgrade?
Post: RE: --restore after hardware upgrade?

Depends on how the job was started I suppose but assuming no strange initial parameters then it should pick up the 4th GPU fine as it's a job specified to run on GPU. In any case, the easiest thing...
rico hashcat 1 5,880 11-09-2017, 01:58 AM
    Thread: nvidia Quadro P400
Post: RE: nvidia Quadro P400

ejonesss Wrote: (04-14-2017, 03:11 PM) -- the GTX1060 is a geforce and i think the geforce is a legacy product and wont work -- So much confusion. GTX10x series was released less than a year ago.
rico Hardware 32 91,109 04-18-2017, 03:41 PM
    Thread: nVidia Titan Xp released
Post: nVidia Titan Xp released

https://www.nvidia.com/en-us/geforce/products/10series/titan-xp/ nVidia didn't hang about too long after the 1080 Ti launch. 1582 MHz, 3840 CUDA cores.
rico Hardware 1 7,397 04-06-2017, 05:49 PM
    Thread: Invalid argument
Post: RE: Invalid argument

./hashcat64.bin -a 3 -m 2500 -01.hccapx ?d?d?d?d?d?d?d?d?d?d ./hashcat64.bin: invalid option -- '0' Invalid argument specified Remove the - before 01.hccapx
rico hashcat 8 27,380 03-29-2017, 12:55 AM
    Thread: Error message
Post: RE: Error message

It is your searching problem. Look up there ^
rico hashcat 2 7,779 03-28-2017, 10:18 PM
    Thread: AMD Radeon Pro Duo
Post: RE: AMD Radeon Pro Duo

From the thread you just linked: Xanadrel Wrote: (10-26-2016, 02:52 PM) -- Stay away from amd, stay away from dual gpu cards, get reference/FE, get nvidia > maxwell. So, 1080, easy answer. -- ...
rico Hardware 4 10,777 03-28-2017, 04:23 PM
    Thread: AMD Radeon Pro Duo
Post: RE: AMD Radeon Pro Duo

Please spend a tiny amount of time looking through this forum before posting rudimentary questions. Your question has been answered ad nauseam.
rico Hardware 4 10,777 03-28-2017, 03:51 PM
    Thread: Error trying a brute force - integer overflow?
Post: RE: Error trying a brute force - integer overflow?

So you're saying you've solved the "near-infinite hardware required" problem?
rico hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 16,815 03-22-2017, 01:09 AM
    Thread: Error trying a brute force - integer overflow?
Post: RE: Error trying a brute force - integer overflow?

I'd imagine it's to do with the unfathomably large keyspace you're using - that mask tops out at 95^19 permutations!!! As an FYI, using the 1080Ti benchmark epixoip posted a couple of days ago woul...
rico hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 16,815 03-21-2017, 01:24 PM
    Thread: hashcat64.exe doesn't work
Post: RE: hashcat64.exe doesn't work

The last OpenCL driver version I can see that supports Celeron N2000 series CPUs is 14.2 (https://software.intel.com/sites/default/files/managed/52/e9/opencl_runtime_14.2_release_notes.pdf) Maybe t...
rico hashcat 16 48,895 03-20-2017, 11:57 PM
    Thread: hashcat64.exe doesn't work
Post: RE: hashcat64.exe doesn't work

What hash-cracking hardware (and driver versions) do you have? Please also post the output of "hashcat64.exe -I"
rico hashcat 16 48,895 03-20-2017, 10:51 PM
    Thread: hashcat64.exe doesn't work
Post: RE: hashcat64.exe doesn't work

OpenCL™ Runtime for Intel® Core™ and Intel® Xeon® Processors (https://software.intel.com/en-us/articles/opencl-drivers#latest_CPU_runtime) Choose 32- or 64-bit Windows version, obviously.
rico hashcat 16 48,895 03-20-2017, 09:10 PM
    Thread: hashcat64.exe doesn't work
Post: RE: hashcat64.exe doesn't work

Update your OpenCL drivers: https://software.intel.com/en-us/articles/opencl-drivers
rico hashcat 16 48,895 03-20-2017, 05:13 PM
    Thread: type example.dict
Post: RE: type example.dict

Code: -- hashcat64.exe -m 400 example400.hash example.dict -- hashcat opens the dictionary, scans it and produces the stats you see. Code: -- type example.dict | hashcat64.exe -m 400 example400...
rico hashcat 5 13,053 03-16-2017, 11:49 AM
    Thread: type example.dict
Post: RE: type example.dict

So, you're not asking about attack modes or hash rates or anything other than "why are two different things different?" :/ The main difference I can see it that piping from type is redundant in you...
rico hashcat 5 13,053 03-15-2017, 09:42 PM