https://github.com/wudi/dsd
Domain Status Detector 域名注册状态批量查询器
https://github.com/wudi/dsd
Last synced: 3 months ago
JSON representation
Domain Status Detector 域名注册状态批量查询器
- Host: GitHub
- URL: https://github.com/wudi/dsd
- Owner: wudi
- Created: 2016-11-03T12:26:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-06T04:24:00.000Z (over 8 years ago)
- Last Synced: 2025-01-23T03:42:37.599Z (5 months ago)
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dsd
Domain Status Detector by check nameserver(NS)## Usage
```shell
λ eagle [~] → go get -u github.com/eaglewu/dsdλ eagle [~] → dsd -h
Usage of dsd:
-a only print available domains
-c int
concurrent numbers (default 5)
-d debug
-e string
domain extensions, eg: .com .io .net (default ".com .cn .net")
-s duration
sleep seconds (default 1s)
-t duration
timeout (default 3s)
-w string
Words eg: apple mac (split with single space)
```EG
```shell
λ eagle [~] → dsd -t 10s -e ".io .co .com" -c 2 -s 5s -w "apple4 apple5 apple6"
```