https://pentestlab.wordpress.com/2012/07/12/creating-wordlists-with-crunch/
simple wordlist
crunch 6 8 1234567890 -o /root/numericwordlist.lst
the target always used number passwords between 6 and 8 characters
crunch 10 10 -t @@@@@@0728 -o /root/birthdaywordlist.lst
If we knew that the target's birthday was July 28 and they likely used that date (people often use their birthdates in their passwords to make it easier to remember) at the end of a ten character password? We could generate all the possibilities of ten-character passwords that end with 0728 and send the output to a file in the root user's directory named birthdaywordlist.lst, by typing:
simple wordlist
crunch 4 8
Where the first number (4) is the shortest word length and the second (8) is the longest word length.
crunch 6 8 1234567890 -o /root/numericwordlist.lst
the target always used number passwords between 6 and 8 characters
crunch 10 10 -t @@@@@@0728 -o /root/birthdaywordlist.lst
If we knew that the target's birthday was July 28 and they likely used that date (people often use their birthdates in their passwords to make it easier to remember) at the end of a ten character password? We could generate all the possibilities of ten-character passwords that end with 0728 and send the output to a file in the root user's directory named birthdaywordlist.lst, by typing:
沒有留言:
張貼留言