Skip to content

dokDork/fromWord2Site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fromWord2Site

License

Description

Starting from a list of words create a list of site name. In addition to the word list, to get the list of websites, you need to provide a comma-separated list of prefixes (e.g. www,api,login) and a comma-separated list of suffixes (e.g. com,ctf,online). It generates an output file, containing the list of generated websites, which is called like the file with the list of words given as input but with the extension .output

Example Usage

python3 fromWord2Site.py wordList.txt www,api,login com,ctf,online

Command-line parameters

python3 fromWord2Site.py <words list> <prefixes comma-separated> <suffixes comma-separated>
Parameter Description Example
worss list text file containing a list of words separated by the enter character words.txt
prefixes comma separated comma separated list of prefixes www,api,login
suffixes comma separated comma separated list of suffixes com,crf,online

How to install it on Kali Linux (or Debian distribution)

It's very simple

cd /opt
git clone https://github.com/dokDork/fromWord2Site.git

About

Starting from a list of words create a list of site name.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages