
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
domainsearch
Advanced tools
A commandline tool that searches a given dictionary file for possible domain names created by simply inserting a dot in the word. By default, it will search all existing top-level domains, but you can also provide a list of domains to search.
Optionally, you can also have the tool check for dns availability, using the
--verify parameter. It will retry queries that time out, until they're all
queried, or if the same list of domains keep giving timeouts, whichever comes
first.
npm install -g domainsearch
domainsearch dictionaryfile or domainsearch --word myword
One of either dictionary or word must be given.
--dictionary, -d — Specify the dictionary file to use--word, -w — Don't use a dictionary, but rather just use one specific word--domains, -D — Specify a comma-separated list of top-level domains to search (for example 'ga, it, net')--verify, -V — Check if the domains are available for registration--sort, -s — Alphabetically sort the output--alldomains, -a — Include all existing top-level domains, and not only ones that are known to be available for registration--include-nonsplit, -i — For the word "delicious", look for available top domains like "delicious.com", and not just clever constructs like "delicio.us"--exclude-xn, -x — Exclude domains that start with XN--To search all existing top-level domains for Swedish words, without verification:
domainsearch dictionaries/swedish.dic --alldomains
To search all existing top-level domains for Swedish words, with verification:
domainsearch dictionaries/swedish.dic --verify --alldomains
To search only a few top-level domains for Swedish words, without verification:
domainsearch dictionaries/swedish.dic --domains 'ga, se, zippo'
To search the entire english dictionary for available [word.domain] domains,
excluding domains that start with XN--, verify availability, only look at top level
domains that are possible to register, sort the output and store it in us.txt:
domainsearch dictionaries/usenglish.dic --verify --exclude-xn --sort > us.txt
Be aware a big search like this takes something like 40 minutes to complete.
FAQs
A tool to search for domain names
The npm package domainsearch receives a total of 4 weekly downloads. As such, domainsearch popularity was classified as not popular.
We found that domainsearch 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.