Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/potato1682/topdomainchecker
Brute-force top-level domains with parallel.
https://github.com/potato1682/topdomainchecker
brute-force domains iana icmp-ping nodejs parallel ping tld tld-check tld-checker tldcheck tlds topleveldomains typescript
Last synced: 13 days ago
JSON representation
Brute-force top-level domains with parallel.
- Host: GitHub
- URL: https://github.com/potato1682/topdomainchecker
- Owner: Potato1682
- License: mit
- Created: 2020-07-25T14:21:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T02:02:45.000Z (about 1 year ago)
- Last Synced: 2024-04-23T14:41:47.277Z (8 months ago)
- Topics: brute-force, domains, iana, icmp-ping, nodejs, parallel, ping, tld, tld-check, tld-checker, tldcheck, tlds, topleveldomains, typescript
- Language: TypeScript
- Homepage: https://potato1682.github.io/TopDomainChecker
- Size: 1.45 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING-ja.md
- License: LICENSE
- Code of conduct: docs/CODE-OF-CONDUCT-ja.md
- Security: docs/SECURITY-ja.md
Awesome Lists containing this project
README
TopDomainChecker
> Brute-force the top-level domains with _parallel_.
日本語は[こちら](https://github.com/P2P-Develop/TopDomainChecker/blob/develop/docs/README-ja.md)。
## Description
Brute-force the top-level domains with automated parallelism.
Makes the most of the Promises and brute-force it with multiple jobs.
You can verify the existence of the host using multi protocols.
The top-level domains are getting the latest list from [IANA](https://data.iana.org/TLD/tlds-alpha-by-domain.txt).## Installation
```sh
$ npm i -g tld-checker
```## Usage
```sh
$ tldcheck -[vVhqDp] [-t ] [-d]
```## Run tests
```sh
$ npm test
```## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/P2P-Develop/TopDomainChecker/issues). You can also take a look at the [contributing guide](https://github.com/P2P-Develop/TopDomainChecker/blob/develop/docs/CONTRIBUTING.md).## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
© 2020 [P2P-Develop](https://github.com/P2P-Develop).
This project is [MIT](https://github.com/P2P-Develop/TopDomainChecker/blob/develop/LICENSE) licensed.