https://github.com/srph/pldtfibr-wifi-password
:eyes: A mac-address reverser to obtain the default password of a PLDTHOMEFIBR Wifi.
https://github.com/srph/pldtfibr-wifi-password
pldt wifi
Last synced: over 1 year ago
JSON representation
:eyes: A mac-address reverser to obtain the default password of a PLDTHOMEFIBR Wifi.
- Host: GitHub
- URL: https://github.com/srph/pldtfibr-wifi-password
- Owner: srph
- Created: 2015-12-17T06:41:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T18:55:15.000Z (over 10 years ago)
- Last Synced: 2025-04-15T00:16:32.897Z (over 1 year ago)
- Topics: pldt, wifi
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## pldtfibr-wifi-password [](https://npmjs.org/package/pldtfibr-wifi-password?style=flat-square) [](https://travis-ci.org/srph/pldtfibr-wifi-password?branch=master)
```bash
npm install pldtfibr-wifi-password
```
A mac-address reverser to obtain the default password of a PLDTHOMEFIBR Wifi. An implementation of http://infotechmaestro.blogspot.com/2014/12/pldt-homefiber-and-pldt-home-dsl-new.html.
### Usage
```js
var password = require('pldtfibr-wifi-password');
password('c5c4c9'); // 'wlan3a3b36'
```
### CLI
Requirements include Node.js (`>=0.12`) and npm `>=2.x`.
```
npm install -g pldtfibr-wifi-password
pldtfibr-wifi-password c3c4c9 # the last 6 digits of the wifi name
```
### Tests
```bash
npm install
npm test
```