2017-08-01 12:22:34 -04:00
2017-08-01 12:22:34 -04:00
2017-08-01 12:22:34 -04:00
2017-07-25 16:15:28 -04:00
2017-07-25 16:15:28 -04:00
2017-08-01 12:22:34 -04:00

AIRMASTER

(Thanks NSA Name-O-Matic for the name)

How this project is different than domain hunter

  • Actively maintained
  • Bypasses captcha for bluecoat.com by using OCR because their captcha is shit
  • Plans for purchasing domain with Namecheap and GoDaddy

Installation

macOS

  1. Install homebrew
  2. In your terminal, run brew install tesseract
  3. Build Go project or download a release

How to use

Right now, this only supports listing domains that a red team might want to purchase. Although, you can do it one of two ways:

  1. With a domain list file

AIRMASTER list --file ./path/to/file.txt

  1. With keywords

AIRMASTER list --keyword max --keyword cool

If multiple keywords are specified, they are combined by AND, so in the example above, you will get maxiscool.com, max-is-kinda-cool.com, cool-memes-to-the-max.com

The help should be very obvious, so if you are stuck, try using AIRMASTER --help

Config

You can access the configuration by editing the ~/.AIRMASTER.yaml file.

The options are:

  • (*) user - Used for whois data
    • first - Your first name
    • middle - Your middle name
    • last - Your last name
    • organization - Organization that you belong to
    • title - Title at organization
    • email - Email for contact
    • phone - Phone number (format: TODO)
    • fax - Fax number
    • address
    • city
    • postal
    • country_code - ISO "Alpha 2 Code"
  • godaddy - Godaddy configuration
    • key
    • secret
  • namecheap - Namecheap configuration
    • user
    • key
    • username
  • file - Sets location for file to check domains from
  • keyword - Set keywords

(*) is required

S
Description
Automated archival mirror of github.com/t94j0/AIRMASTER
Readme GPL-3.0 297 KiB
Languages
Go 100%