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 [asc] Views Posted
    Thread: Multi rules understanding
Post: RE: Multi rules understanding

It's strange to me that you are looking for answers in the code first, instead of simply observing the behavior of the program.
epixoip Old oclHashcat Support 2 4,366 02-29-2016, 02:14 PM
    Thread: How about RAR5 to hashcat?
Post: RE: How about RAR5 to hashcat?

No that's incorrect, rar2john supports RAR5. The problem is, it is not a standalone utility. It is compiled into john. I've looked at breaking it out into a standalone utility, but it will take a lot ...
epixoip Old oclHashcat Support 2 8,036 03-01-2016, 03:57 AM
    Thread: WPA2 key testing
Post: RE: WPA2 key testing

Unless I missed something, you just answered your own question.
epixoip General Help 2 4,775 03-03-2016, 11:52 PM
    Thread: need help using distributed cracking
Post: RE: need help using distributed cracking

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_distribute_the_work_on_different_computersnodes
epixoip Old oclHashcat Support 2 4,418 03-05-2016, 11:54 AM
    Thread: Penetration test of MS VPN
Post: RE: Penetration test of MS VPN

Adavan Wrote: (03-28-2016, 01:17 PM) -- I am not sure with 1122334455667788. How can i check it from Wireshark? -- This is the challenge. Typically you need to control this value.
epixoip Old hashcat Support 2 5,397 03-28-2016, 05:15 PM
    Thread: Build Review Request
Post: RE: Build Review Request

Gamer case, 80plus Gold PSU, two different SSDs, and I'm bored.
epixoip Hardware 2 4,707 03-30-2016, 08:55 AM
    Thread: hexchar des?
Post: RE: hexchar des?

-m 1500 is descrypt, not DES encryption.
epixoip General Help 2 4,387 04-03-2016, 11:56 PM
    Thread: Ocl + Cuda in parallel
Post: RE: Ocl + Cuda in parallel

You don't need OpenCL & CUDA in parallel to use both GPUs cooperatively, you just need to grab the latest oclHashcat beta or build from master. We dropped CUDA entirely, so now we use OpenCL on all de...
epixoip Old oclHashcat Support 2 4,247 04-08-2016, 05:23 PM
    Thread: Help me!!!
Post: RE: Help me!!!

Your GPU is too old and Nvidia no longer supports it. You need to upgrade your GPU.
epixoip General Help 2 4,301 04-18-2016, 06:39 PM
    Thread: oclHashCat on OS X
Post: RE: oclHashCat on OS X

Yes it's true, it hasn't been released so there's no annoucement, but you can download a snapshot from /beta or pull from github and build from source.
epixoip Old oclHashcat Support 2 4,981 04-20-2016, 08:31 PM
    Thread: Error ERROR: clGetDeviceIDs() -1
Post: RE: Error ERROR: clGetDeviceIDs() -1

-1 is CL_DEVICE_NOT_FOUND so you probably didn't configure the driver properly. Have you tried regenerating xorg.conf from amdconfig?
epixoip Old oclHashcat Support 2 4,548 04-29-2016, 06:09 PM
    Thread: Using --pw-skip --pw-limit to distribute workload
Post: RE: Using --pw-skip --pw-limit to distribute workl...

No, not 'yes to both.' Of course you can distribute work with -s/-l, that's why they are there, but -s/-l are different in hashcat & oclHashcat, you cannot distribute work between the two without some...
epixoip Old oclHashcat Support 2 4,100 05-10-2016, 04:53 AM
    Thread: Is cudaHashcat slower without a desktop manager?
Post: RE: Is cudaHashcat slower without a desktop manage...

You still need to run an X server even on headless machines in order to apply the timeout patch and set the appropriate perf level. https://github.com/stricture/nvidia-drivers/blob/master/debian/t...
epixoip Old oclHashcat Support 2 3,716 05-11-2016, 10:19 PM
    Thread: Skip masks with few recovered passwords
Post: RE: Skip masks with few recovered passwords

Hmm we had a feature for this in beta for several months but it looks like it may have been removed?
epixoip hashcat 2 3,562 07-25-2016, 08:38 PM
    Thread: Logging All Hashes
Post: RE: Logging All Hashes

You might want to spend some time reading --help, the wiki, etc as your command does not do what you think it does. Logging all of the passwords generated by hashcat is sort of possible with --stdo...
epixoip hashcat 2 3,664 10-05-2016, 05:10 AM
    Thread: How do I crack gmail passwords?
Post: RE: How do I crack gmail passwords?

Sigh.
epixoip hashcat 2 5,267 12-01-2016, 08:57 PM
    Thread: Which Hash modes for Weblogic password hash?
Post: RE: Which Hash modes for Weblogic password hash?

Read the rules. Then read them again. Then read them thrice.
epixoip hashcat 2 3,331 12-14-2016, 07:37 PM
    Thread: Multiple output-files for every dictionary
Post: RE: Multiple output-files for every dictionary

for w in dictionaries/*.txt; do hashcat --potfile-path "${w/\.txt/.pot}" hashlist.txt "$w"; done Potfile will probably be in ~/.hashcat on The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)
epixoip hashcat 2 3,404 12-28-2016, 08:51 PM
    Thread: Sequence of Mask Attack?
Post: RE: Sequence of Mask Attack?

Use an hcmask file
epixoip hashcat 2 3,996 01-03-2017, 01:17 AM
    Thread: Hashcat with free drivers on Linux?
Post: RE: Hashcat with free drivers on Linux?

Everything Richard Stallman ever told you was a lie.
epixoip hashcat 2 3,451 01-04-2017, 07:00 PM