Note: I'm not going to put output of commands because thread will be very long.
Solutions I have already tried didn't succeeded to make the desired output. If anybody knows is it possible to get a wordlist of passwords that are 8 characters long (only Uppercase letters, no numbers, no special characters), but without repeating letters in a line, for example:
QWERTYUI →→→ good
QQWERTYU →→→ bad
QQQWERTY →→→ bad
QQQQWERT →→→ bad
QQQQQWER →→→ bad
QQQQQQWE →→→ bad
QQQQQQQW →→→ bad
Is there any options with "John The Ripper" to make output wordlist like above or maybe pipe to aircrack-ng? I've tried crunch and didn't manage to do that. If is possible I would like to know?