TimothyYe / namebeta

A command line domain query tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NameBeta

Release MIT licensed Build Status Go Report Card

NameBeta is a command line domain query tool, inspired by NameBeta.com.

Features

  • Domain query
  • WHOIS query

Installation

Homebrew

brew tap timothyye/tap
brew install timothyye/tap/namebeta

Using Go

go get github.com/TimothyYe/namebeta

Manual Installation

Download it from releases, extract it and install it:

cp namebeta /usr/local/bin/

Usage

  1. Query domain
namebeta <domain>
  1. Query domain with more results
namebeta -m <domain>
  1. WHOIS query
namebeta -w <domain>

Help

Just type "namebeta" to get help.

Licence

MIT License

About

A command line domain query tool.

License:MIT License


Languages

Language:Go 84.5%Language:Makefile 15.5%