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 [desc] Forum Replies Views Posted
    Thread: r9 290x + B7059F77AV6R
Post: RE: r9 290x + B7059F77AV6R

Dark-Sider Wrote: (01-24-2014, 12:12 PM) -- Is there a known to work config for the B7059 with R9 290X? -- it will work, but it will not work out of the box. it requires a bit of skill, finesse, an...
epixoip Hardware 3 8,691 01-25-2014, 07:13 AM
    Thread: Best long brute-force masks
Post: RE: Best long brute-force masks

thank you for sharing your attack plan! as a reminder, with the new hcmask feature, you can just put all of these masks into one hcmask file to run through them in one invocation. that way you don'...
epixoip Old oclHashcat Support 4 18,281 01-25-2014, 07:17 AM
    Thread: Remote cracking with windows possible?
Post: RE: Remote cracking with windows possible?

mastercracker had posted a solution previously as well using psexec
epixoip General Help 4 10,142 01-27-2014, 10:37 PM
    Thread: Salted md5crypt speed question
Post: RE: Salted md5crypt speed question

coolbry95 is correct. you have two salts, therefore each plaintext candidate needs to be hashed with each salt, cutting your effective speed in half. if you had 100 salts, your effective speed would b...
epixoip Old oclHashcat Support 3 7,403 01-28-2014, 09:44 PM
    Thread: Need help for ERROR: clGetPlatformlds<> -1001
Post: RE: Need help for ERROR: clGetPlatformlds<> -1001

AMD does not support OpenCL on Windows XP. You cannot just use a random OpenCL.dll you downloaded off the internet.
epixoip General Help 8 15,884 01-29-2014, 08:38 PM
    Thread: Problems with Tyan Server
Post: RE: Problems with Tyan Server

doesn't matter if a monitor is hooked up or not, that's where your primary screen is. just something you have to live with.
epixoip Hardware 11 24,986 01-30-2014, 05:10 AM
    Thread: lack of transpancey
Post: RE: lack of transpancey

you wonder why there is no "transpancey", yet you have not made any effort to get involved with hashcat. this is your first post on the forums, we've never seen you on IRC, you've never filed any repo...
epixoip General Talk 7 18,932 01-30-2014, 06:19 AM
    Thread: Problems with Tyan Server
Post: RE: Problems with Tyan Server

i don't want to break the 'no advertising' rule, so PM or email me.
epixoip Hardware 11 24,986 01-31-2014, 12:30 AM
    Thread: debugging
Post: RE: debugging

ragequit, this was a known issue with earlier versions of oclHashcat but it should have been resolved. what version of hashcat are you using?
epixoip Old oclHashcat Support 14 21,902 02-04-2014, 11:48 PM
    Thread: debugging
Post: RE: debugging

i just noticed you said hitting 'q' didn't do anything -- are you sure you didn't experience an asic hang?
epixoip Old oclHashcat Support 14 21,902 02-05-2014, 02:21 AM
    Thread: Please correct my command regarding on bruteforcing/mask attack
Post: RE: Please correct my command regarding on brutefo...

there is no -i in cpu hashcat. in cpu hashcat, -a 3 increments by default.
epixoip General Help 10 25,543 02-05-2014, 02:22 AM
    Thread: Session restore and Increasing the Thread Parameter
Post: RE: Session restore and Increasing the Thread Para...

cpu hashcat does not have session support. so yes, you can use a higher -n value with -s.
epixoip Old hashcat Support 2 6,215 02-05-2014, 06:04 AM
    Thread: debugging
Post: RE: debugging

you wouldn't see it anywhere directly, you'll just experience an inability to communicate with the gpus. for example, oclHashcat has hung and won't quit, amdconfig hangs without displaying any input, ...
epixoip Old oclHashcat Support 14 21,902 02-05-2014, 06:06 AM
    Thread: debugging
Post: RE: debugging

overclocking, overheating, hardware failure. a long-running kernel can also cause it as well, but you're not likely to have a problem like that with hashcat, and especially not with an algorithm like ...
epixoip Old oclHashcat Support 14 21,902 02-05-2014, 11:41 PM
    Thread: --debug option
Post: RE: --debug option

there would be no point in implementing it in oclHashcat. nor is it really feasible since the rule engine is on the GPU, not CPU. it would be much slower than just using --debug with cpu hashcat.
epixoip Beta Tester 8 10,394 02-05-2014, 11:33 PM
    Thread: Status alerts via email
Post: RE: Status alerts via email

there's no clean or pretty way to do this, you will have to scrape and parse the output. you can use --status and --status-timer to periodically display the status information.
epixoip Old oclHashcat Support 3 6,671 02-06-2014, 08:12 AM
    Thread: Best hashcat configurations for this CPU?
Post: RE: Best hashcat configurations for this CPU?

the Pentium Dual-Core E2140 is an old 65nm Allendale circa 2007, it does not support AVX2. doesn't support HT, either. so just hashcat-cli64.bin -n 2
epixoip Old hashcat Support 4 10,231 02-06-2014, 10:37 PM
    Thread: AMD A10 7850K?
Post: RE: AMD A10 7850K?

support for Spectre was added in 1.02b33, so it will be in 1.02 when it is released.
epixoip Hardware 1 5,472 02-08-2014, 10:46 AM
    Thread: SHA256 bug when salt is really big?
Post: RE: SHA256 bug when salt is really big?

oclHaschat only implements a single block of sha256, therefore total input (salt + plain) cannot exceed the size of one block.
epixoip Old oclHashcat Support 9 16,286 02-13-2014, 08:35 PM
    Thread: Mac OSX 10.8 and 10.9 Questions
Post: RE: Mac OSX 10.8 and 10.9 Questions

mode 1722 is OSX 10.7, which is salted, but non-iterated, sha512. mode 7100 is OSX 10.8+, which uses pbkdf2-hmac-sha512 with a variable number of iterations. therefore it is only logical that mode 710...
epixoip General Help 5 12,285 02-13-2014, 08:55 PM