An open API service indexing awesome lists of open source software.

https://github.com/koho/pppoe-sim

PPPoE模拟器,获取用户名密码
https://github.com/koho/pppoe-sim

pppoe pppoe-server

Last synced: 9 months ago
JSON representation

PPPoE模拟器,获取用户名密码

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
```