https://github.com/imagemlt/nodelcx
nodejs编写的tcp内网穿透脚本
https://github.com/imagemlt/nodelcx
forward-proxy lcx security security-tools
Last synced: about 1 year ago
JSON representation
nodejs编写的tcp内网穿透脚本
- Host: GitHub
- URL: https://github.com/imagemlt/nodelcx
- Owner: imagemlt
- Created: 2018-02-20T09:01:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T15:42:15.000Z (about 8 years ago)
- Last Synced: 2025-03-27T13:46:07.798Z (about 1 year ago)
- Topics: forward-proxy, lcx, security, security-tools
- Language: JavaScript
- Size: 7.81 KB
- Stars: 6
- Watchers: 0
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodelcx
nodejs编写的内网穿透工具
## 使用方法:
* 客户机
```bash
node lcxcli.js 内网地址 内网端口 跳板机地址 跳板机服务端口
```
* 跳板机
```bash
node lcxserver.js 跳板机内网地址 跳板机服务端口 跳板机外网地址 跳板机转发端口
```