Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webvpn-ng

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webvpn-ng

  • 0.1.2
  • PyPI
  • Socket score

Maintainers
1

WebVPN NG

TCP over BUAA WebVPN. 把WebVPN转换成TCP协议,可以转发基于TCP的任意端口(例如:SSH,HTTPS)。

1. Requirements

Python >= 3.8

2. Install

pip install --upgrade webvpn-ng

3. Usage

Login

使用BUAA统一认证账号密码登录WebVPN,个人token请私聊我获取。

wvpn login USERNAME

Port Forwarding

例如,使用本地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


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc