Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

TopDomainChecker



Version


Documentation


Maintenance


License: MIT

> 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.