Skip to content

gkourgkoutas/w2w

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wikipedia to Wordlist

A small tool written in rust to create wordlists based on wikipedia articles.

GitHub Rustversion

Usage

w2w 0.1.3
CLI Tool to generate wordlists based on wikipedia articles

USAGE:
    w2w [OPTIONS] --output <output> --search <search>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -l, --lang <lang>        Set the article language [default: en]
    -o, --output <output>    Outputfile
    -s, --search <search>    Search wikipedia by keyword

Example

$ ./w2w -s "John Titor" -o ~/Path_to_outputfile/wordlist.txt

Contribution

Feel free to contribute! If you find a bug, want to add a feature or something else: Submit a pull request.