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.
TCP over BUAA WebVPN. 把WebVPN转换成TCP协议,可以转发基于TCP的任意端口(例如:SSH,HTTPS)。
Python >= 3.8
pip install --upgrade webvpn-ng
使用BUAA统一认证账号密码登录WebVPN,个人token请私聊我获取。
wvpn login USERNAME
例如,使用本地2222端口访问校内的10.251.0.24:22:
# terminal #1
wvpn forward --port 2222 --rhost 10.251.0.24
# terminal #2
ssh -p 2222 yangming@localhost
# terminal #3
scp -P 2222 yangming@localhost:/data/data.pth .
使用本地的8000端口访问校内的211.71.15.34:6000(Tensorboard):
# terminal
wvpn forward --port 8000 --rhost 211.71.15.34 --rport 6000
# web browser
open http://localhost:8000
FAQs
Unknown package
We found that webvpn-ng demonstrated a healthy version release cadence and project activity because the last version was released less than 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.