Giter Site home page Giter Site logo

mdac's Introduction

Mass Domain Availability Checker Script

Mass Domain Availability Checker is an easy to use tool.

I was struggling with checking ALL 2 char and 3 char domains with the .hu TLD.
I needed a tool to check them easily, so... here it is! :)

Version

0.0.1

Installation

If you do not have "whois" installed, the script tries to 'sudo apt-get install whois'

git clone http://github.com/hocza/mdac
cd mdac
chmod +x domain.sh
./domain.sh
Configuration
  • Edit domain.sh
###SLEEP
#By default the script uses a 500ms delay. 
#For some whois servers you should increase this limit
#sleep=seconds
sleep=0.5

Usage

./domain.sh <TLD> [string] [list]
  • TLD You have to give the top level domain. For example: ./domain.sh com
  • string (Optional) The string that indicates that the domain is not taken.
    For example: ./domain.sh com "Not found"
    Default is: "Not found"
  • list (Optional) Custom domain list/dictionary.

If you want to check for 3 char available domains, just simply:

./domain.sh co

Since the script checks for 3 char domains by default.

Some whois server gives different answer if the domain is still free. You can change the default "Not found" string to anything you wish.

./domain.sh pl "No information available"

You can use custom list. For example If you're looking for two char domains instead of three. (File of the Permutations of {a..z}{a..z} included: 2clist)

./domain.sh co "Not found" 2clist

Or you can use any dictionary, separated with space or enter.

Available domains will be written to domain.free file during the process!

To-do

  • Auto detect TLD and set the proper string

License

MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.