extremecoders-re

Results 107 comments of extremecoders-re

Log into the router shell and disable the firewall by running `/etc/init.d/firewall stop`. Then you will be able to connect to `192.168.1.254:80` from a web browser.

This is a known issue. Python2 has been removed from Ubuntu 20.04. However we cannot switch to 20.04 yet. Some dependencies rely on Python 2. Please check https://github.com/attify/firmware-analysis-toolkit/issues/50#issuecomment-667496219

Please check `qemu.initial.serial.log`. There should be lines containing `__inet_insert_ifa`. If not present, it indicates the firmware doesn't try to bring up the network interface and consequently there's no IP assigned....

Thanks for the PR!

Unfortunately, not all firmware image work out of the box with firmadyne. Looks like the inferNetwork.sh script failed to detect any interface. Try increasing the timeout value in [inferNetwork.sh](https://github.com/firmadyne/firmadyne/blob/master/scripts/inferNetwork.sh) which...

You can include additional entries by modifying [config.h](https://github.com/firmadyne/libnvram/blob/master/config.h).

Check the error messages `nvram_get_buf: Unable to open key:`

Hi, as I see from the log above the error is likely because the firmware binary was not extracted properly. Can you check if `1.tar.gz` is present within the `images`...

Looks interesting! Can you share the firmware binary.

You are using an old version of fat. Consider updating it. As for the actual problem, The file "run.sh" isn't generated, thats why its failing. You can have a look...