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 [asc] Replies Views Posted
    Thread: Starting with OSX
Post: RE: Starting with OSX

the program syntax is the same for all operating systems.
epixoip General Help 10 70,315 03-28-2013, 05:36 AM
    Thread: Starting with OSX
Post: RE: Starting with OSX

no one is going to hold your hand. you need to do some reading. you do not need osx-specific guidance, as the syntax is the same for all operating systems.
epixoip General Help 10 70,315 03-28-2013, 10:49 PM
    Thread: How to extract a hash (VNC, SSH2 or SMB) from a WireShark capture file
Post: RE: How to extract a hash (VNC, SSH2 or SMB) from ...

it's not descrypt, no. the challenge is bit-flipped and encrypted with a single round of des. https://raw.github.com/magnumripper/JohnTheRipper/unstable-jumbo/src/vnc_fmt_plug.c https://www.vidarhole...
epixoip General Help 13 69,959 03-30-2013, 11:49 AM
    Thread: Nvcuda.dll missing?
Post: RE: Nvcuda.dll missing?

driver is not correctly installed
epixoip General Help 7 25,990 04-09-2013, 11:56 PM
    Thread: Nvcuda.dll missing?
Post: RE: Nvcuda.dll missing?

nvidia driver. you're missing the cuda runtime. make sure you install the latest version from nvidia.com, and ensure the installer completes without errors.
epixoip General Help 7 25,990 04-10-2013, 02:09 AM
    Thread: Nvcuda.dll missing?
Post: RE: Nvcuda.dll missing?

OP just sent me a pm stating he has AMD gpus, so problem solved :rolleyes:
epixoip General Help 7 25,990 04-10-2013, 02:16 AM
    Thread: hashcat unkown option error?
Post: RE: hashcat is not recognized as an interal or ext...

the gui is no longer supported. if you're using blandyuk's gui, head over to md5decrypter.co.uk
epixoip General Help 2 9,296 04-11-2013, 07:48 AM
    Thread: Help me with oclHashcat-plus. ERROR: No AMD/SDS compatible platform found
Post: RE: Help me with oclHashcat-plus. ERROR: No AMD/S...

you're running the wrong binary, should be using cudaHashcat not oclHashcat. oclHashcat is for AMD.
epixoip General Help 7 29,027 04-16-2013, 07:11 AM
    Thread: How can I crack MD5 hashed email addresses?
Post: RE: How can I crack MD5 hashed email addresses?

combinator attack would be your best bet. usernames in one wordlist, domains in another.
epixoip General Help 3 10,683 05-08-2013, 12:54 AM
    Thread: hashcat VS oclHashcat-plus VS oclHashcat-lite
Post: RE: hashcat VS oclHashcat-plus VS oclHashcat-lite

hashcat: cpu only, supports the most algorithms, supports longer lengths, supports most attack modes except hybrid attacks plus: gpu only, supports lots of attack modes, supports multiple hashes, l...
epixoip General Help 5 21,149 05-17-2013, 08:43 PM
    Thread: hashcat VS oclHashcat-plus VS oclHashcat-lite
Post: RE: hashcat VS oclHashcat-plus VS oclHashcat-lite

dog Wrote: (05-17-2013, 08:57 PM) -- So, how do we decide which one to use? Both hashcat and hashcat-plus support many attack modes. -- it depends on what exactly you're trying to do. but most like...
epixoip General Help 5 21,149 05-18-2013, 12:54 AM
    Thread: TripleDES
Post: RE: TripleDES

like descrypt, there have been crypt schemes based on 3des. but they are not common and i don't think there's any standard implementation. Rabbitz, what software are you using that is using 3des-ba...
epixoip General Help 2 6,895 05-21-2013, 07:13 AM
    Thread: Searching very big word list
Post: RE: Searching very big word list

you don't want or need very big wordlists.
epixoip General Help 4 8,654 05-23-2013, 04:20 PM
    Thread: Problem cracking sample WPA hccap
Post: RE: Problem cracking sample WPA hccap

./cudaHashcat-plus.bin -m 2500 -a 3 hashcat.hccap 'hashcat!'
epixoip General Help 4 11,187 05-27-2013, 11:54 PM
    Thread: A few questions about cracking
Post: RE: A few questions about cracking

lukeman3000 Wrote: (06-01-2013, 12:17 PM) -- Hi - -- Hello - lukeman3000 Wrote: (06-01-2013, 12:17 PM) -- I have some questions regarding cracking in general: -- I have some answers regarding...
epixoip General Help 4 13,793 06-01-2013, 10:15 PM
    Thread: Catalyst 13.1 on Ubuntu 12.04
Post: RE: Catalyst 13.1 on Ubuntu 12.04

this isn't really hashcat related, it's more appropriate for the ubuntu forums, but i'll answer it anyway since i know the answer. the issue is with the way xorg is detecting your monitor. your mon...
epixoip General Help 8 15,384 06-02-2013, 11:44 AM
    Thread: Catalyst 13.1 on Ubuntu 12.04
Post: RE: Catalyst 13.1 on Ubuntu 12.04

That makes sense, old CRT monitors were notorious for either not supplying EDID information, or supplying bad EDID information. The reason it only happens after you install Catalyst is because befo...
epixoip General Help 8 15,384 06-02-2013, 12:59 PM
    Thread: Catalyst 13.1 on Ubuntu 12.04
Post: RE: Catalyst 13.1 on Ubuntu 12.04

replace "quiet splash" with "single". this will drop you to a root shell in single user mode. you can use this to install sshd, or you can just do everything from the local console. your pick.
epixoip General Help 8 15,384 06-03-2013, 01:09 AM
    Thread: Catalyst 13.1 Installation Issues
Post: RE: Catalyst 13.1 Installation Issues

you're trying to load a 32-bit library on a 64-bit system. looks like somehow along the way, something got screwed up. start by removing the APP SDK, you should not have this installed. ''aptitu...
epixoip General Help 8 18,511 06-06-2013, 05:01 AM
    Thread: Catalyst 13.1 Installation Issues
Post: RE: Catalyst 13.1 Installation Issues

i would also highly recommend disabling multiarch support if you do not need it (and most don't.) it's highly experimental and causes way more problems than it solves.
epixoip General Help 8 18,511 06-07-2013, 11:22 AM