CRUNCH ‐ WORDLIST GENERATOR - Nandhini148/Cyber-security-placement-training- GitHub Wiki
DAY 09
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
PROCEDURE : step 1 - Get the CRUNCH tool from github
step 2 - open terminal type sudo apt install crunch and get installed...
step 3 - After installing type "crunch 7 7 1234567890 -t zxcv@@@ -o wordlist-kaviya.txt" and enter.
step 4 - Then list the directory, we can find the created txt file and copy the file..
step 5 - To view type "cat wordlist-xxx.txt " it will list the output.
step 6 - or else type "crunch 3 4 xxx "