CRUNCH - Gopinath2014/cyber-security-training GitHub Wiki

#Crunch crunch -Crunch is a wordlist generator where you can specify a standard character set or any set of characters to be used in generating the wordlists. The wordlists are created through combination and permutation of a set of characters. You can determine the amount of characters and list size.

PROCEDURE : step 1 - Get the tool from github website..

c5

step 2 - open terminal type sudo apt install crunch and get installed...

c3

step 3 - After installing type "crunch 7 7 1234567890 -t gopi@@@ -o wordlist-kaviya.txt" and enter..

c1

step 4 - Then list the directory,we will find the created txt file and copy the file..

c4

step 5 - To view type "cat wordlist-kaviya.txt " it will list the output.. step 6 - or else type "crunch 3 4 kavi " c2