04-20-2020, 12:07 AM
A dictionary attack runs each word in your dictionary and applies rules if you specified any. What you describe would be a combinator attack but even that doesn't really fit your use case well.
You want a hybrid attack dict + mask.
Like this:
./hashcat -m 14700 Manifest1.txt -a 0 -j c password.txt '?s201?d'
You want a hybrid attack dict + mask.
Like this:
./hashcat -m 14700 Manifest1.txt -a 0 -j c password.txt '?s201?d'