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

https://github.com/gabrielgil/pppoe-scanner

Tool to identify PPPOE credentials from a router with a PPOE server and observing network.
https://github.com/gabrielgil/pppoe-scanner

Last synced: over 1 year ago
JSON representation

Tool to identify PPPOE credentials from a router with a PPOE server and observing network.

Awesome Lists containing this project

README

          

# PPPoE Scanner
Tool to identify PPPOE credentials from a router with a PPOE server and observing network.

# Usage
This Python script is expected to be run on a Debian environment only. Tested on Ubuntu 22.04.2 LTS.

You may prefer to create a bootable USB. [From Windows](https://ubuntu.com/tutorials/create-a-usb-stick-on-windows) or [from MacOS](https://ubuntu.com/tutorials/create-a-usb-stick-on-macos)

1. Download this repo.
2. Open the terminal.
3. Navigate to the local repo's folder.
4. Execute `python3 pppoe-scanner.py`

# Credits
The original creator of this script is Frikitelto. Detailed usage can be found in an article of his website (In spanish): [Cómo conseguir el Usuario y Contraseña PPPoE para instalar un router neutro](https://www.frikidelto.com/tutorial/como-conseguir-el-usuario-y-contrasena-pppoe-para-instalar-un-router-neutro/).