Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Bottleneck, and my 31 character limit. Ideas?
Post: RE: Formatted/mask permutations?

undeath Wrote: (04-09-2015, 05:03 PM) -- InfDoleo Wrote: (04-09-2015, 03:36 AM) -- Any chance in the next version, one side of the combo attack can be piped? -- use a fifo -- Already tried. Hash...
InfDoleo Old oclHashcat Support 30 91,641 04-09-2015, 05:37 PM
    Thread: Bottleneck, and my 31 character limit. Ideas?
Post: Bottleneck, and my 31 character limit. Ideas?

So for anyone who hasnt seen me ranting in the two other threads, I have a project I'm working on where I need to hash a very long 'password'. Thing is, it's not really that long - it's a random seque...
InfDoleo Old oclHashcat Support 30 91,641 04-09-2015, 03:41 PM
    Thread: Bottleneck, and my 31 character limit. Ideas?
Post: RE: Formatted/mask permutations?

But thats for one of the 560 dictionary files it would have to run. I put it together that way so that it would run faster - not have a 6 hour lag between each 4 minute scan. The machine it's running...
InfDoleo Old oclHashcat Support 30 91,641 04-09-2015, 07:30 AM
    Thread: Bottleneck, and my 31 character limit. Ideas?
Post: RE: Formatted/mask permutations?

InfDoleo Wrote: (04-08-2015, 05:16 PM) -- 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 squar...
InfDoleo Old oclHashcat Support 30 91,641 04-09-2015, 03:36 AM
    Thread: Bottleneck, and my 31 character limit. Ideas?
Post: RE: Formatted/mask permutations?

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*
InfDoleo Old oclHashcat Support 30 91,641 04-08-2015, 05:16 PM
    Thread: Bottleneck, and my 31 character limit. Ideas?
Post: RE: Formatted/mask permutations?

atom Wrote: (04-07-2015, 05:19 PM) -- Quote: -- insert character 'K' at postition 1? -- Nope, the opposite, insert character '1' at position 'K' :) Quote: -- For positions over 9, use A-Z...
InfDoleo Old oclHashcat Support 30 91,641 04-08-2015, 05:13 PM
    Thread: Bottleneck, and my 31 character limit. Ideas?
Post: RE: Formatted/mask permutations?

atom Wrote: (04-07-2015, 11:20 AM) -- Sure it's the insert rule. Rules are described here in detail: https://hashcat.net/wiki/doku.php?id=rule_based_attack The first parameter is the offset, th...
InfDoleo Old oclHashcat Support 30 91,641 04-07-2015, 05:11 PM
    Thread: Bottleneck, and my 31 character limit. Ideas?
Post: RE: Formatted/mask permutations?

So, lets see if I understand this correctly: Finding a way to amplify the wordlist speeds up performance by keeping the same section of wordlist in memory, and modifying it and going again, and aga...
InfDoleo Old oclHashcat Support 30 91,641 04-07-2015, 05:56 AM
    Thread: Bottleneck, and my 31 character limit. Ideas?
Post: RE: Formatted/mask permutations?

Wow, Atom, thats awesome. I hadn't yet looked into rule based attacks. By reading the patch, it's limited to A B and C - can you, if you don't mind (you've already gone above and beyond writing that u...
InfDoleo Old oclHashcat Support 30 91,641 04-06-2015, 07:08 PM
    Thread: Bottleneck, and my 31 character limit. Ideas?
Post: RE: Maximum length of 31? Why?

epixoip Wrote: (04-06-2015, 04:38 PM) -- InfDoleo Wrote: (04-05-2015, 10:13 PM) -- odd restriction programming limitation To top it off - closed source - I can't just change the code -- If you don'...
InfDoleo Old oclHashcat Support 30 91,641 04-06-2015, 07:04 PM
    Thread: Bottleneck, and my 31 character limit. Ideas?
Post: RE: Maximum length of 31? Why?

Right, but to use that mask, I have to check 302 trillion possible outcomes, where as with the list I check against 6 billion, because there are no repeats of any numbers. Additionally, it doesnt appe...
InfDoleo Old oclHashcat Support 30 91,641 04-06-2015, 12:20 AM
    Thread: Bottleneck, and my 31 character limit. Ideas?
Post: RE: Maximum length of 31? Why?

Xanadrel Wrote: (04-05-2015, 10:27 PM) -- I will just reply to this : Quote: -- To top it off - closed source - I can't just change the code (32 characters sure sounds like a bit-related limit to ...
InfDoleo Old oclHashcat Support 30 91,641 04-05-2015, 10:44 PM
    Thread: Bottleneck, and my 31 character limit. Ideas?
Post: Maximum length of 31? Why?

I deleted my original post after finding the wiki page that details the 31 character limit, but decided to repost it... it's between the dashed lines. But I have other questions/issues... ---------...
InfDoleo Old oclHashcat Support 30 91,641 04-05-2015, 10:13 PM
    Thread: Bottleneck, and my 31 character limit. Ideas?
Post: RE: Formatted/mask permutations?

A mask attack wouldn't be any faster - with 13 permutations thats a total # of possible passwords of 6.2 billion. If I mask it, I'd have to do something like: x=0 or 1 y=0-9 [xy|xy|xy...] Unl...
InfDoleo Old oclHashcat Support 30 91,641 04-05-2015, 09:47 PM
    Thread: Bottleneck, and my 31 character limit. Ideas?
Post: Formatted/mask permutations?

I have a hash I want to work with, and it is 13 numbers, 0-12, in random order, non-repeating, separated by hyphens, and enclosed on either side by braces. For example: [5-10-3-0-2-7-11-9-6-8-1-12-4]...
InfDoleo Old oclHashcat Support 30 91,641 04-05-2015, 07:14 PM