Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 411 Bytes

File metadata and controls

13 lines (10 loc) · 411 Bytes

EntroSort - Sort a wordlist by entropy of each word

EntroSort is a tool to sort a wordlist by the entropy of each word. It is useful for password cracking, as it can help you to prioritize the cracking of passwords that are more likely to be cracked first.

Installation

go install github.com/4lch3mis7/entrosort@latest

Usage

entrosort wordlist.txt --output sorted_wordlist.txt