1.1.5 • Published 5 years ago
ip-vendor-scan v1.1.5
ip-vendor-scan
Scans a range of IP addresses and returns a list of network names and vendors
Example usage
npx
npx ip-vendor-scanif you have npm version 5.2 or above you can run this command without having to install anything first.
Global install
npm install -g ip-vendor-scan
ip-vendor-scanIf you are on an older version of npm or if you want the command to immediately available then install the package globally
Search for specific network name
npx ip-vendor-scan -n myDesktopor
npx ip-vendor-scan --name myDesktopfilters the returned list of ip addresses by the supplied name. The string is converted to a regular expression so complex matches are possible
Search for specific vendor
npx ip-vendor-scan -v Googleor
npx ip-vendor-scan --vendor Googlefilters the returned list of ip addresses by the supplied vendor. The string is converted to a regular expression so complex matches are possible
Help
npx ip-vendor-scan -hor
npx ip-vendor-scan --helpShows help text