This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Login to fiberhome modem as Super User | |
| // Go to Network > BroadBand Settings > Internet Settings | |
| // Paste this script inside browser console | |
| (function() { | |
| console.clear(); | |
| console.log("%c FiberHome Password Extractor ", "background: #222; color: #bada55; font-size: 16px; padding: 5px;"); | |
| // 1. Find the specific iframe that contains the decryption keys | |
| // We scan all frames (windows) on the page to find one that has 'fhdecrypt' exposed |