generating a dictionary
#1
hello ,
i'm trying to crack i password  that forgot, i remember all the words that i used to generate this longe password,  let's say i used the words
A
B
C
D
E
F
i also certain that i have a prefix  added to that password
i'm trying to create a dictionary that contain all the possible combination of these words
i used crunch to generate all to possible combinations ,
crunch 1 2 -p A B C D E R  > dict.dict 
and the result was
AAAAA
AAAAB
.........
FFFFFF
but i also want
A
and AA ....
can  any one please help
thank you
#2
(01-21-2017, 04:36 PM)unfamous31 Wrote: hello ,
i'm trying to crack i password  that forgot, i remember all the words that i used to generate this longe password,  let's say i used the words
A
B
C
D
E
F
i also certain that i have a prefix  added to that password
i'm trying to create a dictionary that contain all the possible combination of these words
i used crunch to generate all to possible combinations ,
crunch 1 2 -p A B C D E R  > dict.dict 
and the result was
AAAAA
AAAAB
.........
FFFFFF
but i also want
A
and AA ....
can  any one please help
thank you

HI!

here are exampes:
https://hashcat.net/wiki/doku.php?id=mask_attack

but in your case maybe -1 ABCDEF 12?1?1?1?1?1?1?1?1
that means 12 and eight caracters from A-F

example
Hashcat64.exe  -a 3 (AttackedFile) -1 ABCDEF 12?1?1?1?1?1?1?1?1
#3
(01-21-2017, 06:04 PM)TheBogeyman Wrote:
(01-21-2017, 04:36 PM)unfamous31 Wrote: hello ,
i'm trying to crack i password  that forgot, i remember all the words that i used to generate this longe password,  let's say i used the words
A
B
C
D
E
F
i also certain that i have a prefix  added to that password
i'm trying to create a dictionary that contain all the possible combination of these words
i used crunch to generate all to possible combinations ,
crunch 1 2 -p A B C D E R  > dict.dict 
and the result was
AAAAA
AAAAB
.........
FFFFFF
but i also want
A
and AA ....
can  any one please help
thank you

HI!

here are exampes:
https://hashcat.net/wiki/doku.php?id=mask_attack

but in your case maybe -1 ABCDEF 12?1?1?1?1?1?1?1?1
that means 12 and eight caracters from A-F

example
Hashcat64.exe  -a 3 (AttackedFile) -1 ABCDEF 12?1?1?1?1?1?1?1?1


thank you but i don't mean A-F as charachters  but as words that i used to generate my password