2.1 KiB
Get Logs (dbglogs) [Doesn't Work Anymore]
Disclaimer: - This is Only for educational purposes, No one is responsible for any type of damage.
NOTE: FTP username will be admin & password will be your admin password in WEB-UI (Router Configuration Page).
-
Make sure you have openssl installed or else install it and add it to environment variable PATH.
-
Download and Extract the zip of your respective firmware from here -
Getserver.key
file from the Extracted zip at/pfrm2.0/etc/server.key
and Copy it toDesktop/JF
. -
Grab the encryption key for your router model from here and Copy it toDesktop/JF
asserver.key
-
Go to Your Router WEB-UI Page (
http://192.168.29.1
) and Sign in as Admin. (The default credentials are admin : Jiocentrum) -
After you have signed in, change the URL in the address bar from
http://192.168.29.1/platform.cgi
tohttp://192.168.29.1/dbglog.cgi
-
Press Enter and wait a few minutes until a file gets downloaded.
-
Save the downloaded file (
reliance-dbglog-enc.tgz
) toDesktop/JF
-
Open up Terminal or Command Prompt in
Desktop/JF
-
Decrypt the downloaded .enc file using the command
openssl aes-128-cbc -d -kfile "server.key" -in "reliance-dbglog-enc.tgz" -out "reliance-dbglog-dec.tgz"
-
Extract the
reliance-dbglog-dec.tgz
file using 7zip or use the commandtar -xvf reliance-dbglog-dec.tgz
-
You will see a lot of files have been extracted to the directory
Desktop/JF
. These are the dbglogs. -
Use DB Browser for SQLite to open the files with
.db
extension. -
Now experiment with those files on your own.
The system.db file contains all the configuration data including Wi-Fi passwords, TR-069 Configuration, Router WEB-UI Passwords, and a lot more...