Skip to content
/ wlgen Public

Word list generator for pentesters aiming ex YU targets

License

Notifications You must be signed in to change notification settings

rsrdjan/wlgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wlgen

Word list generator for pentesters aiming ex YU targets

wlgen screenshot

wlgen is a bash script for penetration testers seeking to generate wordlists for password cracking/guessing from web sites from Croatia, Bosnia, Serbia, Montenegro (ex-Yugoslavian countries speeking more-or-less the same language). For web crawling and word fetching, wlgen relies on Robin Wood's CeWL and checks for its presence together with other prerequisites (ruby and git) - if those are not installed, wlgen will install them together with gems that CeWL requires. wlgen will crawl the web site, fetch all the words from it (by given min and max length parameters), convert all utf-8 latin-extended characters to ASCII equivalents, remove duplicates and sort the list saving it in FQDN.wordlist file.

Usage:

wlgen.sh -lmd URL
-l    minimal length of words to fetch
-m    maximum length of words to fetch
-d    depth of links to follow
URL   full url of site to fetch from

Example:

wlgen.sh -l 8 -m 13 -d 2 https://banjaluka.net

In the above example, wlgen crawls https://banjaluka.net with link depth of 2, fetching words that are between 8 and 13 chars long and saves the wordlist in banjaluka.net.wordlist file.

If you are missing dependencies, for the first time you should run with sudo.

About

Word list generator for pentesters aiming ex YU targets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages