Skip to content

generate unused hostnames by randomly picking from a word list

Notifications You must be signed in to change notification settings

hrefhref/genhost

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

genhost

This script will randomly generate hostnames by picking words from the provided word list. The pool of words comes from Oren Tirosh's mnemonic encoding project.

This project is forked from elasticdog's genhost. Changes are:

  • do not keep track of used words
  • generates a three-words hostname
  • domain is optional (second argument)

Usage

Just run the script and provide the number of hostnames you'd like to generate:

$ ./genhost 4
dublin-chaos-bambino
cloud-suzuki-podium
conan-mailbox-uncle
desert-scuba-gabriel

And with a domain:

$ ./genhost 4 github.io
clarion-screen-money.github.io
python-bali-equator.github.io
stock-opus-master.github.io
second-tourist-anatomy.github.io

About

generate unused hostnames by randomly picking from a word list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%