Hi,
If I know the first part of a password ("ABC DEF") , and want to bruteforce the end only (digits), I tried :
But it does not work as expected.
How can I generate candidates "ABC DEF1", "ABC DEF2", ...
Thanks.
If I know the first part of a password ("ABC DEF") , and want to bruteforce the end only (digits), I tried :
Code:
-a 3 -m 0 -1 "ABC DEF"?d hash.txt ?1
But it does not work as expected.
How can I generate candidates "ABC DEF1", "ABC DEF2", ...
Thanks.