Skip to content

Instantly share code, notes, and snippets.

@barrriwa
barrriwa / get-password-fiberhome.js
Last active March 7, 2026 12:14 — forked from nucther/get-password-fiberhome.js
Get Password PPPoE Indihome ( Fiberhome )
// 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