
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
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 flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.