Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imagemlt/nodelcx
nodejs编写的tcp内网穿透脚本
https://github.com/imagemlt/nodelcx
forward-proxy lcx security security-tools
Last synced: about 9 hours ago
JSON representation
nodejs编写的tcp内网穿透脚本
- Host: GitHub
- URL: https://github.com/imagemlt/nodelcx
- Owner: imagemlt
- Created: 2018-02-20T09:01:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T15:42:15.000Z (over 6 years ago)
- Last Synced: 2023-10-19T19:10:21.944Z (about 1 year ago)
- Topics: forward-proxy, lcx, security, security-tools
- Language: JavaScript
- Size: 7.81 KB
- Stars: 5
- Watchers: 1
- 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 跳板机内网地址 跳板机服务端口 跳板机外网地址 跳板机转发端口
```