https://github.com/koho/pppoe-sim
PPPoE模拟器,获取用户名密码
https://github.com/koho/pppoe-sim
pppoe pppoe-server
Last synced: 9 months ago
JSON representation
PPPoE模拟器,获取用户名密码
- Host: GitHub
- URL: https://github.com/koho/pppoe-sim
- Owner: koho
- Created: 2020-12-18T05:48:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T07:20:37.000Z (over 5 years ago)
- Last Synced: 2025-02-16T10:21:00.355Z (over 1 year ago)
- Topics: pppoe, pppoe-server
- Language: Go
- Homepage:
- Size: 742 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PPPoE Simulator
PPPoE 认证模拟器,获取拨号客户端发来的用户名和密码。
## 运行
Windows:
安装 [Npcap](https://nmap.org/npcap/) (程序自带安装包,检测到未安装时会提示安装)。
Linux:
`sudo apt install libpcap`
## 编译
Windows:
安装 [Npcap](https://nmap.org/npcap/) 后运行脚本:
```shell
build.cmd
```
Linux:
```shell
sudo apt-get install libpcap-dev
chmod +x ./build.sh
./build.sh
sudo ./bin/pppoe-sim
```