Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
port-numbers
Advanced tools
Get the information on network port numbers, based on IANA's public listing
Get the information on network port numbers, based on IANA's public listing
$ npm install --save port-numbers
var pn = require("port-numbers");
// port -> service
pn.getService(80);
//=> { name: 'http', description: 'World Wide Web HTTP' }
pn.getService(3306);
//=> { name: 'mysql', description: 'MySQL' }
// service -> port
pn.getPort("ntp", "udp");
//=> { port: '123', protocol: 'udp', description: 'Network Time Protocol' }
pn.getPort("postgresql");
//=> { port: '5432', protocol: 'tcp', description: 'PostgreSQL Database' }
port
number : the port to lookup. Required.protocol
string : the protocol. Default: tcp
.service
string : the service to lookup. Required.protocol
string : the protocol. Default: tcp
.© 2015 silverwind, distributed under BSD licence
FAQs
Holds information on network port numbers, based on IANA's data
The npm package port-numbers receives a total of 2,463 weekly downloads. As such, port-numbers popularity was classified as popular.
We found that port-numbers demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.