Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/melbadry9/domain_reg

Check domain availability for registration
https://github.com/melbadry9/domain_reg

bugbounty domain-registration recon

Last synced: about 2 months ago
JSON representation

Check domain availability for registration

Awesome Lists containing this project

README

        

# domain_reg

Check domain availability for registration

## Build

This tool requires rust

```bash
git clone https://github.com/melbadry9/domain_reg.git
cd domain_reg
cargo build --release
```

## Usage

```bash
cat list.txt | dom_reg -t 3 | tee -a status.txt
dom_reg -d test.com -t 3
```