JTR combination of the password rules - study notes

First, the first profile /etc/john/john.conf

Search Password Rules Field: [List.Rules: Wordlist]

In the last line you added a combination of rules:

Example: $ [0-9] $ [0-9] $ [0-9] $ [0-9] # all the dictionary passwords are pure digital plus four in the back

john --wordlist = mypasswd.txt --rules --stdout | aircrack -ng -e TP_Link722 -w - wpa-01.cap # - wordlist need to add rules --rules original dictionary usage rules --stdout output - ESSID e AP of  -w - the output dictionary usage rules password

 

Published 38 original articles · won praise 10 · Views 100,000 +

Guess you like

Origin blog.csdn.net/winux123/article/details/103247352