Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
MIT
macOS catalina or later
VpnRoutingMac is vpn routing tool for macOS.
When using a VPN, we will connect via the VPN all packet.
VpnRoutingMac can routing part of endpoint using /etc/ppp/ip-up.
VpnRoutingMacはmacOS向けのVPNルーティングツールです。
通常、VPNを繋ぐとすべてのパケットがVPNを通過するようになります。
VpnRoutingMacを使うと、/etc/ppp/ip-upの機能を利用して一部の通信のみVPNを通すことができます。
必要な通信のみVPNを通し、Google MeetやZoomはVPNを介さないようにすることで、
快適なネット環境およびVPNへの負荷軽減を行うことができます。
sudo /usr/bin/gem install bundler -v 2.3.3
sudo /usr/bin/gem install vpn_routing_mac
sudo vpn-routing install
sudo vpn-routing uninstall
sudo cat ~/.vpn-routing/recent.log
in the IP address.# If you have only one VPN config, you can omit the dir option.
# verbose option is show executed command.
# add routing ip with save the config.
sudo vpn-routing add-ip 192.168.1.1/32 --permanent --dir=#{CONFIG_NAME} --verbose
# delete routing ip. (without save the config)
sudo vpn-routing delete-ip 192.168.1.1/32 --dir=#{CONFIG_NAME} --verbose
# add routing domain with save the config.
sudo vpn-routing add-domain example.test --permanent --dir=#{CONFIG_NAME} --verbose
# delete routing ip. (without save the config)
sudo vpn-routing delete-domain example.test --dir=#{CONFIG_NAME} --verbose
# open config directory using Finder
vpn-routing edit
# reload config. (Isn't delete routing)
vpn-routing reload
.vpn-routing/
├── config
│ └── CONFIG_DIR_NAME
│ ├── config.yml
│ ├── domains
│ │ └── cli.txt
│ └── ip_addresses
│ └── cli.txt
└── recent.log
Bug reports and pull requests are welcome on GitHub at https://github.com/Yuji-Kuroko/vpn_routing_mac.
FAQs
Unknown package
We found that vpn_routing_mac 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.