Dictiionary Attack - how-to-question
#8
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'
Reply


Messages In This Thread
Dictiionary Attack - how-to-question - by Grazze - 04-17-2020, 02:29 PM
RE: Dictiionary Attack - how-to-question - by undeath - 04-20-2020, 12:07 AM