项目作者: WinMin

项目描述 :
CVE-2020-8597 pppd buffer overflow poc
高级语言: Python
项目地址: git://github.com/WinMin/CVE-2020-8597.git
创建时间: 2020-03-07T19:00:46Z
项目社区:https://github.com/WinMin/CVE-2020-8597

开源协议:

下载


CVE-2020-8597

I use two virtual machines to test on the same computer.One as server and one as client,and they all use NAT for network connection.
So they are all under the ens33 network card..

set up a pppoe-server

You can set up the service according to the following article

https://askubuntu.com/questions/934685/pppoe-server-on-ubuntu-14-04-not-working-peer-xxx-failed-chap-session-verifica

http://www.howtodoityourself.org/pppoe-server-how-to-do-it-yourself.html

open the debug mode and set log file:
Add the following to the /etc/ppp/pppoe-server-options file

  1. debug
  2. logfile /var/log/pppoe-server-log

set up a ppoe client

Start the clietn:

  1. sudo pppoeconf

Screenshot

image-20200308221134194

Ref

https://github.com/marcinguy/CVE-2020-8597