Bottleneck, and my 31 character limit. Ideas?
#24
(04-08-2015, 05:16 PM)InfDoleo Wrote: DAAAAAMMIT! I saw the 3 and thought it was ATTACK mode 3 not workload 3. UUGGGHHHH!

This WILL grow past the 31 character limit. I'm apparently back to square one for a third time... *fall on sword*

Thought I finally found the solution. And it apparently does not work. I think this software hates me.

I figured out a way to do a combinator attack. I created a list of left/right pairs, chopped apart into files that do not overlap (so I'm not redundantly hashing the same thing over and over).

Problem is, to get one side large enough that:
A) It is more efficient (loading the wordlists less)
and
B) By having it unbalanced, I can stay under the 31 character per side limit, and only make a reasonable number of datafiles. A more even split is ineffeicient in this.

My problem is the larger side of the wordlist file is absurdly large. And feeding it in from disk is absurdly slow. (Case in point: I started oclHashcat 5 mins before I started to write this. I wrote this post, read it, and edited it twice, and it still hasn't started hashing)

So I tried to pipe it.

And I cant. Because a combo attack needs to have 2 files specified. UuggghhH!

Any chance in the next version, one side of the combo attack can be piped?

I have a very specific situation and it seems like there is NO valid option.

Masks don't work, it's ranges, and I'm limited to only 4 custom ones, and I'll be hashing redundant data having to do it that way. (In a non-repeating number sequence, running through a range repeatedly is a massive waste)

Straight doesnt work, some of my data is > 31 characters.

Rules don't work because it has to be <31 after the rule is applied.

Combo's don't work because I can't pipe in data.

Any thoughts?


Messages In This Thread
Formatted/mask permutations? - by InfDoleo - 04-05-2015, 07:14 PM
RE: Formatted/mask permutations? - by atom - 04-05-2015, 09:00 PM
RE: Formatted/mask permutations? - by InfDoleo - 04-05-2015, 09:47 PM
Maximum length of 31? Why? - by InfDoleo - 04-05-2015, 10:13 PM
RE: Formatted/mask permutations? - by undeath - 04-05-2015, 10:26 PM
RE: Maximum length of 31? Why? - by Xanadrel - 04-05-2015, 10:27 PM
RE: Maximum length of 31? Why? - by InfDoleo - 04-05-2015, 10:44 PM
RE: Formatted/mask permutations? - by atom - 04-05-2015, 11:35 PM
RE: Maximum length of 31? Why? - by atom - 04-05-2015, 11:37 PM
RE: Maximum length of 31? Why? - by InfDoleo - 04-06-2015, 12:20 AM
RE: Formatted/mask permutations? - by atom - 04-06-2015, 03:15 AM
RE: Maximum length of 31? Why? - by Rolf - 04-06-2015, 03:06 PM
RE: Maximum length of 31? Why? - by epixoip - 04-06-2015, 04:38 PM
RE: Maximum length of 31? Why? - by InfDoleo - 04-06-2015, 07:04 PM
RE: Formatted/mask permutations? - by InfDoleo - 04-06-2015, 07:08 PM
RE: Maximum length of 31? Why? - by unix-ninja - 04-06-2015, 08:39 PM
RE: Formatted/mask permutations? - by atom - 04-07-2015, 02:56 AM
RE: Formatted/mask permutations? - by InfDoleo - 04-07-2015, 05:56 AM
RE: Formatted/mask permutations? - by atom - 04-07-2015, 11:20 AM
RE: Formatted/mask permutations? - by InfDoleo - 04-07-2015, 05:11 PM
RE: Formatted/mask permutations? - by atom - 04-07-2015, 05:19 PM
RE: Formatted/mask permutations? - by InfDoleo - 04-08-2015, 05:13 PM
RE: Formatted/mask permutations? - by InfDoleo - 04-08-2015, 05:16 PM
RE: Formatted/mask permutations? - by InfDoleo - 04-09-2015, 03:36 AM
RE: Formatted/mask permutations? - by epixoip - 04-09-2015, 06:39 AM
RE: Formatted/mask permutations? - by InfDoleo - 04-09-2015, 07:30 AM
RE: Formatted/mask permutations? - by undeath - 04-09-2015, 05:03 PM
RE: Formatted/mask permutations? - by InfDoleo - 04-09-2015, 05:37 PM