You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i am new to FirmAE. I successfully emulated the firmware I wanted by command "run.sh -d", and I want to pass a file to the emulate container, is there some way to do this? i tried scp, but seems the port 22 is close in the container.
The text was updated successfully, but these errors were encountered:
When emulate firmware with debug mode, emulated guest system opens nc reverse shell (31337 port) and telnet daemon (31338 port).
Or you can just mount image.raw in scartch directory and import any file to the target filesystem. And do run.sh again.
Hi, i am new to FirmAE. I successfully emulated the firmware I wanted by command "run.sh -d", and I want to pass a file to the emulate container, is there some way to do this? i tried scp, but seems the port 22 is close in the container.
The text was updated successfully, but these errors were encountered: