-
-
Save nucther/f29f85ba9a8ac71b36920bf0c8b32422 to your computer and use it in GitHub Desktop.
| // Login to fiberhome modem | |
| // Paste this script inside browser console | |
| $.ajax({ | |
| url: '/cgi-bin/ajax?ajaxmethod=get_allwan_info', | |
| success: (data)=>{ | |
| data = JSON.parse(data) | |
| data.wan.forEach(v => { | |
| if(v.AddressingType == 'PPPoE'){ | |
| console.log("Username: "+ v.Username) | |
| console.log("Password: "+ fhdecrypt(v.Password) ) | |
| } | |
| }) | |
| } | |
| }) |
mungkin sudah update firmware ONT Fiberhomenya.
mas minta bantu untuk tau password ppoe nokia g-240w 5G
how to know ppoe password nokia g-240w 5G
Not work!
GET http://192.168.1.1/cgi-bin/ajax?ajaxmethod=get_allwan_info 404 (Site or Page Not Found)
@GhorbaniAli maybe not working because difference version. I did not have old hardware so I can't try and update script.
Can I ask your modem hardware and software version?
| Software Version | Hardware Version |
|---|---|
| RP2616 | GJ-2.134.285F4G |
you can take look here https://youtu.be/A0KKa8umn28?si=qTi6Qyb9XnWq1O8F&t=12
@nucther Thanks, I checked it but still not work!
that because difference version.
Can we get password of pppoe from config backup? How can we get backup?
is it possible to get Superadmin password with this tool ? i dont have access to superadmin mode and use config backup ?
is it possible to get Superadmin password with this tool ? i dont have access to superadmin mode and use config backup ?
No. also this only work for old version firmware. seem like now day already updated and unable to use this method again.
my version is RP4421 i have access to admin mode but not SuperAdmin to Enable Telnet sadly
is there way or workaround to to dump Super Admin password because i know if plug fiber cable and connect to my iSP Server it will be updated automatically and RP4423 has custom isp password that no one knos right now.
jquery.min.js:18 GET http://192.168.1.1/cgi-bin/ajax?ajaxmethod=get_allwan_info 400 (Page not found)