jwlt (Jack WordList Tracker) is a wordlist generator inspirited by crunch.
jwlt allows you to save your current session while you are generating your wordlist. If your pc turns off or anything else bad happens, jwlt will keep track of the last elements. lmao sorry guys, not now. I'll reimplement this later
Just run the compile.sh script.
bash compile.shRun the install.sh script.
sudo bash install.shor
su -c "bash install.sh"jwlt requires two values:
--charsetor-cfollowed by a space and the charset. Examples are:abcdefghijklmnopqrstuvwxyz,ABCDEFGHIJKLMNOPQRSTUVWXYZ,abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ,012346789,0123456789ABCDEFand so on. You decide your own charset based on the known rule.--lenghtor-lfollowed by a space and the lenght of the password that you want to generate. For example, WPA WiFi passwords won't take any password shorter than 8 chars
There are optional arguments:
--adiacent-checkor-a, no value to specify. Passing this argument won't print words that contains the same char next to eachothers.--helpor-h, no value to specify. Prints a quick and minimal usage.