Microsoft HotSpot in Forbes Magazine Firmware Lifting “Hack”

You may have heard about the free Wi-Fi hotspot that Microsoft pushed out in random Forbes magazines… This device comes with a T-Mobile GSM SIM card with the data service that lasts for only 15 days . I was curious as to what was making this tick, so I decided that it would be a fun experiment to lift the contents of this Linux OS off of the device.

The device has the following chips:

United-Tek H1602PR

Ralink RT5350F

Etron Tech EM63A165TS

These chips should be fairly obvious as to what purpose they serve, if not with a quick Google search.

The device has the following ports open with services started on by default: 80, 23, and 5820. That last one hosts a redirect site for a supposed login (or that’s what my phone seemed to think) in order to initiate the T-Mobile service? Maybe accessing that page triggers the “activation”. Please correct me either way.

Anyway, without further adieu, here are the steps I had to take in order to get the filesystem off of the device.

1. Plug device into computer via microusb and connect battery (this will keep the battery charged)
2. Wait for AP to startup, and connect to the SSID: Microsoft_Office365 with the password Office365
3. Visit 192.168.100.1:80 and login as admin/admin

portable_wifi_web
4. Do whatever you want on this web interface regarding the router’s settings
4a. The FTP setting in here does not actually work, we need to do this via telnet (23)
5. telnet 192.168.100.1
6. Login as username: admin password: admin
7. cd /bin
8. vi new.conf
9. Paste this in vi:

ServerName test
DefaultAddress 127.0.0.1
ServerType standalone
DefaultServer on
AuthUserFile /etc/passwd
Port 21
Umask 022
MaxInstances 10
User admin
Group admin
DefaultRoot /
UseReverseDNS off
IdentLookups off
RootLogin on
DelayEngine off

10. We are changing the DefaultRoot to be the root directory, instead of /media/
11. In the same directory, type: proftpd -c new.conf
12. This will take our new conf and run it with our FTPD

portable_wifi
13. Login as admin/admin on 192.168.100.1 via FTP, 21
14. Copy whatever you want off of the device. Enjoy!

portable_wifi_proftpd

Side note: I believe that you could simply copy off the device block and have it all neatly within a single file by performing the following, then copying it off via our FTP server:

cp /dev/mtdblock0 /tmp/rootfs

In case you don’t want to go through all of that, here are the files extracted: Ralink FileSystem

Cheers!

Posted in Uncategorized | 2 Comments

6 Years

My site has graced the Internet with its presence for 6 years. Six whole years. That’s a lot of bandwidth consumption. I hope all of you have enjoyed it!

Posted in Uncategorized | 1 Comment

No Root for You — Republished

Even though my publisher went belly-up, never fear. I have republished my book and it is still available online. Check to the side panel for a copy of my book, or search on Amazon and the like.

Posted in Uncategorized | Leave a comment

Site Redesigned!

Hi all,

The site has been fully redesigned! Please let me know your thoughts as I wish to constantly improve this site.

Posted in Uncategorized | Leave a comment

Proxify all the apps! Widecap+Tor+Vidalia = Anonymous Everything

Hi all,

Long time, no post. So, you want to anonymize not only your browsing experience but all of your applications as well without paying for a VPN… or wish to diversify what applications use what proxy? Well, look no further. Acquire the following:

Down to business. Install those applications.

  1. Run Widecap, create a new proxy with the following: Server:Port: 127.0.0.1:9050 and select a Chain (e.g. Unused)
  2. Select New Rule: name the rule, choose the Proxy chain to be used under the Chain tab (e.g. Unused), click OK
  3. Drag and drop the PuTTY application into the main white box of “Programs” under View programs, select Proxify only this program, make sure the box is checked next to the application that you dragged in, and that the rule name has been applied
  4. Have Vidalia running with a Tor node selected and running
  5. After everything has been applied, run PuTTY
  6. Enjoy.

This method works on all applications. Test it out on your own boxes and view the logs to see what IP appears as the connecting client.

Best of luck!

 

Posted in Uncategorized | 3 Comments

$6 or $10 Full Database Downloads

Do you guys want that, instead of me shipping you the DVDs? Thoughts?

Posted in Uncategorized | 2 Comments

Malware Removal Guide

A follower of Leetupload gave me a tip regarding an article he wrote for Select Real Security regarding the removal of malware on a win box. It covers all of the important points and provides links for any needed software. Check it out, here: Malware Removal Guide

Posted in Uncategorized | Leave a comment

Fixed Upload Link

Sorry about that. The upload link for increasing the database has been fixed. Upload.

Posted in Uncategorized | Leave a comment

Flanga.net

I doubt that hardly any of you know of my old domain from back in 2005, but it was called flanga.net (my first domain). It used to be a Counter-Strike:Source server amongst other random joys. Well, I have decided to use that domain to forward to this one, leetupload.com. If you’d like to see this page dedicated to a certain project, or anything else that comes to mind, let me know!

Also, I used to host files that I wrote from when I was younger… programs that did various things. For your pleasure, I have dedicated them to this page here for your viewing/using pleasure. I’m not sure if they still work on all of the platforms that they claim, but it might be beneficial. If you want the source code, let me know!

Posted in Uncategorized | Leave a comment

Exploit Database

Hey all.

I have successfully updated the exploit database. Be sure to keep your uploads coming, as I will add them after inspection to the database weekly.

Cheers!

–leetupload

Posted in Uncategorized | Leave a comment