Skip to content

Word list brute force optimization program, built using JavaFX for organizing wordlists into patterns that promote time efficiency through better formatting.

License

Notifications You must be signed in to change notification settings

ggroce/wordlist-formatter-javafx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordListFormatter

Word list optimization program promoting time efficiency through better formatting.

Combines multiple word lists, and provides the options of optimizing the resulting combination through sorting the word list lines from smallest to largest, removing lines that contain non-printable character codes, and the option to remove lines containing greater than a maximum defined limit.

This reduces the processing time spent attempting strings of characters that are likely too long to possibly be passwords, removing strings that contain characters that in most all cases could not possibly be useable passwords, and again, sorting the lists from smallest to largest, with the most likely use-cases proposed in the former portion of the word list search.

Download for Windows x64:

Created using Java SDK 11.0.9 and JavaFX 11.0.2, using Maven and Intellij


WLF, in stages of execution:

About

Word list brute force optimization program, built using JavaFX for organizing wordlists into patterns that promote time efficiency through better formatting.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages