
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.
Multiple Local SSL Proxy. Inspired by local-ssl-proxy.
:warning: It's only intended for development usage only! It will show a certificate warning
npm install -g mlsp
# Starts a proxy from 127.0.0.1:8080 to 127.0.0.1:8081
mlsp --source 8080 --target 8081
mlsp can be configured to route based on different hostnames given a routing table. For example, the following table:
{
"service-1.local.foobar.com": {
"port": "8081"
},
"service-2.local.foobar.com": {
"port": "8082"
},
"default": {
"port": "8080"
}
}
And the following command:
sudo mlsp --source 443 --routing ./routing_table.json
Will start the server on 443 port (default https port), and will route requests based on their hostname. To add such routing, one must also edit /etc/hosts to point the given hosts to 127.0.0.1.
FAQs
A simple multi-target local ssl proxy with a routing table.
We found that mlsp 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.