Skip to content

EngineerMazid/Dlink-dwr-m960-Telnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

DWR-M960 -v1.1.50Beta1

Discovered a hidden way to change the DWR-M960 Telnet password. The Telnet port is open, but when attempting to log in using "root", the password is consistently incorrect. So I decided to extract the firmware using binwalk. After extraction, I obtained two HTML files for system commands.Two specific web UI pages allow running commands:

Log in to the router and change the URL to 192.168.0.1/syscmd.htm or 192.168.0.1/debug.htm dlink1

dlink2

dlink3

dlink4

Run the following commands: passwd -d root

dlink5

These commands will remove the root password, allowing Telnet login without it. We now have root shell access for these routers. Unfortunately, in the root shell, you can't create any files or change anything. I decided to upgrade BusyBox, but it seems the device doesn't have much space, and the root shell was not allowing us to download or make any changes even after remounting. I was not able to make any changes. Every time the router reboots, you need to start this process again.

dlink6

Releases

No releases published

Packages

No packages published