
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
CLI for the domai.nr API (through RapidAPI.com)
First install it globally
npm i -g domai.nr
Create ~/.domainrrc and set at least your RapidAPI key. You can also create custom tld lists.
{
"key": "[AKEY]",
"tlds": {
"favourite": [
"adult",
"porn",
"sex",
"xxx"
]
}
}
$ domai.nr mynewdomain.com somethingelse.net idontneedmoredomains.com
$ domai.nr -t com mynewdomain
$ domai.nr -t com,net,io mynewdomain
$ domai.nr -t com,net,io mynewdomain anotherdomain yetanotherone
$ domai.nr -T favourite mynewdomain
$ domai.nr -T favourite,cc mynewdomain
Note that since you can only query 10 domains in a single request, querying large lists gets split up into many smaller requests.
cc lists all ccTLD's.
$ domai.nr -T cc givemeadomain
generic lists all generic domains.
$ domai.nr -T generic givememanydomains
Note that these have not been updated for a while. If you find one that is missing, please open an issue or pull request.
FAQs
CLI for the domai.nr API (at Mashape.com)
The npm package domai.nr receives a total of 0 weekly downloads. As such, domai.nr popularity was classified as not popular.
We found that domai.nr demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.