Hacking COMPLETED Fusee-LEDE Dongle (6$ payload injector)

lufeig

Well-Known Member
Member
Joined
Oct 22, 2009
Messages
306
Trophies
1
Age
45
Location
São Paulo, Brazil
XP
1,057
Country
Brazil
if bootloader is intact, it's relatively easy to unbrick it

if not, get a cheap eeprom reader/writer and you'll be able to read/write a full dump on the eeprom and bring it back to life.

I got a ch341a usb spi programmer and a read/write plier, so all work can be done without soldering/desoldering
 

RazorX2014

Well-Known Member
Member
Joined
Mar 18, 2014
Messages
621
Trophies
0
Age
39
XP
421
Country
Could you post the output of "ls /bin/mtd*" and "ls /sbin/mtd*" just to make sure it's not there under a slightly different name?
sorry for the delay i was at work, this is what it shows:


Login: admin
Password:


BusyBox v1.12.1 (2014-11-08 19:35:44 HKT) built-in shell (msh)
Enter 'help' for a list of built-in commands.

# help

Built-in commands:
-------------------
. : break cd continue eval exec exit export help login newgrp
read readonly set shift times trap umask wait

# cat /proc/cmdline
console=ttyS1,57600n8 root=/dev/ram0
# ls /bin/mtd
ls: /bin/mtd: No such file or directory
# ls /sbin/mtd
ls: /sbin/mtd: No such file or directory
#
 

FGFlann

Well-Known Member
Member
Joined
Nov 10, 2015
Messages
664
Trophies
0
XP
1,422
Country
sorry for the delay i was at work, this is what it shows:


Login: admin
Password:


BusyBox v1.12.1 (2014-11-08 19:35:44 HKT) built-in shell (msh)
Enter 'help' for a list of built-in commands.

# help

Built-in commands:
-------------------
. : break cd continue eval exec exit export help login newgrp
read readonly set shift times trap umask wait

# cat /proc/cmdline
console=ttyS1,57600n8 root=/dev/ram0
# ls /bin/mtd
ls: /bin/mtd: No such file or directory
# ls /sbin/mtd
ls: /sbin/mtd: No such file or directory
#
You forgot the asterisks.
 

RazorX2014

Well-Known Member
Member
Joined
Mar 18, 2014
Messages
621
Trophies
0
Age
39
XP
421
Country
ls /bin/mtd should be ls /bin/mtd*
Login: admin
Password:


BusyBox v1.12.1 (2014-11-08 19:35:44 HKT) built-in shell (msh)
Enter 'help' for a list of built-in commands.

# ls /bin/mtd*
ls: /bin/mtd*: No such file or directory
#
# ls /sbin/mtd*
ls: /sbin/mtd*: No such file or directory
#


my manual says MIFI 3G/4G Smart Router if that helps
 
Last edited by RazorX2014,

FGFlann

Well-Known Member
Member
Joined
Nov 10, 2015
Messages
664
Trophies
0
XP
1,422
Country
Login: admin
Password:


BusyBox v1.12.1 (2014-11-08 19:35:44 HKT) built-in shell (msh)
Enter 'help' for a list of built-in commands.

# ls /bin/mtd*
ls: /bin/mtd*: No such file or directory
#
# ls /sbin/mtd*
ls: /sbin/mtd*: No such file or directory
#
So it's a bust after all. :( Too bad. I guess we should see if we can dig up the mtd-write binary from somewhere.
 

RazorX2014

Well-Known Member
Member
Joined
Mar 18, 2014
Messages
621
Trophies
0
Age
39
XP
421
Country
So it's a bust after all. :( Too bad. I guess we should see if we can dig up the mtd-write binary from somewhere.
i think it may have worked this time xD
i tried the openwrt-15.05-ramips-rt305x-a5-v11-squashfs-factory.bin again and this time it didn't seem to mess up:

59nf3nB.png



Edit:
ok i see this when i log into telnet:

