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 Views Posted [asc]
    Thread: VCL error
Post: RE: VCL error

yes, or wait for the next release.
epixoip General Help 9 16,302 01-29-2013, 11:11 PM
    Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?

here's my stab at creating a program to crack this type of hash. not exceptionally good since it doesn't use sse2 or anything, but it is multithreaded and should be quite a bit faster than the other t...
epixoip Old hashcat Support 22 44,516 01-29-2013, 11:00 PM
    Thread: It never stops running
Post: RE: It never stops running

phpass is a slow algorithm, and you're using an nvidia gpu. so yes, it will probably take a long time to brute force. better to do wordlist and rule based attacks.
epixoip Very old oclHashcat-plus Support 13 18,333 01-29-2013, 10:54 PM
    Thread: VCL error
Post: RE: VCL error

you're using oclHashcat instead of vclHashcat
epixoip General Help 9 16,302 01-29-2013, 10:52 PM
    Thread: It never stops running
Post: RE: It never stops running

right, you have to specify the attack mode. look at the output of -h
epixoip Very old oclHashcat-plus Support 13 18,333 01-29-2013, 06:29 PM
    Thread: It never stops running
Post: RE: It never stops running

carandache Wrote: (01-29-2013, 02:51 PM) -- But I still don't understand why I need a dictionnary : what if the password isn't a word, but just a mix of letters and numbers that makes no sense ? An...
epixoip Very old oclHashcat-plus Support 13 18,333 01-29-2013, 02:57 PM
    Thread: Catalyst v13.1
Post: RE: Catalyst v13.1

i presume that windows and linux share a common binary blob
epixoip General Help 20 38,161 01-28-2013, 09:47 PM
    Thread: Catalyst v13.1
Post: RE: Catalyst v13.1

The only part of the kernel that interacts with the hardware is the fglrx module. The only thing that changes in the vanilla kernel which affects the fglrx module is the API, which only effects buildi...
epixoip General Help 20 38,161 01-28-2013, 09:37 PM
    Thread: 8000 series fail
Post: RE: 8000 series fail

yes, this has been on wikipedia now for a while. https://en.wikipedia.org/wiki/Sea_Islands_(GPU_family) there's 8970 (OEM) which is a tahiti xt gpu at boosted clocks, and then there's 8970 which is a...
epixoip Hardware 2 6,312 01-28-2013, 08:30 AM
    Thread: lower gpu util in linux
Post: RE: lower gpu util in linux

hoze Wrote: (01-26-2013, 09:20 PM) -- Workload: 16 loops, 8 accel -- and you wonder why you're not getting full speed?
epixoip Very old oclHashcat-plus Support 11 20,971 01-27-2013, 04:41 AM
    Thread: RDP bug
Post: RE: RDP bug

RDP uses a virtual display driver rather than fglrx, and that is likely why ADL is failing. It's not a problem per se, you just won't see temps or get fan control. The biggest question is why are you...
epixoip Very old oclHashcat-plus Support 3 6,656 01-26-2013, 02:02 PM
    Thread: lower gpu util in linux
Post: RE: lower gpu util in linux

depends on a number of factors. algorithm, attack mode, keyspace, -n and --gpu-loops values... and in windows you're probably using your graphics card to drive your display. not sure if you're doing ...
epixoip Very old oclHashcat-plus Support 11 20,971 01-25-2013, 06:50 PM
    Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?

no, i mean write your own program or script that will generate a collision. it doesn't have to be very fast or efficient because you are likely to find a collision in only 110,000 guesses when compari...
epixoip Old hashcat Support 22 44,516 01-25-2013, 05:57 PM
    Thread: Effect of Grammar on Security of Long Passwords
Post: RE: Effect of Grammar on Security of Long Password...

oh, ok.
epixoip General Help 6 11,602 01-25-2013, 05:52 PM
    Thread: Effect of Grammar on Security of Long Passwords
Post: RE: Effect of Grammar on Security of Long Password...

why are you cross-posting? this is the same comment you left on another thread.
epixoip General Help 6 11,602 01-25-2013, 12:05 PM
    Thread: Is it 'safe' to upgrade Ubuntu Server with hashcat?
Post: RE: Is it 'safe' to upgrade Ubuntu Server with has...

hashcat only recognizes cards that the opencl platform tells it about. the opencl platform gets its information from the driver. the driver depends on x11. so you will need to generate a new xorg.conf...
epixoip General Help 9 18,435 01-24-2013, 04:02 PM
    Thread: New user, I need a little help.thanks
Post: RE: New user, I need a little help.thanks

there are also plenty of videos on youtube
epixoip General Help 4 8,622 01-23-2013, 10:26 AM
    Thread: Is it 'safe' to upgrade Ubuntu Server with hashcat?
Post: RE: Is it 'safe' to upgrade Ubuntu Server with has...

You're welcome. The advantage of using an OS that has an SDLC and thus has long-term stable releases is that the software versions do not change. Even if you update the OS, the versions will all stay...
epixoip General Help 9 18,435 01-23-2013, 07:52 AM
    Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?

hashcat does not support anything like that. however, there are only 2**32 possible combinations, so there's a 50% chance you'll find a collision after 77k attempts, and a 75% chance after 110k attem...
epixoip Old hashcat Support 22 44,516 01-22-2013, 12:19 PM
    Thread: New user, I need a little help.thanks
Post: RE: New user, I need a little help.thanks

run hashcat with -h and read the help output. there's also an entire wiki. and a forum full of advice. might i also suggest reading www.catb.org/esr/faqs/smart-questions.html ...
epixoip General Help 4 8,622 01-22-2013, 08:54 AM