.Net
Im writing a keylogger for a project (really, my group has to make a virus). How can i save it to a .txt file and send it to a FTP server?
Can somebody please help me? thanks in advance This is the video i used: https://www.youtube.com/watch?v=I1nC0nKX6-o&pbjreload=101 and this is the plain c# code: using System; //This will be used to thred our keylogger. using System.Threading; //This Read more…