Help using the -d option
Brought to you by:
bofh28
Hello! First of all, great program! Thanks!
Now... I think I'm being stupid but I'm trying to use the -d function and it's still writing in duplicate characters of 2 or more times, for the sake of an example I'm using the command
crunch 5 5 ABCDEFGHIJ -d 2% >example.txt
but I'm still getting passwords such as AAAAA written to file. What I'm trying to do is stop it writing any passwords with reoccurring letters and only passwords with 2 or less reoccurring consecutive letters. For example, AABBA would be OK, but AAABA would not, as is has three consecutive letters that are the same.
Any help would be greatly appreciated!
Hi,
crunch 5 5 ABCDEFGHIJ -d 2@ >example.txt
is what you want. If you need anything else let me know.
On Wed, Apr 9, 2014 at 5:48 PM, LinkAylomen aylomen53@users.sf.net wrote:
Related
Support Requests:
#11Ah! That works perfectly! Many thanks! :D