Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.54 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.54 KB

Jack WordList Tracker

Codacy Badge

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

Compile

Just run the compile.sh script.

bash compile.sh

Install

Run the install.sh script.

sudo bash install.sh

or

su -c "bash install.sh"

Usage

jwlt requires two values:

  • --charset or -c followed by a space and the charset. Examples are: abcdefghijklmnopqrstuvwxyz, ABCDEFGHIJKLMNOPQRSTUVWXYZ, abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ, 012346789, 0123456789ABCDEF and so on. You decide your own charset based on the known rule.
  • --lenght or -l followed 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-check or -a, no value to specify. Passing this argument won't print words that contains the same char next to eachothers.
  • --help or -h, no value to specify. Prints a quick and minimal usage.