https://github.com/up9cloud/node-domain-status
Another whois to check bunch of domains
https://github.com/up9cloud/node-domain-status
Last synced: about 1 year ago
JSON representation
Another whois to check bunch of domains
- Host: GitHub
- URL: https://github.com/up9cloud/node-domain-status
- Owner: up9cloud
- Created: 2018-07-08T19:18:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T11:19:35.000Z (about 5 years ago)
- Last Synced: 2025-01-28T01:14:47.212Z (over 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# domain-status
## Install
```bash
npm i -g domain-status
```
## Usage
```bash
# check one by whois
domain-status --domain google.com
# check all ???.com (0-9) domains, 000.com ~ 999.com
domain-status --chars-group 0-9 --length 3 domain-suffix .com >> whois.0-9.com.log
# check with exclude files
domain-status --domain-exclude-file ./test/exclude.log ./test/exclude.err >> whois.0-9.com.log
# check by existing data files
domain-status --domain-file whois.0-9.com.log >> whois.0-9.com.log.1
# check by http
domain-status --method http --chars 01- >> http.01-.app.log 2>> http.01-.app.err
```
> see more
```bash
domain-status --help
```