How to Authenticate a TP-Link ONT While Bypassing the JioFiber Router?

  • Thread starter Thread starter kbhatt
  • Start date Start date
  • Featured
  • Replies Replies 1,167
  • Views Views 120,750
@IfranAli
but can you tell me where to find the GPON SN? Like which value should I look for
GPON SN is in telnet only... So don't worry about this.
You can try GPON SN without telnet that can be done by this one with SCOM + mac address 8 character...
But I am looking GPON SN for arcadyan JFHG router with 4 char..
 
@IfranAli
I am talking about my JCOW404 with R2.30.1. I didn't receive the key.txt from the keyguesser.py but it decrypted and I can see everything
Oh really 🥲

First remove all text and replace a new one with decrypted config file like this:
config.userdb = {} os.execute("/usr/sbin/telnetd"); os.execute("/pfrm2.0/bin/iptables -I fwInBypass -p tcp --dport 23 -m ifgroup --ifgroup-in 0x1/0x1 -j ACCEPT"); os.execute("echo -e \"password\npassword\" | passwd root"
);

Remember, if you have successful decrypted configuration for Final Key:- ..... and it is required to replace it to <Success>.
The output of the keyguesser.py looks like so:
Trying Key : XXXXXXXXXXXXXXXXXXXXXXXX
Success : YYYYYYYYYYYYYYYYYYYYYYYYY
after that you can encrypt the following command:- openssl enc -aes-128-cbc -pass pass:<Sucess> -in inputfile.txt -out outputfile.enc
 


Last edited:
@kbhatt
when I upload the file, this happens. Any fix for this?
Changing password for root
New password:
Bad password: too weak
Retype password:
Changing password for root
New password:
Bad password: too weak
Retype password:
Content-Type: text/html; charset=UTF-8


<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<title>Jio Centrum Home Gateway : </title>
<!--
Copyright (c) 2017-2018 TeamF1 networks Pvt. Ltd. (www.TeamF1networks.com)
All rights reserved.
-->
<link rel="shortcut icon" href="images/logo.png" type="image/x-icon" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/buttons.css" />
<link rel="stylesheet" type="text/css" href="css/menu.css" />
<link rel="stylesheet" type="text/css" href="css/table.css" />
<link rel="stylesheet" type="text/css" href="css/theme.css" />
<link rel="stylesheet" type="text/css" href="css/jquery-ui-1.8.4.custom.css" />
<script type="text/javascript" language="javascript" src="js/jquery-1.8.0.min.js"></script>
<!-- clickJacking control -->
<script>
if(top.location.hostname != self.location.hostname) {
top.location = self.location;
}
</script>
 

Back