Be sure to change the ftp variables throughout the code, these variables contain the username, password, & IP address of the FTP server which receives the files.
This code will do the following:
Cross Compiling with MingW on Linux
Install command with Apt:
64-bit:
x86_64-w64-mingw32-gcc *input file* -o *output file* -lwininet -lversion32-bit:
i686-w64-mingw32-gcc *input file* -o *output file* -lwininet -lversionFrom Victim's Perspective:
Registry entry:
File activity:
FTP connection:
Detection Rate:
This detection rate is after stripping the executable with strip --strip-all *filename.c*