01-21-2017, 04:36 PM
(This post was last modified: 01-21-2017, 04:46 PM by unfamous31.)
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
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