|
DES random generated bforcing
|
|
05-05-2012, 01:18 PM
Post: #1
|
|||
|
|||
|
DES random generated bforcing
Hello
I'd like to ask for best way to crack 6 signs random generated DES hashes (lower/upper alpha) examples below: Code: 8r7CzLi know that i could use simple mask attack with ?1?1?1?1?1?1 and ?l?d?u settings, also hybrid attack (ex 3 signs dict + 3 signs mask) but this methods aren't to efficient because of checking a lot of unnecessary candidates like aaaaaa aaaaab.... and so on. Maybe some of You knows better methods to handle with those type of passwords? Thanks in advance for any information |
|||
|
05-05-2012, 02:15 PM
Post: #2
|
|||
|
|||
|
RE: DES random generated bforcing
BruteForcing ?l?u?d=6 won't take so long. (maybe not if salted).
However, for your request, you can use this way: Random, unique, pure words : D |
|||
|
05-06-2012, 08:44 PM
Post: #3
|
|||
|
|||
|
RE: DES random generated bforcing
there is no guarantee for a "total random word" not to equal "aaaaaa"
|
|||
|
05-07-2012, 10:08 AM
Post: #4
|
|||
|
|||
|
RE: DES random generated bforcing
Thats what i was thinking, just because 'aaaaaa' looks unrandom it is just as possible as 'ZgHtRe'
aaaaaa - ZZZZZZ 26*26*10 per character position * length of 6 not that many possiblities |
|||
|
05-07-2012, 01:40 PM
Post: #5
|
|||
|
|||
| RE: DES random generated bforcing | |||
|
05-11-2012, 08:59 PM
Post: #6
|
|||
|
|||
|
RE: DES random generated bforcing
i would like to know the best approach too..
i would say in that case, evaluating from the sample, to find patterns... like...first char uppercase maximum digit chars 2 and play with it good luck |
|||
|
05-12-2012, 10:04 AM
(This post was last modified: 05-12-2012 10:04 AM by undeath.)
Post: #7
|
|||
|
|||
|
RE: DES random generated bforcing
what exactly is it you don't understand about "random"? There is no pattern. A random password can also be "aaaaaaa" or "hello1". It is just exactly the same probability.
|
|||
|
05-12-2012, 10:57 AM
Post: #8
|
|||
|
|||
|
RE: DES random generated bforcing
Thanks for all answers
![]() As for definition of "random" in this case we won't have any passwords which: 1) have only lower alpha, upper alpha or digits - all passwords contains at least two types of signs (in most of cases - all 3 of them), 2) no "human readable" words like hello1, 3) signs won't repeat next to each other - no passwords like 3xxWt7. 4) Using use rules like ?l?u?d?l?u?d is also quite useless - we would have to try all possible combination for them - it won't save our precious time ![]() I think that good solution might be creating 3 digits wordlist but without useless candidates like aaa,aab and so on (don't have idea how to create it) and then use it with Hybrid attack with ?l?u?d |
|||
|
05-12-2012, 08:51 PM
Post: #9
|
|||
|
|||
RE: DES random generated bforcing
Quote:what exactly is it you don't understand about "random"? There is no pattern. A random password can also be "aaaaaaa" or "hello1". It is just exactly the same probability.dont need a draw mate, thanks anyway... aint an excuse though but maybe i called it random by mistake(english aint my native language), perhaps patterned gens fits better somehow. the thing is i've several samples of like 10000 decrypted hashes(indeed are small samples) and i can find patterns there, apparently it was used the same gen script, as for example in a 8 charset, i cant see more than 3 digits neither 2 same lowercases next to each other and other ones i cant recall right now. so about randomness i agree with you, the odds are the very same for every char but maybe, generically speaking, the automated process avoid some strings in some way. @pierzi indeed all my samples handshake those conditions you posted. in the end we're just willing to do some progress with these kind of hashes that's all. cheers! |
|||
|
« Next Oldest | Next Newest »
|
Search
Member List
Calendar
Help





