Posts

Showing posts from February, 2019

ZTE MF910V Root exploit

ZTE MF910/ZTE910B/ZTE MF910V/Telstra MF910v  This guide exists in both linux and windows format Please follow the instructions as per O/S or untill instructions converge |+++++++++++++++++++++++++++++++++++++| Default credentials: For ZTE MF910/ZTE910B/ZTE MF910V/Telstra MF910v root:oelinux123 Web Interface Password: password |+++++++++++++++++++++++++++++++++++++| Getting Setup: Download the mode switch html to run locally: http://lopoteam.com/3AY9 Also ensure you have ADB (Android Debug Bridge) installed on your computer: ADB: Linux: https://dl.google.com/android/repository/platform-tools-latest-linux.zip http://lopoteam.com/37Bw Windows: https://dl.google.com/android/repository/platform-tools-latest-windows.zip http://lopoteam.com/37Ac |+++++++++++++++++++++++++++++++++++++| Lets Begin |+++++++++++++++++++++++++++++++++++++| Plug your device into the computer to download drivers. Linux: Open Terminal cd (*a

ZTE MF910V Mode Switch / ADB Enable / AT Commands / Debug

ZTE MF910V Mode Switch / ADB Enable / AT Commands / Debug AT mode : /goform/goform_set_cmd_process?goformId=SET_DEVICE_MODE&debug_enable=X Change X to either 0 or 1 this enables and disables qualcomm services, Debub / Adb :  /goform/goform_set_cmd_process?goformId=USB_MODE_SWITCH&usb_mode=X Change X to be the value matching the desired mode. 1-4 is RNDIS 5 is CDC 6 is ADB. or this page is uploaded to any web dir: UPDATED(2017) Download this file: tools.html Upload it to any directory and use it to switch thru modes via html

ZTE MF910V LFI : HTTPshare exploit

ZTE MF910V LFI : HTTPshare exploit Telstra MF910V: passwords are base64(encode) The Config file has the sd card function turned off in the basic state SD_CARD_SUPPORT: true or false mf910v SD_BASE_PATH: / from mf65 /*** SD 卡根目录 @attribute  {String} SD_BASE_PATH */ SD_BASE_PATH: '/mmc2', change to '/' menus relating to httpshare are stripped out (webs)/js/config/menu.js in this file the following functions are commmented out #httpshare_guest #sd (sets the menu item up again) #sdcard(settings part for sd card menu) #httpshare(file viewer for sd card menu) by un commenting these we can enable the sdcard function again we need to change the pre path in the httpshare.js file we will change this to '/mmc2' /** * 前置路径,发现有的设备会将sd卡数据显示在web目录 *  @attribute  {String} prePath *  @example * prePath = "/usr/zte/zte_conf/web"; */ var prePath = "/mmc2";// "/usr/zte/zte_conf/web"; then use the commands