Hashcat rule: Take first letter of each word in given word list
#1
What is the correct syntax for a hashcat rule to take the first letter of each word of a given list? So let's say the content of my word list is
Code:
This is a word list
i like hashcat
A Text With Capital Letter

The output should be
Code:
Tiawl
ilh
ATWCL
Reply


Messages In This Thread
Hashcat rule: Take first letter of each word in given word list - by matt99 - 12-11-2022, 08:29 PM