Optilink SSH login?

  • Thread starter Thread starter .::IBF::..
  • Start date Start date
  • Replies Replies 19
  • Views Views 8,426
Messages
9
Location
Rajasthan
ISP
BSNL FTTH
I can see the passwords inside the firmware upgrade script but cannot use it to login, any idea how to SSH into the router?

#Bohannon add for bug#00003181
flash set CWMP_CT_MWBAND_MODE 0
flash set FW_GRADE 3
flash set NTP_TIMEZONE_DB_INDEX 48
flash set CWMP_CONFIGURABLE 3
flash set DOS_ENABLED 1
flash set SUSER_PASSWORD "optilink"
flash set TELNET_PASSWD "root@optilink"
 
As of knowledge they did't enabled ssh insted they use Telnet for that. you can download putty on your pc and use the ip of your router and use this credentials for login. @.::IBF::..
 
Tried that does not work.

ssh -F /dev/null root:[email protected] -p23 -v


OpenSSH_7.4p1, LibreSSL 2.5.0


debug1: Reading configuration data /dev/null


debug1: Connecting to 192.168.1.1 [192.168.1.1] port 23.


debug1: Connection established.


debug1: key_load_public: No such file or directory


debug1: identity file /Users/TD/.ssh/id_rsa type -1


debug1: key_load_public: No such file or directory


debug1: identity file /Users/TD/.ssh/id_rsa-cert type -1


debug1: key_load_public: No such file or directory


debug1: identity file /Users/TD/.ssh/id_dsa type -1


debug1: key_load_public: No such file or directory


debug1: identity file /Users/TD/.ssh/id_dsa-cert type -1


debug1: key_load_public: No such file or directory


debug1: identity file /Users/TD/.ssh/id_ecdsa type -1


debug1: key_load_public: No such file or directory


debug1: identity file /Users/TD/.ssh/id_ecdsa-cert type -1


debug1: key_load_public: No such file or directory


debug1: identity file /Users/TD/.ssh/id_ed25519 type -1


debug1: key_load_public: No such file or directory


debug1: identity file /Users/TD/.ssh/id_ed25519-cert type -1


debug1: Enabling compatibility mode for protocol 2.0


debug1: Local version string SSH-2.0-OpenSSH_7.4
 
it seems to be you are using the port 23 (default telnet port) for ssh as per the log you shared here
ssh -F /dev/null root:[email protected] -p23 -v
.

on before that you better check this first "Common port filter"

port.png


And sure that using Telnet as shown below.

telnet.png

@.::IBF::..
 
telnet doesn't work for me.
It does connect and shows the login prompts but after entering username and password it just closes the connection.
1594563111400.webp

Maybe something with the firmware?
 
Try differnt user name and password combination . changing of web log in password won't affect the telnet try the default one for your router
username: root
password: optilink

username: admin
password: Syro43210$

username: admin
password: admin

username: admin
password: stdONU101

username: admin
password: dbcONU101

i think password is the only issue because it is prompting you the login.so i conforms that telnet is enabled.

Here is my telnet login.

telnet2.png
 


Last edited:
That's such a huge security vulnerability. BSNL has instructed everyone to change the password but this makes it useless.
Now anyone can inject binaries and make botnet! This is so bad.
 

Back