tld-checker

Brute-force the top-level domains with parallel.

Usage no npm install needed!

<script type="module">
  import tldChecker from 'https://cdn.skypack.dev/tld-checker';
</script>

README

TopDomainChecker

Version Documentation Maintenance License: MIT

Brute-force the top-level domains with parallel.

日本語はこちら

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.

Installation

$ npm i -g tld-checker

Usage

$ tldcheck -[vVhqDp] [-t <Additional top-level domains...>] [-d] <Domains...>

Run tests

$ npm test

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

© 2020 P2P-Develop.
This project is MIT licensed.