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 [asc] Author Forum Replies Views Posted
    Thread: Dilemma…!
Post: RE: Dilemma…!

Not quite. The difference is with mp (or any other external candidate generator), candidates are generated on the CPU, piped into hashcat via stdin, and then streamed to the compute devices, whereas t...
epixoip hashcat 13 9,650 09-13-2017, 05:24 AM
    Thread: Differences of hashcats in v0.42
Post: RE: Differences of hashcats in v0.42

if you have a recent (current generation) CPU you should be able to use AVX if on Intel, or XOP if on AMD. check your processor flags (e.g. grep xop /proc/cpuinfo)
epixoip Old hashcat Support 2 7,024 04-19-2013, 02:54 AM
    Thread: Differences in keyspace
Post: RE: Differences in keyspace

hashcat-utils is a bit out of date versus the new 4.x framework. The purpose you described is exactly why it was created, but it isn't maintained as frequently.
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 5,884 04-26-2018, 03:08 PM
    Thread: did anyone try this?
Post: RE: did anyone try this?

please buy a proper pci-e extender to avoid damaging your hardware. cablesaurus.com sells known-good extenders.
epixoip Old hashcat Support 5 8,458 03-14-2013, 01:00 PM
    Thread: Dictionnary handling
Post: RE: Dictionnary handling

most likely whatever order readdir() returns the files in.
epixoip General Help 4 9,784 06-16-2012, 10:36 AM
    Thread: dictionary maker?
Post: RE: dictionary maker?

looks like a shitty version of maskprocessor. try using maskprocessor or statsprocessor instead.
epixoip General Help 7 13,280 10-20-2012, 03:43 AM
    Thread: [Solved] dictionary cleaning
Post: RE: dictionary cleaning

nobody know what? you said "yes!" and that strings removed everything from the list. did you have another question?
epixoip General Talk 10 18,449 09-25-2012, 09:17 AM
    Thread: [Solved] dictionary cleaning
Post: RE: dictionary cleaning

it's kind of a tricky subject and requires some experience. the issue might be solely with your language settings. just because your system is unable to represent a character doesn't mean it's unprin...
epixoip General Talk 10 18,449 09-25-2012, 01:41 PM
    Thread: dictionary attack problem
Post: RE: dictionary attack problem

You cannot gain any GPU acceleration using a straight dictionary attack against fast hashes, as you have no modifier. To get GPU acceleration you must have some work for the GPU to do (add rules, use ...
epixoip Old oclHashcat Support 3 5,291 12-01-2015, 09:39 AM
    Thread: dictionary attack problem
Post: RE: dictionary attack problem

You should use cpu hashcat. That's why it exists. GPU is not always the best tool for the job.
epixoip Old oclHashcat Support 3 5,291 12-01-2015, 12:24 PM
    Thread: Dictionary attack
Post: RE: Dictionary attack

combinator.bin rockyou.txt rockyou.txt >rockyou-combined.txt, then -a 6 rockyou-combined.txt ?d?d?d
epixoip Old oclHashcat Support 3 5,240 01-23-2016, 10:22 AM
    Thread: Dictionary attack
Post: RE: Dictionary attack

You can use rockyou to build such a list, just filter out the words that are too long & too short: Code: -- awk 'length < 7 && length > 4' rockyou.txt >rockyou-5_6.txt --
epixoip Old oclHashcat Support 3 5,240 01-23-2016, 11:10 PM
    Thread: Diceware cracking math for @thorsheim
Post: RE: Diceware cracking math for @thorsheim

At retail prices, you could build a proper VCL cluster with nineteen 4x 7990 compute nodes, a cluster controller, and a 24-port InfiniBand switch with required cabling for about 350,000 USD. It would ...
epixoip General Talk 6 15,861 09-02-2013, 06:12 PM
    Thread: Diceware cracking math for @thorsheim
Post: RE: Diceware cracking math for @thorsheim

sure, but this isn't really that much for any standard datacenter to absorb. target 10kW per rack, spread the systems out across four racks (five systems or 20U per rack), shouldn't be a problem for e...
epixoip General Talk 6 15,861 09-02-2013, 07:09 PM
    Thread: Detection of multiple CPU
Post: RE: Detection of multiple CPU

Yeah. OpenCL only exposes one CPU "device" to the application that represents all physical and logical processing cores. It's actually much better that way, very smart way to do it.
epixoip hashcat 2 3,059 03-20-2017, 05:40 AM
    Thread: DES w/mask
Post: RE: DES w/mask

PASSLENGTH=6 means the password has to be a minimum of 6 chars. descrypt has a max of 8 chars, so the password could be 6, 7, or 8 chars long. Your mask only did length 6. You still have lengths 7 & 8...
epixoip Old oclHashcat Support 3 5,189 10-24-2015, 02:10 AM
    Thread: DES w/mask
Post: RE: DES w/mask

Nope, read the manpage
epixoip Old oclHashcat Support 3 5,189 10-24-2015, 02:39 AM
    Thread: DES ECB error
Post: RE: DES ECB error

haricat is hashcat's lesser known cousin
epixoip hashcat 10 7,626 02-16-2018, 05:13 AM
    Thread: DES and markov
Post: RE: DES and markov

it would help you crack the three you already found faster :) but that's about it. the only way markov would help with this is if you had a very large sample of passwords that were all generated from...
epixoip Very old oclHashcat-plus Support 5 7,990 01-08-2013, 08:51 PM
    Thread: DES and markov
Post: RE: DES and markov

eljolot seems to be lacking a fundamental understanding of the markov attack.
epixoip Very old oclHashcat-plus Support 5 7,990 01-08-2013, 11:59 PM