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.
- Host: GitHub
- URL: https://github.com/gabrielgil/pppoe-scanner
- Owner: GabrielGil
- Created: 2023-03-12T20:42:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T20:59:09.000Z (over 3 years ago)
- Last Synced: 2025-01-24T04:44:45.130Z (over 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).