Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/melbadry9/domain_reg
- Owner: melbadry9
- Archived: true
- Created: 2021-03-19T03:07:44.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-23T10:04:48.000Z (over 3 years ago)
- Last Synced: 2024-08-05T17:45:28.427Z (5 months ago)
- Topics: bugbounty, domain-registration, recon
- Language: Rust
- Homepage:
- Size: 16.6 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - melbadry9/domain_reg - Check domain availability for registration (Rust)
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
```