You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

check-bitflip-domain

A tool for checking bit-flip domain variants using WHOIS

1.0.0
latest
Version published
Weekly downloads
0
-100%
Maintainers
0
Weekly downloads
 
Created

Check Bitflip Domain

A tool for checking bit-flip domain variants using WHOIS.

CLI

npm i -g check-bitflip-domain
check-bitflip-domain wellsfargo.com

# ----------------------------------------
# Original domain: wellsfargo.com
# Available bitflipped domains: [ 'wemlsfargo.com', 'weldsfargo.com' ]

API

npm i check-bitflip-domain --save
const { checkBitFlippedDomains } = require('check-bitflip-domain');

const availableDomains = await checkBitFlippedDomains('wellsfargo.com');

console.log(availableDomains); // [ 'wemlsfargo.com', 'weldsfargo.com' ]

License

MIT

FAQs

Package last updated on 20 Sep 2024

Did you know?

Socket

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.

Install

Related posts