extremecoders-re
extremecoders-re
Looks like you've not provided the root password in fat.py and reset.py. This is what the error message says command: /usr/bin/sudo ``` args: ['/usr/bin/sudo', '/home/test/firmadyne/scripts/makeImage.sh', '1', 'armel'] buffer (last 100...
Can you share the firmware binary?
@DerZc I checked the firmware binary. It's for an ARM device, however as per your screenshot its wrongly identified as mipsel. So may be you're using an older version of...
@DerZc Ping doesn't always work. For testing the firmware, all you need is to be able to access the web sever. To this end, I would recommend to edit the...
From the error message, looks like firmadyne (on which fat is based) isn't setup properly. It's failing on the line. ``` child = pexpect.spawn(extractor_cmd, timeout=None) ```
@jkbecker You can follow the write-up on our blog on emulating the Netgear wnap320 firmware which also includes steps for setting up fat. https://blog.attify.com/getting-started-with-firmware-emulation/
You have to edit `fat.py` and `reset.py` and provide the correct root password if not already done so. https://github.com/attify/firmware-analysis-toolkit/blob/fa5d8f4639dff045c80519d693630debd17d0439/fat.py#L13-L14
Hi, looks like you're missing a step somewhere. You can refer to this blog post on how to setup FAT https://blog.attify.com/getting-started-with-firmware-emulation/
Hi, just checked on the `DIR850LB1_FW210WWb03.bin` file. Its working well. ``` $ ./fat.py DIR850LB1_FW210WWb03.bin __ _ / _| | | | |_ __ _ | |_ | _| / _`...
No, it shouldn't happen. Same for the network interface. I've tested the image on Ubuntu 18.04. Sometimes using a different version of qemu does magically makes such issue disappear. Firmware...