Skip to content

Node CLI script takes a list of strings in a text file and tests all combinations of pairs, outputting a list of (possibly) unregistered ".com" domains

License

Notifications You must be signed in to change notification settings

klokie/domain_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Domain checker

This Node.js CLI script takes a list of strings in a text file and tests all combinations of pairs, outputting a list of (possibly) unregistered ".com" domains.

Installation:

npm install

Usage:

node domain_check.js strings.txt

where strings.txt is a newline-delimited text file, e.g.

foo
bar
baz
goo
gle
face
book
ama
zon
insta
gram

About

Node CLI script takes a list of strings in a text file and tests all combinations of pairs, outputting a list of (possibly) unregistered ".com" domains

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published