Skip to content

A script to generate the bit-flipped versions of a domain name

License

Notifications You must be signed in to change notification settings

alexmerkel/bitflipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitflipper

What is bitflipper

bitflipper is a small python script that takes a domain name as input and prints a list of all valid domain names derived from the input by flipping one bit. It can also use the domainr API to check which of the derived domains are available.

domainr API Key

In order automatically check the status of the derived domains, a domainr API key is required. You can get one for free. The key has to be added to a file called .bitflipper in your home directory:

$ echo "DOMAINR-API=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" > ~/.bitflipper

where xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx is replaced by your API key.

Requirements

License

MIT

About

A script to generate the bit-flipped versions of a domain name

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages