Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hello,
First of all sorry of my bad English...
I have a FuSi NAS DUO 35-LR which is the same Hardware as the DNS 323. The orginal Firmware are missing a few features like SSH, WebServer ec...
I build a Voltage Converter to Access my nas via serial Cable. With PuTTY on COM1 115200 8N1 Baud, it is just working fine. I see the boot of the nas and it stops with the BusyBox prompt:
$Starting SMB services: $Starting NMB services: language=2 op_server 7 3 1 & op_server v2.01.06012006 This may not a UPS device , please check it Starting pid 774, console /dev/ttyS0: '/bin/sh' BusyBox v1.00-pre1 (2008.09.02-11:43+0000) Built-in shell (ash) Enter 'help' for a list of built-in commands.
Unfortunately my NAS is not responding to my commands, the only thing that happens is a reboot of the BusyBox while pressing Ctrl^C:
BusyBox v1.00-pre1 (2008.09.02-11:43+0000) Built-in shell (ash) Enter 'help' for a list of built-in commands. help ls
Ctrl^C
Starting pid 1377, console /dev/ttyS0: '/bin/sh' BusyBox v1.00-pre1 (2008.09.02-11:43+0000) Built-in shell (ash) Enter 'help' for a list of built-in commands.
Any ideas about this Issue, I dont know if this is a problem of the serial stuff or is the NAS programed to not respond to my commands...
- Does anybody had already chracked this nas...
- FunPlug is not working because this is a complete different Firmware...
Thank you!!!
Kind regards
mrjackson
Offline
Hi,
you have to break into the busybox shell by sending a special character sequence (can be defined at compile time)
Does anybody know where i can find this character sequence?
I figured out that i can run a few commands during boot. I did an export of the configuration and there you can find the following code:
;#!/bin/sh /sbin/ifconfig egiga0 10.0.0.14 netmask 255.255.255.0 route add default gw 10.0.0.10 route add -net 224.0.0.0 netmask 255.0.0.0 dev egiga0
Does anybody know a way to chrack the nas this way? Or to open a backdoor like:
nc -l -p 1234 -e /bin/bash
Does anybody have a nc installed on DNS232 so i dont have to crosscompile nc for my nas?
Any idea, tip, trick is welcome.
Thank you
mr Jackson
Offline