Program to restart Belkin – N300 Wireless-N Router

Various Wi-Fi devices, especially mobile ones, started to “lose” the router. They can easily find the network, but then are stuck on obtaining the IP address. I guess this is some bug in the DHCP server. Restarting the router usually helps.

I ended up writing a little C# program (binaries, full source, Program.cs) to automate the process.

This may sound awful, but this router has been working longer than my previous LinkSys router that just dies after less than two years in service.

While exploring the router’s built-in web server I found many gems. First off, the login page never returns 401 or 403. If the password is correct, it returns a redirect to the main page, if the password is not correct, it returns a redirect to an HTML page that, among other things, contains the text “Incorrect password”.

Taking password’s MD5 hash is dubbed “encrypt password”:

http://192.168.0.1/login.stm

//Encrypt password
if(typeof(bEncPassword) != 'undefined')
{
    document.tF.pws.maxLength = 32;
    document.tF.pws.value = hex_md5(document.tF.pws.value);
}

The restart script (/cgi-bin/restart.exe) is even funnier. It returns an HTML page if the restart was successful, or 400 Bad Request if the user is not logged in. By the way, no login cookie is sent to the client. The router probably just remembers logged on user’s IP. If someone then hijacks my IP and sends a nasty command from it, the router probably would not know the difference. But then, after all, it’s a home router, bulletproof security is not required.

I also loved the comment in German in /routine_data.js:

// Vordefiniert: VoIP Providerdaten
var voipprovname = new Array("VoIP Account","Other offerer");
var voipprovtxt1 = new Array("DSL Telephone number","Internet call number");

Overall, it was fun, and now I can finally restart the router with one click 🙂

6 Comments


  1. You can get all the details about Michelle’s book, including how to order, by clicking here for “Nom Nom Paleo: Food for Humans. that’s merely a small fraction of what it is certainly worth and cost to publish this e-book together with hours and hours interviewing experts, carrying out research, double checking to ensure that the results included is considered the most leading edge up-to-date facts available. The Paleo Recipe Book is the creation of Sbastien No.

    Reply

  2. Thank you for sharing your info. I really appreciate your
    efforts and I will be waiting for your next write ups thanks once again.

    Reply

  3. That’s a weoht-houglt-lut answer to a challenging question

    Reply

  4. Τhank yߋu a bunjch for sharing thiѕ with all folks yoս really understand what yoս arе talking aƄoսt!
    Bookmarked. Kindly additionally discuyss Õ¡ith my site =).

    Wе will hɑve a hyperlink exchange agreement ɑmong uѕ

    Îœy web blog … nabisco coupons november 2012

    Reply

Leave a Reply to Paleo Recipe Book Cancel reply

Your email address will not be published. Required fields are marked *