
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.
portforward
Advanced tools
A portforwarding service, support both local port forwarding and remote port forwarding
A portforwarding service, support both local port forwarding and remote port forwarding
npm install -g portforward
portforward <from> <to>
For example, if you want to forward port 5566(For external) to port 80(For internal)
portforward 5566 80
So http://localhost:5566 will forward to http://localhost:80
portforward <from> <to> <remoteHost>
Example1: if you want to forward local port 5566 to remote host whatismyip.org port 80
portforward 5566 80 whatismyip.org
So http://localhost:5566 will forward to http://whatismyip.org:80
Example2: if you want to forward local port 7788 to remote host ptt.cc port 22
portforward 5566 22 ptt.cc
So ssh localhost -p 5566 will act like ssh ptt.cc
Example3: Act as relay server
You can use this service to turn your host into relay server
FAQs
A portforwarding service, support both local port forwarding and remote port forwarding
The npm package portforward receives a total of 6 weekly downloads. As such, portforward popularity was classified as not popular.
We found that portforward 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.