=== IMPORTANT ============================
Use 'passwd' to set your login password
this will disable telnet and enable SSH
------------------------------------------


BusyBox v1.23.2 (2015-07-25 04:17:43 CEST) built-in shell (ash)

_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
CHAOS CALMER (15.05, r46767)
-----------------------------------------------------
* 1 1/2 oz Gin Shake with a glassful
* 1/4 oz Triple Sec of broken ice and pour
* 3/4 oz Lime Juice unstrained into a goblet.
* 1 1/2 oz Orange Juice
* 1 tsp. Grenadine Syrup
-----------------------------------------------------
root@OpenWrt:/#


now what would you suggest? it says something on the OP about a newer version that includes usb key payload update?
 
Last edited by RazorX2014,

FGFlann

Well-Known Member
Member
Joined
Nov 10, 2015
Messages
664
Trophies
0
XP
1,422
Country
i think it may have worked this time xD
i tried the openwrt-15.05-ramips-rt305x-a5-v11-squashfs-factory.bin again and this time it didn't seem to mess up:

59nf3nB.png



Edit:
ok i see this when i log into telnet:

=== IMPORTANT ============================
Use 'passwd' to set your login password
this will disable telnet and enable SSH
------------------------------------------


BusyBox v1.23.2 (2015-07-25 04:17:43 CEST) built-in shell (ash)

_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
CHAOS CALMER (15.05, r46767)
-----------------------------------------------------
* 1 1/2 oz Gin Shake with a glassful
* 1/4 oz Triple Sec of broken ice and pour
* 3/4 oz Lime Juice unstrained into a goblet.
* 1 1/2 oz Orange Juice
* 1 tsp. Grenadine Syrup
-----------------------------------------------------
root@OpenWrt:/#


now what would you suggest?
Now that you have openwrt you can do a sysupgrade to one of the prebuilt images or build one yourself from source.
 

FGFlann

Well-Known Member
Member
Joined
Nov 10, 2015
Messages
664
Trophies
0
XP
1,422
Country
ok i will try that now, is there anything i need to do first? like settings wise
I'm not 100% on the procedure from this point since I used the flash uboot and sysupgrade image. But I believe you just need to get the sysupgrade firmware.bin into your /tmp directory on the dongle then flash it with the command sysupgrade -v /tmp/firmware.bin
 

RazorX2014

Well-Known Member
Member
Joined
Mar 18, 2014
Messages
621
Trophies
0
Age
39
XP
421
Country
I'm not 100% on the procedure from this point since I used the flash uboot and sysupgrade image. But I believe you just need to get the sysupgrade firmware.bin into your /tmp directory on the dongle then flash it with the command sysupgrade -v /tmp/firmware.bin
i did it xD
thank you for your help
 

RazorX2014

Well-Known Member
Member
Joined
Mar 18, 2014
Messages
621
Trophies
0
Age
39
XP
421
Country
Are these SX OS Joycon Jig RCM Recovery Mode Shorter & Injector Kit für Nintendo Switch NS the same thing?

https://www.ebay.co.uk/itm/SX-OS-Joycon-Jig-RCM-Recovery-Mode-Shorter-Injector-Kit-fur-Nintendo-Switch-NS/223067460926?hash=item33efdb553e:g:EPMAAOSw8tZbUFeF&LH_PrefLoc=2&_sacat=0&_nkw=rcm+jig&_from=R40&rt=nc

Also can anyone tell what unit is being used?
yes it's the same thing just using the sx os payload, it's just someone trying to make money but if you're here then you know you can make your own but to be fair to the seller that is a good price for what you get but that device he's using is a little on the large size but i would also like to know what that is xD
 
  • Like
Reactions: theinstagator

blk_2sday

Member
Newcomer
Joined
Jun 26, 2018
Messages
22
Trophies
0
Age
35
XP
163
Country
United States
yes it's the same thing just using the sx os payload, it's just someone trying to make money but if you're here then you know you can make your own but to be fair to the seller that is a good price for what you get but that device he's using is a little on the large size but i would also like to know what that is xD

