decaf-project / DECAF

DECAF (short for Dynamic Executable Code Analysis Framework) is a binary analysis platform based on QEMU. This is also the home of the DroidScope dynamic Android malware analysis platform. DroidScope is now an extension to DECAF.
GNU General Public License v3.0
803 stars 168 forks source link

decaf ftp #63

Open SpeaklessAmanda opened 5 years ago

SpeaklessAmanda commented 5 years ago

I use the ftp command in the qemuVM to transfer things to the server, only the connection can be established, but the data is transmitted.

hengyin commented 5 years ago

Use passive mode.

On Tue, Apr 23, 2019, 8:32 PM SpeaklessAmanda notifications@github.com wrote:

I use the ftp command in the qemuVM to transfer things to the server, only the connection can be established, but the data is transmitted.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sycurelab/DECAF/issues/63, or mute the thread https://github.com/notifications/unsubscribe-auth/AAWJ2RTLAXZFTPVVU3LD6G3PR7IEJANCNFSM4HIABXIA .

SpeaklessAmanda commented 5 years ago

Thank you for your reply. I have used pasv mode, but I get an error when I use the ftp command to transfer on the cmd command line. ftp>ls 500 Illegal PORT command. 425 Use PORT or PASV first. ftp>quote pasv 227 Rntering Passive Mode . 425 Failed to establish connection.