All Projects → hgfischer → domainerator

hgfischer / domainerator

Licence: other
Simple application written in Go that combines two wordlists and a list of TLDs to form domain names and check if they are already registered.

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to domainerator

Domainfuzz
Domain name permutation engine for detecting typo squatting, phishing and corporate espionage
Stars: ✭ 74 (+184.62%)
Mutual labels:  dns, domain
open-expenses
A curated list of (private) businesses publicly sharing their expenses.
Stars: ✭ 46 (+76.92%)
Mutual labels:  startup, startups
Hosts Blocklists
Automatically updated, moderated and optimized lists for blocking ads, trackers, malware and other garbage
Stars: ✭ 1,749 (+6626.92%)
Mutual labels:  dns, domain
Bash Toolkit
Este proyecto esá destinado a ayudar a los sysadmin
Stars: ✭ 13 (-50%)
Mutual labels:  dns, domain
registry
TLD Management Software
Stars: ✭ 32 (+23.08%)
Mutual labels:  domain, tld
Thedev.id
🎉 An identity for developers on the web.
Stars: ✭ 37 (+42.31%)
Mutual labels:  dns, domain
Dart Basic Utils
A dart package for many helper methods fitting common situations
Stars: ✭ 153 (+488.46%)
Mutual labels:  dns, domain
Kldns
快乐二级域名分发系统
Stars: ✭ 277 (+965.38%)
Mutual labels:  dns, domain
startup-checklist
A checklist for incorporation so you can get back to building your product, fundraising, etc.
Stars: ✭ 2,321 (+8826.92%)
Mutual labels:  startup, startups
responsive-html-email-templates
Collection of Free responsive HTML templates for Startups
Stars: ✭ 187 (+619.23%)
Mutual labels:  startup, startups
Information collection handbook
Handbook of information collection for penetration testing and src
Stars: ✭ 447 (+1619.23%)
Mutual labels:  dns, domain
side-project-kit
🔖 A collection of FREE tools to get your side project off the ground, and fast!
Stars: ✭ 145 (+457.69%)
Mutual labels:  startup, startups
Js.org
Dedicated to JavaScript and its awesome community since 2015
Stars: ✭ 3,996 (+15269.23%)
Mutual labels:  dns, domain
Fierce
A DNS reconnaissance tool for locating non-contiguous IP space.
Stars: ✭ 1,072 (+4023.08%)
Mutual labels:  dns, domain
Dnsbrute
a fast domain brute tool
Stars: ✭ 352 (+1253.85%)
Mutual labels:  dns, domain
Python Whois
Python module/library for retrieving WHOIS information of domains 💻❤
Stars: ✭ 128 (+392.31%)
Mutual labels:  dns, domain
Tech Companies And Startups
🌁 Open source list of 1,000+ tech companies and startups. Primarily focused in SF Bay Area..
Stars: ✭ 140 (+438.46%)
Mutual labels:  startup, startups
Awesome Machine Learning Startups Berlin
🤖 A curated list of machine learning & artificial intelligence startups in Berlin (Germany)
Stars: ✭ 154 (+492.31%)
Mutual labels:  startup, startups
auxilin
Open source Node.JS product launch kit that saves a lot of your time 👻
Stars: ✭ 26 (+0%)
Mutual labels:  startup, startups
Dumb
Dumain Bruteforcer - a fast and flexible domain bruteforcer
Stars: ✭ 54 (+107.69%)
Mutual labels:  dns, domain

Domainerator

Build Status Go Report Card

Domainerator was my first Go application. It combines two wordlists (prefixes and suffixes) and a list of TLDs to form domain names and check their DNS status. It outputs a file with each combined domain name and the respective DNS status.

History

Not a long one, but...

I've developed it after getting tired of trying to find some good domain names available to be registered. In the beginning it was a slow Ruby script that still can be found as a rubygem with the same name, and now I've ported it to Go and made a lot of improvements in the method used to check for availability and speed.

Benchmark

I was able to run a check with 2,288 domains in about 13 seconds using 100 goroutines in a MacBook Pro Late 2008!

Instalation

To install domainerator you need:

  1. Install Go
  2. Setup environment vars for Go
  3. Run sudo go get github.com/hgfischer/domainerator

Updating

To update domainerator you need:

  1. Run sudo go get -u github.com/hgfischer/domainerator
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].