I wanna buy it to open it up.

$15 for what could be a trinket or whatever kind of injector, a battery, case for board, USB cable and a jig? why not.
 

RazorX2014

Well-Known Member
Member
Joined
Mar 18, 2014
Messages
621
Trophies
0
Age
39
XP
421
Country
I wanna buy it to open it up.

$15 for what could be a trinket or whatever kind of injector, a battery, case for board, USB cable and a jig? why not.
yeah i was curious to see what extra features you could possibly have with it, given it's size it could have extra usb ports or something else but i don't know it could end up being even shitter than what we already use.

it does say the battery isn't included though, which is stupid.
 
Last edited by RazorX2014,

blk_2sday

Member
Newcomer
Joined
Jun 26, 2018
Messages
22
Trophies
0
Age
35
XP
163
Country
United States
yeah i was curious to see what extra features you could possibly have with it, given it's size it could have extra usb ports or something else but i don't know it could end up being even shitter than what we already use.

it does say the battery isn't included though, which is stupid.
I see.
126aa41f1bb96c889962acd28786fff9.jpg
11666275235972fa676ca4567deb1317.jpg


Sent from my portable computing device from a underdeveloped country.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BakerMan
    I rather enjoy a life of taking it easy. I haven't reached that life yet though.
  • BigOnYa @ BigOnYa:
    I don't trust the free ones, but ipvanish I've used for couple years now, n like
  • Psionic Roshambo @ Psionic Roshambo:
    I wonder if they could get CPUs to run that hot then use the heat to power a steam turbine to power the CPUs....
  • BigOnYa @ BigOnYa:
    Good idea, or at least power the GPU
  • Psionic Roshambo @ Psionic Roshambo:
    It's not the movies or games downloads that I would worry about, like breaking into networks, downloading encrypted things, spying on network traffic. I have seen so many "Top Secret" seals on files when I was a kid
  • Psionic Roshambo @ Psionic Roshambo:
    I was obsessed with finding UFOs, a surprising amount of US files where stashed on computers in other countries, China back in the early 90s omg sooo much
  • BigOnYa @ BigOnYa:
    Yea that crazy, I've never tried hack into anything, I just pirate, and my ISP have send me 3-4 letters, so had to VPN it
  • Psionic Roshambo @ Psionic Roshambo:
    Ship to ship communication software for the Navy although without access to the encrypting chips it was mostly useless
  • Psionic Roshambo @ Psionic Roshambo:
    I bet now a 4090 could probably crack it? Hmmm maybe not even back then I'm pretty sure they where using like 1024 bit encryption
  • Psionic Roshambo @ Psionic Roshambo:
    Yayyy the one set finished 324GBs lol
  • Psionic Roshambo @ Psionic Roshambo:
    Compressed....
  • Psionic Roshambo @ Psionic Roshambo:
    I wonder how many years that would have taken on a 56K modem lol
  • Psionic Roshambo @ Psionic Roshambo:
    18000 hours lol
  • Psionic Roshambo @ Psionic Roshambo:
    750 days lol
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    So Internet is very much faster now lol
  • BigOnYa @ BigOnYa:
    "Time Remaining- 2 years, 9 girlfriends, 6 hairstyles, please standby..."
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I remember one time I downloaded like a 500MB ISO file on 56K and that literally took like 2 days
  • Psionic Roshambo @ Psionic Roshambo:
    I had some sort of resume thing, I remember the software had chains
  • Psionic Roshambo @ Psionic Roshambo:
    Damned if I can't remember.the name though
  • Psionic Roshambo @ Psionic Roshambo:
    Some sort of download management app
  • BigOnYa @ BigOnYa:
    Ok good chatting, I'm off to the bar, to shoot some pool, nighty night.
    +1
  • BakerMan @ BakerMan:
    hey psi
  • BakerMan @ BakerMan:
    i call your girl lyndon the way she b on my johnson
    BakerMan @ BakerMan: i call your girl lyndon the way she b on my johnson